File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1818 <snapshotRepository >
1919 <id >sonatype-nexus-snapshots</id >
2020 <name >Sonatype Nexus Snapshots</name >
21- <url >https://s01.oss.sonatype.org /content/repositories/snapshots/</url >
21+ <url >${nexus.serverUrl} /content/repositories/snapshots/</url >
2222 </snapshotRepository >
2323 <repository >
2424 <id >sonatype-nexus-staging</id >
2525 <name >Nexus Release Repository</name >
26- <url >https://s01.oss.sonatype.org /service/local/staging/deploy/maven2/</url >
26+ <url >${nexus.serverUrl} /service/local/staging/deploy/maven2/</url >
2727 </repository >
2828 <site >
2929 <id >github-pages</id >
4949
5050 <jacoco .surefire.argLine />
5151 <surefire .argLine />
52+
53+ <!-- This project was registered before 2021, so it uses the old server. -->
54+ <nexus .serverUrl>https://ossrh-staging-api.central.sonatype.com</nexus .serverUrl>
5255 </properties >
5356
5457 <build >
You can’t perform that action at this time.
0 commit comments