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

Commit a3f8fe1

Browse files
authored
chore: remove distributionManagement section (#178)
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 4870895 commit a3f8fe1

File tree

1 file changed

+0
-10
lines changed
  • google-cloud-video-transcoder-bom

1 file changed

+0
-10
lines changed

google-cloud-video-transcoder-bom/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@
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>
5646

5747
<licenses>
5848
<license>

0 commit comments

Comments
 (0)