File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 104104 <build >
105105 <plugins >
106106 <plugin >
107- <groupId >org.sonatype.plugins </groupId >
108- <artifactId >nexus-staging -maven-plugin</artifactId >
109- <version >1.6.13 </version >
107+ <groupId >org.sonatype.central </groupId >
108+ <artifactId >central-publishing -maven-plugin</artifactId >
109+ <version >0.8.0 </version >
110110 <extensions >true</extensions >
111111 <configuration >
112- <serverId >ossrh</serverId >
113- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
114- <autoReleaseAfterClose >true</autoReleaseAfterClose >
112+ <publishingServerId >central</publishingServerId >
113+ <autoPublish >true</autoPublish >
115114 </configuration >
116115 </plugin >
117116 <plugin >
491490 </plugin >
492491 </plugins >
493492 </build >
494- <parent >
495- <groupId >org.sonatype.oss</groupId >
496- <artifactId >oss-parent</artifactId >
497- <version >7</version >
498- </parent >
499493</project >
You can’t perform that action at this time.
0 commit comments