Skip to content

Commit 6c2e3be

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1869aeb commit 6c2e3be

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
@@ -12,7 +12,7 @@
1212
<artifactId>java-uuid-generator</artifactId>
1313
<packaging>bundle</packaging>
1414
<name>Java UUID Generator</name>
15-
<version>4.0.1</version>
15+
<version>4.0.2-SNAPSHOT</version>
1616
<description>
1717
Java UUID Generator (JUG) is a Java library for generating
1818
Universally Unique IDentifiers, UUIDs (see http://en.wikipedia.org/wiki/UUID).
@@ -25,7 +25,7 @@ JUG supports all 3 official UUID generation methods.
2525
<connection>scm:git:git://github.com/cowtowncoder/java-uuid-generator.git</connection>
2626
<url>https://github.com/cowtowncoder/java-uuid-generator</url>
2727
<developerConnection>scm:git:[email protected]:cowtowncoder/java-uuid-generator.git</developerConnection>
28-
<tag>java-uuid-generator-4.0.1</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030
<developers>
3131
<developer>

0 commit comments

Comments
 (0)