Skip to content

Commit e096131

Browse files
authored
chore: remove distributionManagement section (#573)
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 e6b6b3e commit e096131

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
@@ -41,16 +41,7 @@
4141
<url>https://github.com/googleapis/java-logging/issues</url>
4242
<system>GitHub Issues</system>
4343
</issueManagement>
44-
<distributionManagement>
45-
<snapshotRepository>
46-
<id>sonatype-nexus-snapshots</id>
47-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
48-
</snapshotRepository>
49-
<repository>
50-
<id>sonatype-nexus-staging</id>
51-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
52-
</repository>
53-
</distributionManagement>
44+
5445
<licenses>
5546
<license>
5647
<name>Apache-2.0</name>

0 commit comments

Comments
 (0)