File tree Expand file tree Collapse file tree 2 files changed +20
-14
lines changed
Expand file tree Collapse file tree 2 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 153153 <artifactId >maven-gpg-plugin</artifactId >
154154 <version >3.2.8</version >
155155 </plugin >
156+ <plugin >
157+ <groupId >org.sonatype.central</groupId >
158+ <artifactId >central-publishing-maven-plugin</artifactId >
159+ <version >0.9.0</version >
160+ </plugin >
156161 <plugin >
157162 <groupId >org.apache.maven.plugins</groupId >
158163 <artifactId >maven-resources-plugin</artifactId >
361366 </executions >
362367 </plugin >
363368 <plugin >
364- <groupId >org.sonatype.plugins </groupId >
365- <artifactId >nexus-staging -maven-plugin</artifactId >
366- <version >1.7 .0</version >
369+ <groupId >org.sonatype.central </groupId >
370+ <artifactId >central-publishing -maven-plugin</artifactId >
371+ <version >0.9 .0</version >
367372 <extensions >true</extensions >
368373 <configuration >
369- <serverId >central.sonatype.org</serverId >
370- <nexusUrl >https://ossrh-staging-api.central.sonatype.com/</ nexusUrl >
371- <autoReleaseAfterClose > ${autoRelease} </ autoReleaseAfterClose >
374+ <publishingServerId >central.sonatype.org</publishingServerId >
375+ <autoPublish > ${autoRelease} </ autoPublish >
376+ <waitUntil >published</ waitUntil >
372377 </configuration >
373378 </plugin >
374379 </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 >
395395 </executions >
396396 </plugin >
397397 <plugin >
398- <groupId >org.sonatype.plugins</groupId >
399- <artifactId >nexus-staging-maven-plugin</artifactId >
398+ <groupId >org.sonatype.central</groupId >
399+ <artifactId >central-publishing-maven-plugin</artifactId >
400+ <version >0.9.0</version >
400401 <extensions >true</extensions >
401402 <configuration >
402- <serverId >central.sonatype.org</serverId >
403- <nexusUrl >https://ossrh-staging-api.central.sonatype.com/</ nexusUrl >
404- <autoReleaseAfterClose > ${autoRelease} </ autoReleaseAfterClose >
403+ <publishingServerId >central.sonatype.org</publishingServerId >
404+ <autoPublish > ${autoRelease} </ autoPublish >
405+ <waitUntil >published</ waitUntil >
405406 </configuration >
406407 </plugin >
407408 </plugins >
You can’t perform that action at this time.
0 commit comments