File tree Expand file tree Collapse file tree 2 files changed +18
-16
lines changed
Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 154154 <version >3.2.8</version >
155155 </plugin >
156156 <plugin >
157- <groupId >org.sonatype.plugins </groupId >
158- <artifactId >nexus-staging -maven-plugin</artifactId >
159- <version >1.7 .0</version >
157+ <groupId >org.sonatype.central </groupId >
158+ <artifactId >central-publishing -maven-plugin</artifactId >
159+ <version >0.9 .0</version >
160160 </plugin >
161161 <plugin >
162162 <groupId >org.apache.maven.plugins</groupId >
366366 </executions >
367367 </plugin >
368368 <plugin >
369- <groupId >org.sonatype.plugins</groupId >
370- <artifactId >nexus-staging-maven-plugin</artifactId >
369+ <groupId >org.sonatype.central</groupId >
370+ <artifactId >central-publishing-maven-plugin</artifactId >
371+ <version >0.9.0</version >
371372 <extensions >true</extensions >
372373 <configuration >
373- <serverId >central.sonatype.org</serverId >
374- <nexusUrl >https://ossrh-staging-api.central.sonatype.com/</ nexusUrl >
375- <autoReleaseAfterClose > ${autoRelease} </ autoReleaseAfterClose >
374+ <publishingServerId >central.sonatype.org</publishingServerId >
375+ <autoPublish > ${autoRelease} </ autoPublish >
376+ <waitUntil >published</ waitUntil >
376377 </configuration >
377378 </plugin >
378379 </plugins >
Original file line number Diff line number Diff line change 185185 </configuration >
186186 </plugin >
187187 <plugin >
188- <groupId >org.sonatype.plugins </groupId >
189- <artifactId >nexus-staging -maven-plugin</artifactId >
190- <version >1.7 .0</version >
188+ <groupId >org.sonatype.central </groupId >
189+ <artifactId >central-publishing -maven-plugin</artifactId >
190+ <version >0.9 .0</version >
191191 </plugin >
192192 <plugin >
193193 <groupId >org.apache.maven.plugins</groupId >
398398 </executions >
399399 </plugin >
400400 <plugin >
401- <groupId >org.sonatype.plugins</groupId >
402- <artifactId >nexus-staging-maven-plugin</artifactId >
401+ <groupId >org.sonatype.central</groupId >
402+ <artifactId >central-publishing-maven-plugin</artifactId >
403+ <version >0.9.0</version >
403404 <extensions >true</extensions >
404405 <configuration >
405- <serverId >central.sonatype.org</serverId >
406- <nexusUrl >https://ossrh-staging-api.central.sonatype.com/</ nexusUrl >
407- <autoReleaseAfterClose > ${autoRelease} </ autoReleaseAfterClose >
406+ <publishingServerId >central.sonatype.org</publishingServerId >
407+ <autoPublish > ${autoRelease} </ autoPublish >
408+ <waitUntil >published</ waitUntil >
408409 </configuration >
409410 </plugin >
410411 </plugins >
You can’t perform that action at this time.
0 commit comments