Skip to content

Commit

Permalink
[maven-release-plugin] prepare release java-uuid-generator-5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 2, 2024
1 parent befb021 commit a8e7c49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.0-SNAPSHOT</version>
<version>5.1.0</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:git@github.com:cowtowncoder/java-uuid-generator.git</developerConnection>
<tag>HEAD</tag>
<tag>java-uuid-generator-5.1.0</tag>
</scm>
<developers>
<developer>
Expand All @@ -45,7 +45,7 @@ JUG supports 3 original official UUID generation methods as well as later additi
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>1.7.36</slf4j.version>

<project.build.outputTimestamp>2024-02-24T01:04:48Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-02T23:58:04Z</project.build.outputTimestamp>
</properties>
<licenses>
<license>
Expand Down

0 comments on commit a8e7c49

Please sign in to comment.