Skip to content

Commit 9544a39

Browse files
committed
Extended content of pom.xml
1 parent 2672567 commit 9544a39

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

pom.xml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,44 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.apporiented</groupId>
44
<artifactId>hierarchical-clustering</artifactId>
5-
<version>1.1-SNAPSHOT</version>
5+
<version>1.0.3-SNAPSHOT</version>
66
<name>Agglomerative hierarchical clustering</name>
77
<description>Agglomerative hierarchical clustering analysis and visualization implemented in Java</description>
8+
<inceptionYear>2011</inceptionYear>
9+
<url>https://github.com/lbehnke/hierarchical-clustering-java</url>
810
<!--
911
<parent>
1012
<groupId>org.sonatype.oss</groupId>
1113
<artifactId>oss-parent</artifactId>
1214
<version>9</version>
1315
</parent>
1416
-->
17+
<developers>
18+
<developer>
19+
<id>lab</id>
20+
<name>Lars Behnke</name>
21+
<url>https://github.com/lbehnke</url>
22+
<roles>
23+
<role>developer</role>
24+
<role>administrator</role>
25+
</roles>
26+
</developer>
27+
</developers>
28+
29+
<contributors>
30+
<contributor>
31+
<name>Robert Macaulay</name>
32+
<roles>
33+
<role>developer</role>
34+
</roles>
35+
</contributor>
36+
<contributor>
37+
<name>Alexandre Masselot</name>
38+
<roles>
39+
<role>developer</role>
40+
</roles>
41+
</contributor>
42+
</contributors>
1543

1644
<properties>
1745
<github.global.server>github</github.global.server>
@@ -22,6 +50,7 @@
2250
<license>
2351
<name>Apache License 2.0</name>
2452
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
53+
<comments>A business-friendly OSS license</comments>
2554
</license>
2655
</licenses>
2756

0 commit comments

Comments
 (0)