Skip to content

Commit fba970d

Browse files
authored
chore: remove distributionManagement section (#900)
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 6448dce commit fba970d

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

google-cloud-bigtable-bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@
4848
<url>https://github.com/googleapis/java-bigtable</url>
4949
</scm>
5050

51-
<distributionManagement>
52-
<snapshotRepository>
53-
<id>sonatype-nexus-snapshots</id>
54-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
55-
</snapshotRepository>
56-
<repository>
57-
<id>sonatype-nexus-staging</id>
58-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
59-
</repository>
60-
</distributionManagement>
6151

6252
<licenses>
6353
<license>

google-cloud-bigtable-deps-bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@
5151
<url>https://github.com/googleapis/java-bigtable</url>
5252
</scm>
5353

54-
<distributionManagement>
55-
<snapshotRepository>
56-
<id>sonatype-nexus-snapshots</id>
57-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
58-
</snapshotRepository>
59-
<repository>
60-
<id>sonatype-nexus-staging</id>
61-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
62-
</repository>
63-
</distributionManagement>
6454

6555
<licenses>
6656
<license>

0 commit comments

Comments
 (0)