File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 356
356
<distributionManagement >
357
357
<snapshotRepository >
358
358
<id >ossrh</id >
359
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
359
+ <url >https://central .sonatype.com/repository/maven- snapshots/ </url >
360
360
<layout >default</layout >
361
361
</snapshotRepository >
362
362
<repository >
363
363
<id >ossrh</id >
364
- <url >https://oss. sonatype.org /service/local/staging/deploy/maven2</url >
364
+ <url >https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2/ </url >
365
365
<layout >default</layout >
366
366
</repository >
367
367
</distributionManagement >
473
473
<skip >true</skip >
474
474
</configuration >
475
475
</plugin >
476
+ <plugin >
477
+ <groupId >org.sonatype.central</groupId >
478
+ <artifactId >central-publishing-maven-plugin</artifactId >
479
+ <version >0.8.0</version >
480
+ <extensions >true</extensions >
481
+ <configuration >
482
+ <publishingServerId >ossrh</publishingServerId >
483
+ </configuration >
484
+ </plugin >
476
485
<plugin >
477
486
<groupId >org.sonatype.plugins</groupId >
478
487
<artifactId >nexus-staging-maven-plugin</artifactId >
479
488
<extensions >true</extensions >
480
489
<configuration >
481
490
<serverId >ossrh</serverId >
482
- <nexusUrl >https://oss. sonatype.org /</nexusUrl >
491
+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com /</nexusUrl >
483
492
<autoReleaseAfterClose >true</autoReleaseAfterClose >
484
493
</configuration >
485
494
</plugin >
You can’t perform that action at this time.
0 commit comments