File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed
Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 325325 </execution >
326326 </executions >
327327 </plugin >
328+ <!-- <plugin>-->
329+ <!-- <groupId>org.sonatype.plugins</groupId>-->
330+ <!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
331+ <!-- <version>${nexus.staging.plugin.version}</version>-->
332+ <!-- <extensions>true</extensions>-->
333+ <!-- <configuration>-->
334+ <!-- <serverId>ossrh</serverId>-->
335+ <!-- <nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>-->
336+ <!-- <autoReleaseAfterClose>false</autoReleaseAfterClose>-->
337+ <!-- <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>-->
338+ <!-- </configuration>-->
339+ <!-- </plugin>-->
328340 <plugin >
329- <groupId >org.sonatype.plugins </groupId >
330- <artifactId >nexus-staging -maven-plugin</artifactId >
331- <version >${nexus.staging.plugin.version} </version >
341+ <groupId >org.sonatype.central </groupId >
342+ <artifactId >central-publishing -maven-plugin</artifactId >
343+ <version >0.8.0 </version >
332344 <extensions >true</extensions >
333345 <configuration >
334- <serverId >ossrh</serverId >
335- <nexusUrl >https://ossrh-staging-api.central.sonatype.com/</nexusUrl >
336- <autoReleaseAfterClose >false</autoReleaseAfterClose >
337- <stagingProgressTimeoutMinutes >15</stagingProgressTimeoutMinutes >
346+ <publishingServerId >ossrh</publishingServerId >
347+ <autoPublish >false</autoPublish >
338348 </configuration >
339349 </plugin >
340350 </plugins >
You can’t perform that action at this time.
0 commit comments