We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a9792 commit 824da6cCopy full SHA for 824da6c
1 file changed
pom.xml
@@ -241,14 +241,13 @@
241
242
<!-- Nexus Staging Maven Plugin to automate the release process -->
243
<plugin>
244
- <groupId>org.sonatype.plugins</groupId>
245
- <artifactId>nexus-staging-maven-plugin</artifactId>
246
- <version>1.6.13</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.8.0</version>
247
<extensions>true</extensions>
248
<configuration>
249
- <serverId>ossrh</serverId>
250
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
251
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>ossrh</publishingServerId>
+ <autoPublish>true</autoPublish>
252
</configuration>
253
</plugin>
254
</plugins>
0 commit comments