Skip to content

Commit 3f6f2b2

Browse files
committed
Migrate publishing to Central Publisher Portal
The OSSRH has been sunset. All OSSRH namespaces have been migrated to Central Publisher Portal.
1 parent e047b18 commit 3f6f2b2

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,12 @@
268268
</executions>
269269
</plugin>
270270
<plugin>
271-
<groupId>org.sonatype.plugins</groupId>
272-
<artifactId>nexus-staging-maven-plugin</artifactId>
273-
<version>1.7.0</version>
271+
<groupId>org.sonatype.central</groupId>
272+
<artifactId>central-publishing-maven-plugin</artifactId>
273+
<version>0.9.0</version>
274274
<extensions>true</extensions>
275275
<configuration>
276-
<serverId>ossrh</serverId>
277-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
278-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
276+
<publishingServerId>central</publishingServerId>
279277
</configuration>
280278
</plugin>
281279
</plugins>

0 commit comments

Comments
 (0)