We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73331b5 commit 13991a0Copy full SHA for 13991a0
1 file changed
pom.xml
@@ -223,11 +223,11 @@
223
<distributionManagement>
224
<snapshotRepository>
225
<id>ossrh</id>
226
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
227
</snapshotRepository>
228
<repository>
229
230
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
231
</repository>
232
</distributionManagement>
233
0 commit comments