File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 108108 <scope >test</scope >
109109 </dependency >
110110 </dependencies >
111- <distributionManagement >
112- <snapshotRepository >
113- <id >ossrh</id >
114- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
115- </snapshotRepository >
116- </distributionManagement >
117111 <build >
118112 <plugins >
119113 <plugin >
239233 </executions >
240234 </plugin >
241235 <plugin >
242- <groupId >org.sonatype.plugins </groupId >
243- <artifactId >nexus-staging -maven-plugin</artifactId >
244- <version >1.6.13 </version >
236+ <groupId >org.sonatype.central </groupId >
237+ <artifactId >central-publishing -maven-plugin</artifactId >
238+ <version >0.7.0 </version >
245239 <extensions >true</extensions >
246240 <configuration >
247- <serverId >ossrh</serverId >
248- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
249- <autoReleaseAfterClose >false</autoReleaseAfterClose >
241+ <publishingServerId >central</publishingServerId >
250242 </configuration >
251243 </plugin >
252244 </plugins >
You can’t perform that action at this time.
0 commit comments