Skip to content

Commit 0c3d02f

Browse files
authored
chore: remove distributionManagement section (#530)
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 c79842e commit 0c3d02f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,7 @@
4040
<url>https://github.com/googleapis/java-spanner-jdbc/issues</url>
4141
<system>GitHub Issues</system>
4242
</issueManagement>
43-
<distributionManagement>
44-
<snapshotRepository>
45-
<id>sonatype-nexus-snapshots</id>
46-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
47-
</snapshotRepository>
48-
<repository>
49-
<id>sonatype-nexus-staging</id>
50-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
51-
</repository>
52-
</distributionManagement>
43+
5344
<licenses>
5445
<license>
5546
<name>Apache-2.0</name>

0 commit comments

Comments
 (0)