File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 231231 </configuration >
232232 </plugin >
233233 <plugin >
234- <groupId >org.sonatype.plugins </groupId >
235- <artifactId >nexus-staging -maven-plugin</artifactId >
236- <version >1 .6.12 </version >
234+ <groupId >org.sonatype.central </groupId >
235+ <artifactId >central-publishing -maven-plugin</artifactId >
236+ <version >0 .6.0 </version >
237237 <extensions >true</extensions >
238238 <configuration >
239- <serverId >ossrh-staging-api</ serverId >
240- <nexusUrl >https://ossrh-staging-api.central.sonatype.com</ nexusUrl >
241- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
239+ <publishingServerId >central-portal-snapshots</ publishingServerId >
240+ <autoPublish >true</ autoPublish >
241+ <waitUntil >published</ waitUntil >
242242 </configuration >
243243 </plugin >
244244 <plugin >
You can’t perform that action at this time.
0 commit comments