Skip to content

Commit 1fdd60f

Browse files
committed
+ dep versions
1 parent 1908c90 commit 1fdd60f

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

pom.xml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>io.github.q3769</groupId>
3232
<artifactId>semver-maven-plugin</artifactId>
33-
<version>20240116.0.202411140438</version>
33+
<version>20240116.0.202507151812</version>
3434
<packaging>maven-plugin</packaging>
3535

3636
<name>semver-maven-plugin</name>
@@ -250,7 +250,7 @@
250250
<plugin>
251251
<groupId>io.github.q3769</groupId>
252252
<artifactId>semver-maven-plugin</artifactId>
253-
<version>20240116.0.202408140342</version>
253+
<version>20240116.0.202507151812</version>
254254
</plugin>
255255
<plugin>
256256
<groupId>org.apache.maven.plugins</groupId>
@@ -316,28 +316,18 @@
316316
</executions>
317317
</plugin>
318318
<plugin>
319-
<groupId>org.sonatype.plugins</groupId>
320-
<artifactId>nexus-staging-maven-plugin</artifactId>
321-
<version>1.7.0</version>
319+
<groupId>org.sonatype.central</groupId>
320+
<artifactId>central-publishing-maven-plugin</artifactId>
321+
<version>0.8.0</version>
322322
<extensions>true</extensions>
323323
<configuration>
324-
<serverId>ossrh</serverId>
325-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
326-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
324+
<publishingServerId>central</publishingServerId>
325+
<autoPublish>true</autoPublish>
326+
<waitUntil>published</waitUntil>
327327
</configuration>
328328
</plugin>
329329
</plugins>
330330
</build>
331-
<distributionManagement>
332-
<snapshotRepository>
333-
<id>ossrh</id>
334-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
335-
</snapshotRepository>
336-
<repository>
337-
<id>ossrh</id>
338-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
339-
</repository>
340-
</distributionManagement>
341331
</profile>
342332
</profiles>
343333
<scm>

0 commit comments

Comments
 (0)