File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 258258 <build >
259259 <plugins >
260260 <plugin >
261- <groupId >org.sonatype.plugins </groupId >
262- <artifactId >nexus-staging -maven-plugin</artifactId >
263- <version >${nexus-staging-maven-plugin.version} </version >
261+ <groupId >org.sonatype.central </groupId >
262+ <artifactId >central-publishing -maven-plugin</artifactId >
263+ <version >0.8.0 </version >
264264 <extensions >true</extensions >
265265 <configuration >
266- <serverId >ossrh</serverId >
267- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
268- <autoReleaseAfterClose >true</autoReleaseAfterClose >
266+ <publishingServerId >central</publishingServerId >
267+ <autoPublish >true</autoPublish >
269268 </configuration >
270269 </plugin >
271270 <plugin >
296295 <url >https://github.com/alfasoftware/astra</url >
297296 <tag >HEAD</tag >
298297 </scm >
299-
300- <distributionManagement >
301- <snapshotRepository >
302- <id >ossrh</id >
303- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
304- </snapshotRepository >
305- <repository >
306- <id >ossrh</id >
307- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
308- </repository >
309- </distributionManagement >
298+
310299</project >
You can’t perform that action at this time.
0 commit comments