We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcb921 commit 7a06759Copy full SHA for 7a06759
1 file changed
pom.xml
@@ -18,12 +18,12 @@
18
<snapshotRepository>
19
<id>sonatype-nexus-snapshots</id>
20
<name>Sonatype Nexus Snapshots</name>
21
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
22
</snapshotRepository>
23
<repository>
24
<id>sonatype-nexus-staging</id>
25
<name>Nexus Release Repository</name>
26
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
27
</repository>
28
<site>
29
<id>github-pages</id>
0 commit comments