Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: remove distributionManagement section (#249)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Neenu1995 authored Jul 8, 2021
1 parent 855b04f commit 9d5820f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions google-cloud-dialogflow-cx-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@
<maven.antrun.skip>true</maven.antrun.skip>
</properties>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down

0 comments on commit 9d5820f

Please sign in to comment.