@@ -177,14 +177,6 @@ Copyright (c) 2012 - Jeremy Long
177177 <mock-server .version>5.15.0</mock-server .version>
178178 </properties >
179179 <distributionManagement >
180- <snapshotRepository >
181- <id >ossrh</id >
182- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
183- </snapshotRepository >
184- <repository >
185- <id >ossrh</id >
186- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
187- </repository >
188180 <site >
189181 <id >gh-pages</id >
190182 <name >gh-pages</name >
@@ -271,9 +263,9 @@ Copyright (c) 2012 - Jeremy Long
271263 <version >3.1.1</version >
272264 </plugin >
273265 <plugin >
274- <groupId >org.sonatype.plugins </groupId >
275- <artifactId >nexus-staging -maven-plugin</artifactId >
276- <version >1.7 .0</version >
266+ <groupId >org.sonatype.central </groupId >
267+ <artifactId >central-publishing -maven-plugin</artifactId >
268+ <version >0.8 .0</version >
277269 </plugin >
278270 <plugin >
279271 <groupId >org.apache.maven.plugins</groupId >
@@ -730,14 +722,14 @@ Copyright (c) 2012 - Jeremy Long
730722 </configuration >
731723 </plugin >
732724 <plugin >
733- <groupId >org.sonatype.plugins</groupId >
734- <artifactId >nexus-staging-maven-plugin</artifactId >
725+ <groupId >org.sonatype.central</groupId >
726+ <artifactId >central-publishing-maven-plugin</artifactId >
727+ <version >0.8.0</version >
735728 <extensions >true</extensions >
736729 <configuration >
737- <serverId >ossrh</serverId >
738- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
739- <autoReleaseAfterClose >true</autoReleaseAfterClose >
740- <stagingProgressTimeoutMinutes >120</stagingProgressTimeoutMinutes >
730+ <publishingServerId >central</publishingServerId >
731+ <autoPublish >true</autoPublish >
732+ <waitUntil >published</waitUntil >
741733 </configuration >
742734 </plugin >
743735 <plugin >
0 commit comments