Skip to content

Commit d081258

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template'
2 parents 4233c0f + 4cfb4dc commit d081258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vaadin-addon-template/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191
<distributionManagement>
9292
<snapshotRepository>
9393
<id>ossrh</id>
94-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
94+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
9595
</snapshotRepository>
9696
<repository>
9797
<id>ossrh</id>
98-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
98+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
9999
</repository>
100100
</distributionManagement>
101101

@@ -263,7 +263,7 @@
263263
<extensions>true</extensions>
264264
<configuration>
265265
<serverId>ossrh</serverId>
266-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
266+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
267267
<!-- Sometimes OSSRH is really slow -->
268268
<stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes>
269269
<autoReleaseAfterClose>true</autoReleaseAfterClose>

0 commit comments

Comments
 (0)