We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65adae8 + 32cc405 commit c0a431bCopy full SHA for c0a431b
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