File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 88 <passphrase >${env.GPG_PASSPHRASE}</passphrase >
99 </server >
1010 <server >
11- <id >ossrh </id >
12- <username >${env.MAVEN_USERNAME}</username >
13- <password >${env.MAVEN_PASSWORD}</password >
11+ <id >central </id >
12+ <username >${env.MAVEN_USERNAME}</username >
13+ <password >${env.MAVEN_PASSWORD}</password >
1414 </server >
1515 </servers >
1616 <profiles >
Original file line number Diff line number Diff line change 7171 <build >
7272 <plugins >
7373 <plugin >
74- <groupId >org.sonatype.plugins </groupId >
75- <artifactId >nexus-staging -maven-plugin</artifactId >
76- <version >1.6.13 </version >
74+ <groupId >org.sonatype.central </groupId >
75+ <artifactId >central-publishing -maven-plugin</artifactId >
76+ <version >0.7.0 </version >
7777 <extensions >true</extensions >
7878 <configuration >
79- <serverId >ossrh</serverId >
80- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
81- <autoReleaseAfterClose >true</autoReleaseAfterClose >
79+ <publishingServerId >central</publishingServerId >
80+ <autoPublish >true</autoPublish >
8281 </configuration >
8382 </plugin >
8483 </plugins >
You can’t perform that action at this time.
0 commit comments