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 80dbf5a commit 2923ea6Copy full SHA for 2923ea6
pom.xml
@@ -242,14 +242,14 @@
242
</configuration>
243
</plugin>
244
<plugin>
245
- <groupId>org.sonatype.plugins</groupId>
246
- <artifactId>nexus-staging-maven-plugin</artifactId>
247
- <version>1.7.0</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.7.0</version>
248
<extensions>true</extensions>
249
<configuration>
250
- <serverId>ossrh</serverId>
251
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
252
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>ossrh</publishingServerId>
+ <autoPublish>true</autoPublish>
+ <waitUntil>published</waitUntil>
253
254
255
</plugins>
0 commit comments