Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 3cff5df

Browse files
authored
chore: remove distributionManagement section (#450)
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 b9b3da9 commit 3cff5df

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,7 @@
5252
<url>https://github.com/googleapis/java-logging-logback/issues</url>
5353
<system>GitHub Issues</system>
5454
</issueManagement>
55-
<distributionManagement>
56-
<snapshotRepository>
57-
<id>sonatype-nexus-snapshots</id>
58-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
59-
</snapshotRepository>
60-
<repository>
61-
<id>sonatype-nexus-staging</id>
62-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
63-
</repository>
64-
</distributionManagement>
55+
6556
<licenses>
6657
<license>
6758
<name>Apache-2.0</name>

0 commit comments

Comments
 (0)