From 3c449944d5599b1f269696397f7de1839aeacbf4 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Wed, 14 Jul 2021 12:40:09 -0400 Subject: [PATCH] chore: remove distributionManagement section (#293) All java client libraries inherit the distributionManagement section form shared-config. To prevent individual pom files from overriding the shared-config version of distributionManagement, it is being removed. --- java-workflows/google-cloud-workflows-bom/pom.xml | 11 +---------- java-workflows/pom.xml | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/java-workflows/google-cloud-workflows-bom/pom.xml b/java-workflows/google-cloud-workflows-bom/pom.xml index fe8f31bd255b..6c62129093fa 100644 --- a/java-workflows/google-cloud-workflows-bom/pom.xml +++ b/java-workflows/google-cloud-workflows-bom/pom.xml @@ -43,16 +43,7 @@ true - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - sonatype-nexus-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - + diff --git a/java-workflows/pom.xml b/java-workflows/pom.xml index 36efe572be3e..879df6d71c84 100644 --- a/java-workflows/pom.xml +++ b/java-workflows/pom.xml @@ -41,16 +41,7 @@ https://github.com/googleapis/java-/issues GitHub Issues - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - sonatype-nexus-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - + Apache-2.0