Skip to content

Commit 6448dce

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

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

+1-10
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,7 @@
129129
<url>https://github.com/googleapis/java-bigtable/issues</url>
130130
<system>GitHub Issues</system>
131131
</issueManagement>
132-
<distributionManagement>
133-
<snapshotRepository>
134-
<id>sonatype-nexus-snapshots</id>
135-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
136-
</snapshotRepository>
137-
<repository>
138-
<id>sonatype-nexus-staging</id>
139-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
140-
</repository>
141-
</distributionManagement>
132+
142133
<licenses>
143134
<license>
144135
<name>Apache-2.0</name>

0 commit comments

Comments
 (0)