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 959367d commit ff3fd5fCopy full SHA for ff3fd5f
pom.xml
@@ -713,9 +713,9 @@
713
<extensions>true</extensions>
714
<configuration>
715
<serverId>ossrh</serverId>
716
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
717
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
718
- <!-- skipLocalStaging>true</skipLocalStaging -->
+ <nexusUrl>https://repository.apache.org/</nexusUrl>
+ <autoReleaseAfterClose>false</autoReleaseAfterClose>
+ <skipLocalStaging>true</skipLocalStaging>
719
</configuration>
720
</plugin>
721
<plugin>
0 commit comments