Skip to content

Commit 66c5c31

Browse files
authored
fix: remove distributionManagement from pom.xml (#769)
Fix the problem with release by removing "local" <distributionManagement> to enforce the use of one in the shared configuration. Fixes #762
1 parent 7ccb1ef commit 66c5c31

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@
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>
5444
<licenses>
5545
<license>
5646
<name>Apache-2.0</name>

0 commit comments

Comments
 (0)