From f28775949464511e9d9a0b881e818e155bdb0bf0 Mon Sep 17 00:00:00 2001 From: Neenu Shaji Date: Thu, 8 Jul 2021 12:32:38 -0400 Subject: [PATCH] chore: remove distributionManagement section (#130) 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. --- google-cloud-channel-bom/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/google-cloud-channel-bom/pom.xml b/google-cloud-channel-bom/pom.xml index e7696d30..ad2f19cd 100644 --- a/google-cloud-channel-bom/pom.xml +++ b/google-cloud-channel-bom/pom.xml @@ -43,17 +43,6 @@ true - - - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - sonatype-nexus-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - The Apache Software License, Version 2.0