File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ The `springdoc-openapi` libraries are hosted on maven central repository.
142
142
The artifacts can be viewed accessed at the following locations:
143
143
144
144
Releases:
145
- * [ https://oss.sonatype.org/content/groups/public/org/springdoc/ ] ( https://oss.sonatype.org/content/groups/public/org/springdoc/ ) .
145
+ * [ https://s01. oss.sonatype.org/content/groups/public/org/springdoc/ ] ( https://s01. oss.sonatype.org/content/groups/public/org/springdoc/ ) .
146
146
147
147
Snapshots:
148
- * [ https://oss.sonatype.org/content/repositories/snapshots/org/springdoc/ ] ( https://oss.sonatype.org/content/repositories/snapshots/org/springdoc/ ) .
148
+ * [ https://s01. oss.sonatype.org/content/repositories/snapshots/org/springdoc/ ] ( https://s01. oss.sonatype.org/content/repositories/snapshots/org/springdoc/ ) .
149
149
150
150
# Acknowledgements
151
151
Original file line number Diff line number Diff line change 41
41
<distributionManagement >
42
42
<snapshotRepository >
43
43
<id >ossrh</id >
44
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
44
+ <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
45
45
</snapshotRepository >
46
46
<repository >
47
47
<id >ossrh</id >
48
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
48
+ <url >https://s01. oss.sonatype.org/service/local/staging/deploy/maven2/</url >
49
49
</repository >
50
50
</distributionManagement >
51
51
291
291
<extensions >true</extensions >
292
292
<configuration >
293
293
<serverId >ossrh</serverId >
294
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
294
+ <nexusUrl >https://s01. oss.sonatype.org/</nexusUrl >
295
295
<autoReleaseAfterClose >true</autoReleaseAfterClose >
296
296
</configuration >
297
297
</plugin >
You can’t perform that action at this time.
0 commit comments