Skip to content

Commit 44cc9ea

Browse files
committed
[maven-release-plugin] prepare release v1.0
1 parent 487e066 commit 44cc9ea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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

@@ -23,7 +22,7 @@
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>

0 commit comments

Comments
 (0)