File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343 <distributionManagement >
4444 <snapshotRepository >
45- <id >ossrh </id >
46- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
45+ <id >central </id >
46+ <url >https://central .sonatype.com/repository/maven- snapshots/ </url >
4747 </snapshotRepository >
4848 <repository >
49- <id >ossrh</id >
50- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
49+ <id >central</id >
5150 </repository >
5251 </distributionManagement >
5352 <build >
7069 </configuration >
7170 </plugin >
7271 <plugin >
73- <groupId >org.sonatype.plugins </groupId >
74- <artifactId >nexus-staging -maven-plugin</artifactId >
75- <version >1.6.13 </version >
72+ <groupId >org.sonatype.central </groupId >
73+ <artifactId >central-publishing -maven-plugin</artifactId >
74+ <version >0.9.0 </version >
7675 <extensions >true</extensions >
7776 <configuration >
78- <serverId >ossrh</ serverId >
79- <nexusUrl >https://oss.sonatype.org/</ nexusUrl >
80- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
77+ <publishingServerId >central</ publishingServerId >
78+ <autoPublish >true</ autoPublish >
79+ <waitUntil >published</ waitUntil >
8180 </configuration >
8281 </plugin >
8382 <plugin >
You can’t perform that action at this time.
0 commit comments