Skip to content

Commit 824da6c

Browse files
committed
update deploy plugin
1 parent 59a9792 commit 824da6c

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,13 @@
241241

242242
<!-- Nexus Staging Maven Plugin to automate the release process -->
243243
<plugin>
244-
<groupId>org.sonatype.plugins</groupId>
245-
<artifactId>nexus-staging-maven-plugin</artifactId>
246-
<version>1.6.13</version>
244+
<groupId>org.sonatype.central</groupId>
245+
<artifactId>central-publishing-maven-plugin</artifactId>
246+
<version>0.8.0</version>
247247
<extensions>true</extensions>
248248
<configuration>
249-
<serverId>ossrh</serverId>
250-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
251-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
249+
<publishingServerId>ossrh</publishingServerId>
250+
<autoPublish>true</autoPublish>
252251
</configuration>
253252
</plugin>
254253
</plugins>

0 commit comments

Comments
 (0)