Skip to content

Commit

Permalink
chore: change staging server url for maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
borisrizov-zf committed Nov 24, 2023
1 parent f30b856 commit d5e4c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ SPDX-License-Identifier: Apache-2.0
docs: https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment#ConfiguringYourProjectforDeployment-DeploymentwiththeNexusStagingMavenPlugin
-->
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<!--
setting to 'true' will cause './mvnw release:perform' to publish
to Maven Central automatically when OSSRH Staging is complete
Expand Down

0 comments on commit d5e4c6b

Please sign in to comment.