Skip to content

Commit bfb871a

Browse files
authored
build: switch all clients to use the google endpoint on sonatype (#1805)
1 parent 6d584ea commit bfb871a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

google-api-client-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<distributionManagement>
3838
<snapshotRepository>
3939
<id>sonatype-nexus-snapshots</id>
40-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
40+
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
4141
</snapshotRepository>
4242
<repository>
4343
<id>sonatype-nexus-staging</id>
44-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
44+
<url>https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4545
</repository>
4646
<site>
4747
<id>github-pages-site</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<extensions>true</extensions>
232232
<configuration>
233233
<serverId>ossrh</serverId>
234-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
234+
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
235235
<autoReleaseAfterClose>${deploy.autorelease}</autoReleaseAfterClose>
236236
</configuration>
237237
</plugin>

0 commit comments

Comments
 (0)