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 a691095 commit e5483c8Copy full SHA for e5483c8
pom.xml
@@ -240,14 +240,12 @@
240
</executions>
241
</plugin>
242
<plugin>
243
- <groupId>org.sonatype.plugins</groupId>
244
- <artifactId>nexus-staging-maven-plugin</artifactId>
245
- <version>1.7.0</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.6.0</version>
246
<extensions>true</extensions>
247
<configuration>
248
- <serverId>ossrh</serverId>
249
- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
250
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
251
</configuration>
252
253
0 commit comments