File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -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:git@github.com:cowtowncoder/java-uuid-generator.git</developerConnection >
31- <tag >HEAD </tag >
31+ <tag >java-uuid-generator-5.0.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>2023-09-13T00:45:46Z </project .build.outputTimestamp>
48+ <project .build.outputTimestamp>2024-02-24T00:57:26Z </project .build.outputTimestamp>
4949 </properties >
5050 <licenses >
5151 <license >
@@ -95,18 +95,6 @@ JUG supports 3 original official UUID generation methods as well as later additi
9595 <target >1.8</target >
9696 </configuration >
9797 </plugin >
98- <plugin ><!-- plug-in to attach source bundle in repo -->
99- <groupId >org.apache.maven.plugins</groupId >
100- <artifactId >maven-source-plugin</artifactId >
101- <executions >
102- <execution >
103- <id >attach-sources</id >
104- <goals >
105- <goal >jar</goal >
106- </goals >
107- </execution >
108- </executions >
109- </plugin >
11098
11199 <!-- javadocs? yes please -->
112100 <plugin >
You can’t perform that action at this time.
0 commit comments