Skip to content

Commit 8259952

Browse files
committed
[build] Migrate to new Sonatype Central Portal
1 parent 78fd239 commit 8259952

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,13 @@
131131
</configuration>
132132
</plugin>
133133
<plugin>
134-
<groupId>org.sonatype.plugins</groupId>
135-
<artifactId>nexus-staging-maven-plugin</artifactId>
136-
<version>1.6.13</version>
134+
<groupId>org.sonatype.central</groupId>
135+
<artifactId>central-publishing-maven-plugin</artifactId>
136+
<version>0.5.0</version>
137137
<extensions>true</extensions>
138138
<configuration>
139-
<serverId>ossrh</serverId>
140-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
141-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
139+
<publishingServerId>ossrh</publishingServerId>
140+
<autoPublish>true</autoPublish>
142141
</configuration>
143142
</plugin>
144143
<plugin>

0 commit comments

Comments
 (0)