Skip to content

Commit d73b19b

Browse files
author
Jonathan S. Fisher
committed
switch to central plugin
1 parent 5807d3c commit d73b19b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,12 @@
145145
</configuration>
146146
</plugin>
147147
<plugin>
148-
<groupId>org.sonatype.plugins</groupId>
149-
<artifactId>nexus-staging-maven-plugin</artifactId>
150-
<version>1.6.8</version>
148+
<groupId>org.sonatype.central</groupId>
149+
<artifactId>central-publishing-maven-plugin</artifactId>
150+
<version>0.7.0</version>
151151
<extensions>true</extensions>
152152
<configuration>
153-
<serverId>ossrh</serverId>
154-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
155-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
153+
<publishingServerId>ossrh</publishingServerId>
156154
</configuration>
157155
</plugin>
158156
</plugins>

0 commit comments

Comments
 (0)