-
-
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.
- Loading branch information
1 parent
b9c6190
commit 1dd4f2c
Showing
1 changed file
with
2 additions
and
2 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>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). | ||
|
@@ -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> | ||
|