File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4848 <repository >
4949 <id >sonatype-nexus-staging</id >
5050 <name >Nexus Release Repository</name >
51- <url >https://s01.oss.sonatype.org /service/local/staging/deploy/maven2/</url >
51+ <url >${nexus.serverUrl} /service/local/staging/deploy/maven2/</url >
5252 </repository >
5353 <snapshotRepository >
5454 <id >sonatype-nexus-snapshots</id >
5555 <name >Sonatype Nexus Snapshots</name >
56- <url >https://s01.oss.sonatype.org /content/repositories/snapshots/</url >
56+ <url >${nexus.serverUrl} /content/repositories/snapshots/</url >
5757 </snapshotRepository >
5858 <site >
5959 <id >github-pages</id >
7171
7272 <jacoco .surefire.argLine></jacoco .surefire.argLine>
7373 <jjwt .suite.version>0.12.6</jjwt .suite.version>
74+ <!-- This project was registered before 2021, so it uses the old server. -->
75+ <nexus .serverUrl>https://oss.sonatype.org</nexus .serverUrl>
7476 <okhttp3 .version>4.12.0</okhttp3 .version>
7577 <okio .version>3.10.2</okio .version>
7678 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
443445 <extensions >true</extensions >
444446 <configuration >
445447 <serverId >sonatype-nexus-staging</serverId >
446- <nexusUrl >https://s01.oss.sonatype.org /</nexusUrl >
448+ <nexusUrl >${nexus.serverUrl} /</nexusUrl >
447449 <autoReleaseAfterClose >true</autoReleaseAfterClose >
448450 </configuration >
449451 </plugin >
You can’t perform that action at this time.
0 commit comments