Skip to content

Commit 3ee373f

Browse files
fix:pom.xml
1 parent 6429134 commit 3ee373f

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
@@ -99,11 +99,11 @@
9999
<distributionManagement>
100100
<snapshotRepository>
101101
<id>sonatype-nexus-staging</id>
102-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
102+
<url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url>
103103
</snapshotRepository>
104104
<repository>
105105
<id>sonatype-nexus-staging</id>
106-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
106+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
107107
</repository>
108108
</distributionManagement>
109109
<build>
@@ -149,7 +149,7 @@
149149
<extensions>true</extensions>
150150
<configuration>
151151
<serverId>sonatype-nexus-staging</serverId>
152-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
152+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
153153
<autoReleaseAfterClose>true</autoReleaseAfterClose>
154154
</configuration>
155155
</plugin>

0 commit comments

Comments
 (0)