Skip to content

Commit f66abf1

Browse files
authored
fix: updatate mnv central url (#1205)
1 parent f533ec0 commit f66abf1

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
@@ -499,7 +499,7 @@
499499
<extensions>true</extensions>
500500
<configuration>
501501
<serverId>ossrh</serverId>
502-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
502+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
503503
<autoReleaseAfterClose>true</autoReleaseAfterClose>
504504
</configuration>
505505
</plugin>
@@ -528,11 +528,11 @@
528528
<distributionManagement>
529529
<repository>
530530
<id>ossrh</id>
531-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
531+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
532532
</repository>
533533
<snapshotRepository>
534534
<id>ossrh</id>
535-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
535+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
536536
</snapshotRepository>
537537
</distributionManagement>
538538
</profile>

0 commit comments

Comments
 (0)