Skip to content

Commit 2e7f899

Browse files
committed
Fixed deployment configuration
1 parent 8a1ee1e commit 2e7f899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
<distributionManagement>
4141
<snapshotRepository>
4242
<id>ossrh</id>
43-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
43+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
4444
</snapshotRepository>
4545
<repository>
4646
<id>ossrh</id>
47-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
47+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
4848
</repository>
4949
</distributionManagement>
5050

@@ -293,7 +293,7 @@
293293
<extensions>true</extensions>
294294
<configuration>
295295
<serverId>ossrh</serverId>
296-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
296+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
297297
<autoReleaseAfterClose>true</autoReleaseAfterClose>
298298
</configuration>
299299
</plugin>

0 commit comments

Comments
 (0)