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

Commit

Permalink
chore: remove distributionManagement section (#468)
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 bd76ef5 commit 2e5325f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions google-cloud-game-servers-bom/pom.xml
Expand Up @@ -39,17 +39,6 @@
<url>https://github.com/googleapis/java-game-servers</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 2e5325f

Please sign in to comment.