Skip to content

Commit 32cc405

Browse files
update to central-publishing-maven
1 parent 65adae8 commit 32cc405

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
@@ -204,14 +204,13 @@
204204
</executions>
205205
</plugin>
206206
<plugin>
207-
<groupId>org.sonatype.plugins</groupId>
208-
<artifactId>nexus-staging-maven-plugin</artifactId>
209-
<version>1.6.13</version>
207+
<groupId>org.sonatype.central</groupId>
208+
<artifactId>central-publishing-maven-plugin</artifactId>
209+
<version>0.8.0</version>
210210
<extensions>true</extensions>
211211
<configuration>
212-
<serverId>ossrh</serverId>
213-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
214-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
212+
<publishingServerId>central</publishingServerId>
213+
<autoPublish>true</autoPublish>
215214
</configuration>
216215
</plugin>
217216
<plugin>

0 commit comments

Comments
 (0)