File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change 264264 </plugins >
265265 </pluginManagement >
266266 </build >
267- <distributionManagement >
268- <snapshotRepository >
269- <id >ossrh</id >
270- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
271- </snapshotRepository >
272- <repository >
273- <id >ossrh</id >
274- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
275- </repository >
276- </distributionManagement >
277267 <profiles >
278268 <profile >
279269 <id >format</id >
361351 <build >
362352 <plugins >
363353 <plugin >
364- <groupId >org.sonatype.plugins </groupId >
365- <artifactId >nexus-staging -maven-plugin</artifactId >
366- <version >1.6.13 </version >
354+ <groupId >org.sonatype.central </groupId >
355+ <artifactId >central-publishing -maven-plugin</artifactId >
356+ <version >0.7.0 </version >
367357 <extensions >true</extensions >
368358 <configuration >
369- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
370- <serverId >ossrh</ serverId >
371- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
359+ <publishingServerId >central</ publishingServerId >
360+ <autoPublish >true</ autoPublish >
361+ <waitUntil >published</ waitUntil >
372362 </configuration >
373363 </plugin >
374364 <plugin >
You can’t perform that action at this time.
0 commit comments