Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8effef7

Browse files
authored
chore: migrate to google sonatype endpoint (#412)
1 parent ca94499 commit 8effef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-shared-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
<distributionManagement>
3737
<snapshotRepository>
3838
<id>sonatype-nexus-snapshots</id>
39-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
39+
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
4040
</snapshotRepository>
4141
<repository>
4242
<id>sonatype-nexus-staging</id>
43-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
43+
<url>https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4444
</repository>
4545
</distributionManagement>
4646

0 commit comments

Comments
 (0)