Skip to content

Commit

Permalink
Update pom to 5.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 28, 2024
1 parent b9c6190 commit 1dd4f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->
<packaging>bundle</packaging>
<name>Java UUID Generator</name>
<version>5.0.1-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
<description>
Java UUID Generator (JUG) is a Java library for generating
Universally Unique IDentifiers, UUIDs (see http://en.wikipedia.org/wiki/UUID).
Expand All @@ -28,7 +28,7 @@ JUG supports 3 original official UUID generation methods as well as later additi
<connection>scm:git:git://github.com/cowtowncoder/java-uuid-generator.git</connection>
<url>https://github.com/cowtowncoder/java-uuid-generator</url>
<developerConnection>scm:git:[email protected]:cowtowncoder/java-uuid-generator.git</developerConnection>
<tag>java-uuid-generator-5.0.0</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 1dd4f2c

Please sign in to comment.