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 (#469)
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 2ac3e02 commit 8f0b0d9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions google-cloud-tasks-bom/pom.xml
Expand Up @@ -39,17 +39,6 @@
<url>https://github.com/googleapis/java-tasks</url>
</scm>

<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 8f0b0d9

Please sign in to comment.