We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65adae8 commit 32cc405Copy full SHA for 32cc405
1 file changed
pom.xml
@@ -204,14 +204,13 @@
204
</executions>
205
</plugin>
206
<plugin>
207
- <groupId>org.sonatype.plugins</groupId>
208
- <artifactId>nexus-staging-maven-plugin</artifactId>
209
- <version>1.6.13</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.8.0</version>
210
<extensions>true</extensions>
211
<configuration>
212
- <serverId>ossrh</serverId>
213
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
214
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
+ <autoPublish>true</autoPublish>
215
</configuration>
216
217
0 commit comments