We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a85451d + 381087b commit aa186c9Copy full SHA for aa186c9
pom.xml
@@ -258,14 +258,14 @@
258
</plugin>
259
260
<plugin>
261
- <groupId>org.sonatype.plugins</groupId>
262
- <artifactId>nexus-staging-maven-plugin</artifactId>
263
- <version>1.6.13</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.8.0</version>
264
<extensions>true</extensions>
265
<configuration>
266
- <serverId>ossrh</serverId>
267
- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
268
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
+ <autoPublish>true</autoPublish>
+ <waitUntil>published</waitUntil>
269
</configuration>
270
271
0 commit comments