File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 <artifactId >maven-gpg-plugin</artifactId >
8585 </plugin >
8686 <plugin >
87- <groupId >org.sonatype.central </groupId >
88- <artifactId >central-publishing -maven-plugin</artifactId >
87+ <groupId >org.sonatype.plugins </groupId >
88+ <artifactId >nexus-staging -maven-plugin</artifactId >
8989 </plugin >
9090 <plugin >
9191 <groupId >org.apache.maven.plugins</groupId >
264264 </executions >
265265 </plugin >
266266 <plugin >
267- <groupId >org.sonatype.central </groupId >
268- <artifactId >central-publishing -maven-plugin</artifactId >
269- <version >0.5.0 </version >
267+ <groupId >org.sonatype.plugins </groupId >
268+ <artifactId >nexus-staging -maven-plugin</artifactId >
269+ <version >1.6.13 </version >
270270 <extensions >true</extensions >
271271 <configuration >
272- <publishingServerId >ossrh</publishingServerId >
273- <!-- <autoPublish>true</autoPublish>-->
272+ <serverId >ossrh</serverId >
273+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
274+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
274275 </configuration >
275276 </plugin >
276277 <plugin >
You can’t perform that action at this time.
0 commit comments