Skip to content

Commit 0f24e09

Browse files
committed
Replace nexus-staging-maven-plugin with central-publishing-maven-plugin
1 parent 034a31f commit 0f24e09

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,16 @@
202202
</plugin>
203203

204204
<plugin>
205-
<groupId>org.sonatype.plugins</groupId>
206-
<artifactId>nexus-staging-maven-plugin</artifactId>
207-
<version>1.6.13</version>
205+
<groupId>org.sonatype.central</groupId>
206+
<artifactId>central-publishing-maven-plugin</artifactId>
207+
<version>0.7.0</version>
208208
<extensions>true</extensions>
209209
<configuration>
210210
<serverId>ossrh</serverId>
211-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
212-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
211+
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>
212+
<deploymentName>WooCommerce API Client - ${project.version}</deploymentName>
213+
<checksums>required</checksums>
214+
<skipPublishing>false</skipPublishing>
213215
</configuration>
214216
</plugin>
215217

0 commit comments

Comments
 (0)