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 197197 </configuration >
198198 </plugin >
199199 <plugin >
200- <groupId >org.sonatype.plugins </groupId >
201- <artifactId >nexus-staging -maven-plugin</artifactId >
202- <version >1 .7.0</version >
200+ <groupId >org.sonatype.central </groupId >
201+ <artifactId >central-publishing -maven-plugin</artifactId >
202+ <version >0 .7.0</version >
203203 <extensions >true</extensions >
204204 <configuration >
205- <serverId >ossrh</ serverId >
206- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
207- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
205+ <publishingServerId >central</ publishingServerId >
206+ <autoPublish >true</ autoPublish >
207+ <waitUntil >published</ waitUntil >
208208 </configuration >
209209 </plugin >
210210 <!-- plugins for checking dependencies -->
You can’t perform that action at this time.
0 commit comments