Skip to content

Commit 4715180

Browse files
committed
Use https://s01.oss.sonatype.org/ for deploying artifacts.
1 parent 85aa257 commit 4715180

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hamcrest-mail-jakarta/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<distributionManagement>
4949
<snapshotRepository>
5050
<id>ossrh</id>
51-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
51+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
5252
</snapshotRepository>
5353
</distributionManagement>
5454

@@ -369,7 +369,7 @@
369369
<extensions>true</extensions>
370370
<configuration>
371371
<serverId>ossrh</serverId>
372-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
372+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
373373
<autoReleaseAfterClose>${autoRelease}</autoReleaseAfterClose>
374374
</configuration>
375375
</plugin>

hamcrest-mail/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<distributionManagement>
4949
<snapshotRepository>
5050
<id>ossrh</id>
51-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
51+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
5252
</snapshotRepository>
5353
</distributionManagement>
5454

@@ -402,7 +402,7 @@
402402
<extensions>true</extensions>
403403
<configuration>
404404
<serverId>ossrh</serverId>
405-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
405+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
406406
<autoReleaseAfterClose>${autoRelease}</autoReleaseAfterClose>
407407
</configuration>
408408
</plugin>

0 commit comments

Comments
 (0)