Skip to content

Commit 4aae810

Browse files
committed
Switch to Central Maven Repository
1 parent 4bc6458 commit 4aae810

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-gpg-plugin</artifactId>
226-
<version>1.6</version>
226+
<version>3.2.7</version>
227227
<executions>
228228
<execution>
229229
<id>sign-artifacts</id>
@@ -241,14 +241,12 @@
241241
</configuration>
242242
</plugin>
243243
<plugin>
244-
<groupId>org.sonatype.plugins</groupId>
245-
<artifactId>nexus-staging-maven-plugin</artifactId>
246-
<version>1.6.8</version>
244+
<groupId>org.sonatype.central</groupId>
245+
<artifactId>central-publishing-maven-plugin</artifactId>
246+
<version>0.7.0</version>
247247
<extensions>true</extensions>
248248
<configuration>
249-
<serverId>ossrh-s01</serverId>
250-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
251-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
249+
<publishingServerId>ossrh-s01</publishingServerId>
252250
</configuration>
253251
</plugin>
254252
</plugins>

0 commit comments

Comments
 (0)