Skip to content

Commit 04ee3ed

Browse files
committed
Update deployment URLs to new Central Publishing Portal API endpoints
1 parent b9a4b39 commit 04ee3ed

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
@@ -30,11 +30,11 @@
3030
<distributionManagement>
3131
<snapshotRepository>
3232
<id>ossrh</id>
33-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
33+
<url>https://central.sonatype.com/api/internal/repository/maven-central-snapshots/</url>
3434
</snapshotRepository>
3535
<repository>
3636
<id>ossrh</id>
37-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
37+
<url>https://central.sonatype.com/api/internal/repository/maven-central/</url>
3838
</repository>
3939
</distributionManagement>
4040

@@ -208,7 +208,7 @@
208208
<extensions>true</extensions>
209209
<configuration>
210210
<serverId>ossrh</serverId>
211-
<nexusUrl>https://central.sonatype.com/</nexusUrl>
211+
<nexusUrl>https://central.sonatype.com/api/internal/</nexusUrl>
212212
<autoReleaseAfterClose>true</autoReleaseAfterClose>
213213
</configuration>
214214
</plugin>

0 commit comments

Comments
 (0)