Skip to content

Commit a8e7c49

Browse files
committed
[maven-release-plugin] prepare release java-uuid-generator-5.1.0
1 parent befb021 commit a8e7c49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.1.0-SNAPSHOT</version>
18+
<version>5.1.0</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>HEAD</tag>
31+
<tag>java-uuid-generator-5.1.0</tag>
3232
</scm>
3333
<developers>
3434
<developer>
@@ -45,7 +45,7 @@ JUG supports 3 original official UUID generation methods as well as later additi
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
<slf4j.version>1.7.36</slf4j.version>
4747

48-
<project.build.outputTimestamp>2024-02-24T01:04:48Z</project.build.outputTimestamp>
48+
<project.build.outputTimestamp>2024-06-02T23:58:04Z</project.build.outputTimestamp>
4949
</properties>
5050
<licenses>
5151
<license>

0 commit comments

Comments
 (0)