File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 110
110
111
111
<distributionManagement >
112
112
<snapshotRepository >
113
- <id >ossrh </id >
114
- <url >https://aws.oss. sonatype.org/content/repositories/ snapshots</url >
113
+ <id >central-portal-snapshots </id >
114
+ <url >https://central. sonatype.com/repository/maven- snapshots/ </url >
115
115
</snapshotRepository >
116
116
</distributionManagement >
117
117
478
478
</executions >
479
479
</plugin >
480
480
<plugin >
481
- <groupId >org.sonatype.plugins</groupId >
482
- <artifactId >nexus-staging-maven-plugin</artifactId >
481
+ <groupId >org.sonatype.central</groupId >
482
+ <artifactId >central-publishing-maven-plugin</artifactId >
483
+ <version >0.7.0</version >
483
484
<extensions >true</extensions >
484
485
<configuration >
485
- <serverId >ossrh</serverId >
486
- <nexusUrl >https://aws.oss.sonatype.org</nexusUrl >
487
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
486
+ <publishingServerId >central</publishingServerId >
488
487
</configuration >
489
488
</plugin >
490
489
</plugins >
You can’t perform that action at this time.
0 commit comments