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 95ea011 commit 0087610Copy full SHA for 0087610
pom.xml
@@ -183,11 +183,11 @@
183
<plugin>
184
<groupId>org.sonatype.plugins</groupId>
185
<artifactId>nexus-staging-maven-plugin</artifactId>
186
- <version>1.6.8</version>
+ <version>1.6.13</version>
187
<extensions>true</extensions>
188
<configuration>
189
<serverId>ossrh</serverId>
190
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
+ <nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
191
<autoReleaseAfterClose>false</autoReleaseAfterClose>
192
</configuration>
193
</plugin>
0 commit comments