We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf536d commit 2a168e5Copy full SHA for 2a168e5
pom.xml
@@ -200,12 +200,12 @@
200
<snapshotRepository>
201
<id>ossrh</id>
202
<name>Sonatype Nexus Snapshots</name>
203
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
204
</snapshotRepository>
205
<repository>
206
207
<name>Nexus Release Repository</name>
208
- <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
209
</repository>
210
</distributionManagement>
211
0 commit comments