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 48
48
<repository >
49
49
<id >sonatype-nexus-staging</id >
50
50
<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 >
52
52
</repository >
53
53
<snapshotRepository >
54
54
<id >sonatype-nexus-snapshots</id >
55
55
<name >Sonatype Nexus Snapshots</name >
56
- <url >https://s01.oss.sonatype.org /content/repositories/snapshots/</url >
56
+ <url >${nexus.serverUrl} /content/repositories/snapshots/</url >
57
57
</snapshotRepository >
58
58
<site >
59
59
<id >github-pages</id >
71
71
72
72
<jacoco .surefire.argLine></jacoco .surefire.argLine>
73
73
<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>
74
76
<okhttp3 .version>4.12.0</okhttp3 .version>
75
77
<okio .version>3.10.2</okio .version>
76
78
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
443
445
<extensions >true</extensions >
444
446
<configuration >
445
447
<serverId >sonatype-nexus-staging</serverId >
446
- <nexusUrl >https://oss.sonatype.org /</nexusUrl >
448
+ <nexusUrl >${nexus.serverUrl} /</nexusUrl >
447
449
<autoReleaseAfterClose >true</autoReleaseAfterClose >
448
450
</configuration >
449
451
</plugin >
You can’t perform that action at this time.
0 commit comments