Skip to content

Commit ae4b2a6

Browse files
committed
central portal pub
1 parent e13ef32 commit ae4b2a6

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
@@ -190,14 +190,14 @@
190190
</plugin>
191191

192192
<plugin>
193-
<groupId>org.sonatype.plugins</groupId>
194-
<artifactId>nexus-staging-maven-plugin</artifactId>
195-
<version>1.6.13</version>
193+
<groupId>org.sonatype.central</groupId>
194+
<artifactId>central-publishing-maven-plugin</artifactId>
195+
<version>0.8.0</version>
196196
<extensions>true</extensions>
197197
<configuration>
198-
<serverId>sonatype-nexus-staging</serverId>
199-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
200-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
198+
<publishingServerId>central</publishingServerId>
199+
<autoPublish>true</autoPublish>
200+
<waitUntil>published</waitUntil>
201201
</configuration>
202202
</plugin>
203203
</plugins>

0 commit comments

Comments
 (0)