Skip to content

Commit ac98b29

Browse files
committed
Update to new Maven central endpoints
1 parent 5cfcecf commit ac98b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@
181181
<distributionManagement>
182182
<snapshotRepository>
183183
<id>ossrh</id>
184-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
184+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
185185
</snapshotRepository>
186186
<repository>
187187
<id>ossrh</id>
188-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
188+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
189189
</repository>
190190
</distributionManagement>
191191

0 commit comments

Comments
 (0)