Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 7eac98a

Browse files
authored
build: switch all clients to use the google endpoint on sonatype (#219)
1 parent 8ff95c3 commit 7eac98a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
<distributionManagement>
4545
<snapshotRepository>
4646
<id>sonatype-nexus-snapshots</id>
47-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
47+
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
4848
</snapshotRepository>
4949
<repository>
5050
<id>sonatype-nexus-staging</id>
51-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
51+
<url>https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
5252
</repository>
5353
</distributionManagement>
5454
<licenses>

0 commit comments

Comments
 (0)