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.
1 parent 074c442 commit 40678a1Copy full SHA for 40678a1
pom.xml
@@ -233,14 +233,12 @@
233
</plugin>
234
<!-- Nexus staging -->
235
<plugin>
236
- <groupId>org.sonatype.plugins</groupId>
237
- <artifactId>nexus-staging-maven-plugin</artifactId>
238
- <version>1.6.7</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.8.0</version>
239
<extensions>true</extensions>
240
<configuration>
241
- <serverId>ossrh</serverId>
242
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
243
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
244
</configuration>
245
246
0 commit comments