Skip to content

Commit fa8af54

Browse files
committed
update to new Sonatype Maven Central.
1 parent d1630cd commit fa8af54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,14 @@
197197
</configuration>
198198
</plugin>
199199
<plugin>
200-
<groupId>org.sonatype.plugins</groupId>
201-
<artifactId>nexus-staging-maven-plugin</artifactId>
202-
<version>1.7.0</version>
200+
<groupId>org.sonatype.central</groupId>
201+
<artifactId>central-publishing-maven-plugin</artifactId>
202+
<version>0.7.0</version>
203203
<extensions>true</extensions>
204204
<configuration>
205-
<serverId>ossrh</serverId>
206-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
207-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
205+
<publishingServerId>central</publishingServerId>
206+
<autoPublish>true</autoPublish>
207+
<waitUntil>published</waitUntil>
208208
</configuration>
209209
</plugin>
210210
<!-- plugins for checking dependencies -->

0 commit comments

Comments
 (0)