From ff6a95f7b0d24a1c37c38ba8ac6c6624ee97cc15 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Thu, 25 Feb 2021 11:04:59 -0500 Subject: [PATCH] feat: migrate releases to the new Google Sonatype endpoint to address Sonatype errors. (#230) --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 014b1a59..884d8003 100644 --- a/pom.xml +++ b/pom.xml @@ -42,11 +42,11 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://google.oss.sonatype.org/content/repositories/snapshots sonatype-nexus-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://google.oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -77,7 +77,7 @@ true ossrh - https://oss.sonatype.org/ + https://google.oss.sonatype.org/ false 15 @@ -586,7 +586,7 @@ sonatype-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://google.oss.sonatype.org/content/repositories/snapshots false