Skip to content

Commit bc4ba3c

Browse files
authored
Update central-publishing-maven-plugin (#55)
Also remove unnecessary default distributionManagement configuration.
1 parent 41598a7 commit bc4ba3c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.sonatype.central</groupId>
159159
<artifactId>central-publishing-maven-plugin</artifactId>
160-
<version>0.7.0</version>
160+
<version>0.9.0</version>
161161
<extensions>true</extensions>
162162
</plugin>
163163
</plugins>
@@ -187,15 +187,4 @@
187187
</profile>
188188
</profiles>
189189

190-
<distributionManagement>
191-
<snapshotRepository>
192-
<id>central</id>
193-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
194-
</snapshotRepository>
195-
<repository>
196-
<id>central</id>
197-
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
198-
</repository>
199-
</distributionManagement>
200-
201190
</project>

0 commit comments

Comments
 (0)