-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release java-uuid-generator-4.1.1
- Loading branch information
1 parent
e45f230
commit ea7a9c4
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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> | ||
|
@@ -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> | ||
|