File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.apporiented</groupId >
4
4
<artifactId >hierarchical-clustering</artifactId >
5
- <version >1.1 -SNAPSHOT</version >
5
+ <version >1.0.3 -SNAPSHOT</version >
6
6
<name >Agglomerative hierarchical clustering</name >
7
7
<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 >
8
10
<!--
9
11
<parent>
10
12
<groupId>org.sonatype.oss</groupId>
11
13
<artifactId>oss-parent</artifactId>
12
14
<version>9</version>
13
15
</parent>
14
16
-->
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 >
15
43
16
44
<properties >
17
45
<github .global.server>github</github .global.server>
22
50
<license >
23
51
<name >Apache License 2.0</name >
24
52
<url >http://www.apache.org/licenses/LICENSE-2.0.html</url >
53
+ <comments >A business-friendly OSS license</comments >
25
54
</license >
26
55
</licenses >
27
56
You can’t perform that action at this time.
0 commit comments