File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 383383 </executions >
384384 </plugin >
385385 <plugin >
386- <groupId >org.sonatype.plugins</groupId >
387- <artifactId >nexus-staging-maven-plugin</artifactId >
388- <version >${nexus-staging-maven-plugin.version} </version >
389- <extensions >true</extensions >
390- <configuration >
391- <serverId >ossrh</serverId >
392- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
393- <autoReleaseAfterClose >true</autoReleaseAfterClose >
394- </configuration >
386+ <groupId >org.sonatype.central</groupId >
387+ <artifactId >central-publishing-maven-plugin</artifactId >
388+ <version >0.6.0</version >
389+ <extensions >true</extensions >
390+ <configuration >
391+ <publishingServerId >central</publishingServerId >
392+ <autoPublish >true</autoPublish >
393+ </configuration >
395394 </plugin >
396395 </plugins >
397396 </build >
You can’t perform that action at this time.
0 commit comments