File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858 <distributionManagement >
5959 <repository >
60- <id >ossrh </id >
61- <url >https://oss .sonatype.org/service/local/staging/deploy/maven2 /</url >
60+ <id >central </id >
61+ <url >https://central .sonatype.com /</url >
6262 </repository >
6363 </distributionManagement >
6464
193193 </executions >
194194 </plugin >
195195 <plugin >
196- <groupId >org.sonatype.plugins </groupId >
197- <artifactId >nexus-staging -maven-plugin</artifactId >
198- <version >1.7 .0</version >
196+ <groupId >org.sonatype.central </groupId >
197+ <artifactId >central-publishing -maven-plugin</artifactId >
198+ <version >0.10 .0</version >
199199 <extensions >true</extensions >
200200 <configuration >
201- <serverId >ossrh</serverId >
202- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
203- <autoReleaseAfterClose >true</autoReleaseAfterClose >
201+ <autoPublish >true</autoPublish >
204202 </configuration >
205203 </plugin >
206204 <plugin >
You can’t perform that action at this time.
0 commit comments