Skip to content

Commit

Permalink
chore: remove distributionManagement section (#610)
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 7, 2021
1 parent 666d565 commit 773f6af
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Expand Up @@ -50,16 +50,7 @@
<url>https://github.com/googleapis/java-storage-nio/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<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>Apache-2.0</name>
Expand Down

0 comments on commit 773f6af

Please sign in to comment.