Skip to content

Commit 15e1b75

Browse files
committed
Remove distributionManagement section from the pom.xml file.
1 parent 6ab5ca0 commit 15e1b75

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,6 @@
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
</properties>
4848

49-
<distributionManagement>
50-
<snapshotRepository>
51-
<id>ossrh</id>
52-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
53-
</snapshotRepository>
54-
<repository>
55-
<id>ossrh</id>
56-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
57-
</repository>
58-
</distributionManagement>
59-
6049
<build>
6150
<plugins>
6251
<plugin>

0 commit comments

Comments
 (0)