We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaf399d + f9bd1a3 commit 1945d4eCopy full SHA for 1945d4e
pom.xml
@@ -174,14 +174,12 @@
174
</configuration>
175
</plugin>
176
<plugin>
177
- <groupId>org.sonatype.plugins</groupId>
178
- <artifactId>nexus-staging-maven-plugin</artifactId>
179
- <version>1.6.13</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.9.0</version>
180
<extensions>true</extensions>
181
<configuration>
182
- <serverId>ossrh</serverId>
183
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
184
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
185
186
187
0 commit comments