Skip to content

Commit

Permalink
Different server id, to address a local ID conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jul 26, 2024
1 parent b3cdc2a commit af89100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<serverId>sso</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
Expand Down Expand Up @@ -192,11 +192,11 @@
<distributionManagement>
<!-- Maven Central - see http://central.sonatype.org/pages/apache-maven.html -->
<repository>
<id>ossrh</id>
<id>sso</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<id>sso</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
Expand Down

0 comments on commit af89100

Please sign in to comment.