From 9633e4560e7f5583e6a09d35d78af2596af20381 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Mon, 17 May 2021 12:44:02 -0400 Subject: [PATCH] build: switch all clients to use the google endpoint on sonatype (#665) --- appengine/pom.xml | 2 +- bom/pom.xml | 4 ++-- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/appengine/pom.xml b/appengine/pom.xml index de8097988..32e8c3264 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -15,7 +15,7 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://google.oss.sonatype.org/content/repositories/snapshots diff --git a/bom/pom.xml b/bom/pom.xml index c80be6811..305315d76 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -14,7 +14,7 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://google.oss.sonatype.org/content/repositories/snapshots @@ -76,7 +76,7 @@ true ossrh - https://oss.sonatype.org/ + https://google.oss.sonatype.org/ false diff --git a/credentials/pom.xml b/credentials/pom.xml index 1ae00ba52..f0076f070 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -14,7 +14,7 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://google.oss.sonatype.org/content/repositories/snapshots diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 5eda08b18..ae59e1f21 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -15,7 +15,7 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://google.oss.sonatype.org/content/repositories/snapshots diff --git a/pom.xml b/pom.xml index 1372d1ff0..fda0fdcf3 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://google.oss.sonatype.org/content/repositories/snapshots googleapis.dev @@ -145,7 +145,7 @@ true ossrh - https://oss.sonatype.org/ + https://google.oss.sonatype.org/ ${deploy.autorelease}