Skip to content

Commit aa186c9

Browse files
authored
Merge pull request #128 from Umutayb/ossrh-deprecation
Update pom.xml
2 parents a85451d + 381087b commit aa186c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,14 +258,14 @@
258258
</plugin>
259259

260260
<plugin>
261-
<groupId>org.sonatype.plugins</groupId>
262-
<artifactId>nexus-staging-maven-plugin</artifactId>
263-
<version>1.6.13</version>
261+
<groupId>org.sonatype.central</groupId>
262+
<artifactId>central-publishing-maven-plugin</artifactId>
263+
<version>0.8.0</version>
264264
<extensions>true</extensions>
265265
<configuration>
266-
<serverId>ossrh</serverId>
267-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
268-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
266+
<publishingServerId>central</publishingServerId>
267+
<autoPublish>true</autoPublish>
268+
<waitUntil>published</waitUntil>
269269
</configuration>
270270
</plugin>
271271

0 commit comments

Comments
 (0)