We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfcecf commit ac98b29Copy full SHA for ac98b29
pom.xml
@@ -181,11 +181,11 @@
181
<distributionManagement>
182
<snapshotRepository>
183
<id>ossrh</id>
184
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
185
</snapshotRepository>
186
<repository>
187
188
- <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
189
</repository>
190
</distributionManagement>
191
0 commit comments