Skip to content

Commit 6b9e70d

Browse files
committed
Remove source plugin definition as that causes issues for release
1 parent e7a15a7 commit 6b9e70d

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

pom.xml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff 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:[email protected]: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>

0 commit comments

Comments
 (0)