Skip to content

Commit

Permalink
[maven-release-plugin] prepare release java-uuid-generator-4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 1, 2023
1 parent e45f230 commit ea7a9c4
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>4.1.1-SNAPSHOT</version>
<version>4.1.1</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 all 3 official UUID generation methods.
<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>HEAD</tag>
<tag>java-uuid-generator-4.1.1</tag>
</scm>
<developers>
<developer>
Expand All @@ -45,7 +45,7 @@ JUG supports all 3 official UUID generation methods.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>1.7.36</slf4j.version>

<project.build.outputTimestamp>2023-01-08T02:43:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-05-01T21:52:10Z</project.build.outputTimestamp>
</properties>
<licenses>
<license>
Expand Down

0 comments on commit ea7a9c4

Please sign in to comment.