We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b945e2 commit 7d89f65Copy full SHA for 7d89f65
1 file changed
pom.xml
@@ -150,7 +150,7 @@
150
<version>1.6.8</version>
151
<extensions>true</extensions>
152
<configuration>
153
- <serverId>ossrh</serverId>
+ <serverId>sso</serverId>
154
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
155
<autoReleaseAfterClose>true</autoReleaseAfterClose>
156
</configuration>
@@ -192,11 +192,11 @@
192
<distributionManagement>
193
<!-- Maven Central - see http://central.sonatype.org/pages/apache-maven.html -->
194
<repository>
195
- <id>ossrh</id>
+ <id>sso</id>
196
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
197
</repository>
198
<snapshotRepository>
199
200
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
201
</snapshotRepository>
202
</distributionManagement>
0 commit comments