Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 3c7483e

Browse files
authored
chore: remove distributionManagement section (#577)
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 f6b2d0d commit 3c7483e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

google-cloud-speech-bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@
3939
<url>https://github.com/googleapis/java-speech</url>
4040
</scm>
4141

42-
<distributionManagement>
43-
<snapshotRepository>
44-
<id>sonatype-nexus-snapshots</id>
45-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
46-
</snapshotRepository>
47-
<repository>
48-
<id>sonatype-nexus-staging</id>
49-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
50-
</repository>
51-
</distributionManagement>
5242

5343
<licenses>
5444
<license>

0 commit comments

Comments
 (0)