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" >
32 <modelVersion >4.0.0</modelVersion >
43 <groupId >apporiented.com</groupId >
54 <artifactId >hierarchical-clustering</artifactId >
6- <version >1.0-SNAPSHOT </version >
5+ <version >1.0</version >
76 <name >Agglomerative hierarchical clustering</name >
87 <description >Agglomerative hierarchical clustering analysis and visualization implemented in Java</description >
98
2322 <url >https://github.com/lbehnke/hierarchical-clustering-java</url >
2423 <connection >scm:git:git://github.com/lbehnke/hierarchical-clustering-java.git</connection >
2524 <
developerConnection >scm:git:ssh://
[email protected] /lbehnke/hierarchical-clustering-java.git</
developerConnection >
26- <tag >HEAD </tag >
25+ <tag >v1.0 </tag >
2726 </scm >
2827
2928 <organization >
You can’t perform that action at this time.
0 commit comments