File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 66 </proxies >
77 <servers >
88 <server >
9- <id >ossrh </id >
9+ <id >central </id >
1010 <username >${env.OSSRH_USERNAME}</username >
1111 <password >${env.OSSRH_PASSWORD}</password >
1212 </server >
Original file line number Diff line number Diff line change 4848 <build >
4949 <plugins >
5050 <plugin >
51- <groupId >org.sonatype.plugins</groupId >
52- <artifactId >nexus-staging-maven-plugin</artifactId >
51+ <groupId >org.sonatype.central</groupId >
52+ <artifactId >central-publishing-maven-plugin</artifactId >
53+ <version >0.8.0</version >
5354 <extensions >true</extensions >
5455 <configuration >
55- <serverId >ossrh</serverId >
56- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
57- <autoReleaseAfterClose >true</autoReleaseAfterClose >
56+ <publishingServerId >central</publishingServerId >
57+ <deploymentName >${version} </deploymentName >
5858 </configuration >
5959 </plugin >
6060
229229 <id >ossrh</id >
230230 <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
231231 </repository >
232- <snapshotRepository >
233- <id >ossrh</id >
234- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
235- </snapshotRepository >
236232 </distributionManagement >
237233</project >
You can’t perform that action at this time.
0 commit comments