Skip to content

Commit 391b260

Browse files
committed
update to s01.oss.sonatype.org
1 parent f93a53e commit 391b260

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ The `springdoc-openapi` libraries are hosted on maven central repository.
142142
The artifacts can be viewed accessed at the following locations:
143143

144144
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/).
146146

147147
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/).
149149

150150
# Acknowledgements
151151

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
<distributionManagement>
4242
<snapshotRepository>
4343
<id>ossrh</id>
44-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
44+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
4545
</snapshotRepository>
4646
<repository>
4747
<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>
4949
</repository>
5050
</distributionManagement>
5151

@@ -291,7 +291,7 @@
291291
<extensions>true</extensions>
292292
<configuration>
293293
<serverId>ossrh</serverId>
294-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
294+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
295295
<autoReleaseAfterClose>true</autoReleaseAfterClose>
296296
</configuration>
297297
</plugin>

0 commit comments

Comments
 (0)