Skip to content

Commit 1dd4f2c

Browse files
committed
Update pom to 5.1.0-SNAPSHOT
1 parent b9c6190 commit 1dd4f2c

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
@@ -15,7 +15,7 @@
1515
-->
1616
<packaging>bundle</packaging>
1717
<name>Java UUID Generator</name>
18-
<version>5.0.1-SNAPSHOT</version>
18+
<version>5.1.0-SNAPSHOT</version>
1919
<description>
2020
Java UUID Generator (JUG) is a Java library for generating
2121
Universally Unique IDentifiers, UUIDs (see http://en.wikipedia.org/wiki/UUID).
@@ -28,7 +28,7 @@ JUG supports 3 original official UUID generation methods as well as later additi
2828
<connection>scm:git:git://github.com/cowtowncoder/java-uuid-generator.git</connection>
2929
<url>https://github.com/cowtowncoder/java-uuid-generator</url>
3030
<developerConnection>scm:git:[email protected]:cowtowncoder/java-uuid-generator.git</developerConnection>
31-
<tag>java-uuid-generator-5.0.0</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333
<developers>
3434
<developer>

0 commit comments

Comments
 (0)