Skip to content

Commit 2672567

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 90af9fb commit 2672567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.0.2</version>
5+
<version>1.1-SNAPSHOT</version>
66
<name>Agglomerative hierarchical clustering</name>
77
<description>Agglomerative hierarchical clustering analysis and visualization implemented in Java</description>
88
<!--
@@ -29,7 +29,7 @@
2929
<url>https://github.com/lbehnke/hierarchical-clustering-java</url>
3030
<connection>scm:git:git://github.com/lbehnke/hierarchical-clustering-java.git</connection>
3131
<developerConnection>scm:git:ssh://[email protected]/lbehnke/hierarchical-clustering-java.git</developerConnection>
32-
<tag>v1.0.2</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434

3535
<organization>

0 commit comments

Comments
 (0)