File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 2
2
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
+ <!-- PROJECT COORDINATES -->
6
+
5
7
<groupId >org.codefx.libfx</groupId >
6
8
<artifactId >LibFX</artifactId >
7
9
<version >0.1.1-SNAPSHOT</version >
8
10
<packaging >jar</packaging >
9
11
12
+ <!-- PROJECT META INFORMATION -->
13
+
10
14
<name >LibFX</name >
11
- <url >http://libfx.codefx.org</url >
12
15
<description >LibFX provides utility classes for JavaFX.</description >
16
+ <url >http://libfx.codefx.org</url >
17
+
13
18
<scm >
14
19
<url >https://github.com/CodeFX-org/LibFX</url >
20
+ <connection >scm:git:git://github.com/CodeFX-org/LibFX.git</connection >
15
21
</scm >
22
+
16
23
<issueManagement >
17
24
<url >https://github.com/CodeFX-org/LibFX/issues</url >
18
25
<system >GitHub</system >
19
26
</issueManagement >
20
27
28
+ <!-- ORGANIZATION META INFORMATION -->
29
+
21
30
<organization >
22
31
<name >CodeFX</name >
23
32
<url >http://codefx.org</url >
24
33
</organization >
25
34
35
+ <developers >
36
+ <developer >
37
+ <id >nipa</id >
38
+ <name >Nicolai Parlog</name >
39
+
40
+ <organization >CodeFX</organization >
41
+ <organizationUrl >http://codefx.org</organizationUrl >
42
+ <timezone >+1</timezone >
43
+ </developer >
44
+ </developers >
45
+
46
+ <!-- BUILD -->
47
+
26
48
<properties >
27
49
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
28
50
</properties >
You can’t perform that action at this time.
0 commit comments