Skip to content

Commit

Permalink
Issue #299: Update nexus-staging-maven-plugin to match serverID used …
Browse files Browse the repository at this point in the history
…in deploy
  • Loading branch information
ALRubinger committed Apr 8, 2024
1 parent c642167 commit 4a0c688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<serverId>ossrh-releases</serverId>
<nexusUrl>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 4a0c688

Please sign in to comment.