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

Commit

Permalink
chore: remove distributionManagement section (#146)
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 764e203 commit 8b46698
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions google-cloud-workflow-executions-bom/pom.xml
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 8b46698

Please sign in to comment.