Skip to content

Commit d74af46

Browse files
committed
[maven-release-plugin] prepare release v1.1.0
1 parent 68f7bec commit d74af46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.apporiented</groupId>
44
<artifactId>hierarchical-clustering</artifactId>
5-
<version>1.1.0-SNAPSHOT</version>
5+
<version>1.1.0</version>
66
<name>Agglomerative hierarchical clustering</name>
77
<description>Agglomerative hierarchical clustering analysis and visualization implemented in Java</description>
88
<inceptionYear>2011</inceptionYear>
@@ -58,7 +58,7 @@
5858
<url>https://github.com/lbehnke/hierarchical-clustering-java</url>
5959
<connection>scm:git:git://github.com/lbehnke/hierarchical-clustering-java.git</connection>
6060
<developerConnection>scm:git:ssh://git@github.com/lbehnke/hierarchical-clustering-java.git</developerConnection>
61-
<tag>HEAD</tag>
61+
<tag>v1.1.0</tag>
6262
</scm>
6363

6464
<organization>

0 commit comments

Comments
 (0)