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 (#178)
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 committed Jul 8, 2021
1 parent 4870895 commit a3f8fe1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions google-cloud-video-transcoder-bom/pom.xml
Expand Up @@ -43,16 +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>
Expand Down

0 comments on commit a3f8fe1

Please sign in to comment.