File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >apporiented.com</groupId >
5
4
<artifactId >hierarchical-clustering</artifactId >
6
- <version >1.0-SNAPSHOT </version >
5
+ <version >1.0</version >
7
6
<name >Agglomerative hierarchical clustering</name >
8
7
<description >Agglomerative hierarchical clustering analysis and visualization implemented in Java</description >
9
8
23
22
<url >https://github.com/lbehnke/hierarchical-clustering-java</url >
24
23
<connection >scm:git:git://github.com/lbehnke/hierarchical-clustering-java.git</connection >
25
24
<
developerConnection >scm:git:ssh://
[email protected] /lbehnke/hierarchical-clustering-java.git</
developerConnection >
26
- <tag >HEAD </tag >
25
+ <tag >v1.0 </tag >
27
26
</scm >
28
27
29
28
<organization >
You can’t perform that action at this time.
0 commit comments