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 6e7de2f commit 0f74ad5Copy full SHA for 0f74ad5
pom.xml
@@ -120,14 +120,14 @@
120
</executions>
121
</plugin>
122
<plugin>
123
- <groupId>org.sonatype.plugins</groupId>
124
- <artifactId>nexus-staging-maven-plugin</artifactId>
125
- <version>1.6.12</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.6.0</version>
126
<extensions>true</extensions>
127
<configuration>
128
- <serverId>ossrh</serverId>
129
- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
130
- <autoReleaseAfterClose>false</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
+ <autoPublish>true</autoPublish>
+ <waitUntil>published</waitUntil>
131
</configuration>
132
133
</plugins>
0 commit comments