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 332
332
<distributionManagement >
333
333
<snapshotRepository >
334
334
<id >ossrh</id >
335
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
335
+ <url >https://central .sonatype.com/repository/maven- snapshots/ </url >
336
336
<layout >default</layout >
337
337
</snapshotRepository >
338
338
<repository >
339
339
<id >ossrh</id >
340
- <url >https://oss. sonatype.org /service/local/staging/deploy/maven2</url >
340
+ <url >https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2/ </url >
341
341
<layout >default</layout >
342
342
</repository >
343
343
</distributionManagement >
454
454
<skip >true</skip >
455
455
</configuration >
456
456
</plugin >
457
+ <plugin >
458
+ <groupId >org.sonatype.central</groupId >
459
+ <artifactId >central-publishing-maven-plugin</artifactId >
460
+ <version >0.8.0</version >
461
+ <extensions >true</extensions >
462
+ <configuration >
463
+ <publishingServerId >central</publishingServerId >
464
+ </configuration >
465
+ </plugin >
457
466
<plugin >
458
467
<groupId >org.sonatype.plugins</groupId >
459
468
<artifactId >nexus-staging-maven-plugin</artifactId >
460
469
<extensions >true</extensions >
461
470
<configuration >
462
471
<serverId >ossrh</serverId >
463
- <nexusUrl >https://oss. sonatype.org /</nexusUrl >
472
+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com /</nexusUrl >
464
473
<autoReleaseAfterClose >true</autoReleaseAfterClose >
465
474
</configuration >
466
475
</plugin >
You can’t perform that action at this time.
0 commit comments