We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e047b18 commit 3f6f2b2Copy full SHA for 3f6f2b2
1 file changed
pom.xml
@@ -268,14 +268,12 @@
268
</executions>
269
</plugin>
270
<plugin>
271
- <groupId>org.sonatype.plugins</groupId>
272
- <artifactId>nexus-staging-maven-plugin</artifactId>
273
- <version>1.7.0</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.9.0</version>
274
<extensions>true</extensions>
275
<configuration>
276
- <serverId>ossrh</serverId>
277
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
278
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
279
</configuration>
280
281
</plugins>
0 commit comments