Skip to content

Commit 3c44994

Browse files
authored
chore: remove distributionManagement section (#293)
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.
1 parent d701fed commit 3c44994

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

java-workflows/google-cloud-workflows-bom/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,7 @@
4343
<maven.antrun.skip>true</maven.antrun.skip>
4444
</properties>
4545

46-
<distributionManagement>
47-
<snapshotRepository>
48-
<id>sonatype-nexus-snapshots</id>
49-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
50-
</snapshotRepository>
51-
<repository>
52-
<id>sonatype-nexus-staging</id>
53-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
54-
</repository>
55-
</distributionManagement>
46+
5647

5748
<licenses>
5849
<license>

java-workflows/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,7 @@
4141
<url>https://github.com/googleapis/java-/issues</url>
4242
<system>GitHub Issues</system>
4343
</issueManagement>
44-
<distributionManagement>
45-
<snapshotRepository>
46-
<id>sonatype-nexus-snapshots</id>
47-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
48-
</snapshotRepository>
49-
<repository>
50-
<id>sonatype-nexus-staging</id>
51-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
52-
</repository>
53-
</distributionManagement>
44+
5445
<licenses>
5546
<license>
5647
<name>Apache-2.0</name>

0 commit comments

Comments
 (0)