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
28
28
<connection >scm:git:git://github.com/cowtowncoder/java-uuid-generator.git</connection >
29
29
<url >https://github.com/cowtowncoder/java-uuid-generator</url >
30
30
<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 >
32
32
</scm >
33
33
<developers >
34
34
<developer >
@@ -45,7 +45,7 @@ JUG supports 3 original official UUID generation methods as well as later additi
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
46
<slf4j .version>1.7.36</slf4j .version>
47
47
48
- <project .build.outputTimestamp>2023-09-13T00:45:46Z </project .build.outputTimestamp>
48
+ <project .build.outputTimestamp>2024-02-24T00:57:26Z </project .build.outputTimestamp>
49
49
</properties >
50
50
<licenses >
51
51
<license >
@@ -95,18 +95,6 @@ JUG supports 3 original official UUID generation methods as well as later additi
95
95
<target >1.8</target >
96
96
</configuration >
97
97
</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 >
110
98
111
99
<!-- javadocs? yes please -->
112
100
<plugin >
You can’t perform that action at this time.
0 commit comments