Skip to content

Commit 270911c

Browse files
committed
使用旧版
1 parent bb363fc commit 270911c

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
<artifactId>maven-gpg-plugin</artifactId>
8585
</plugin>
8686
<plugin>
87-
<groupId>org.sonatype.central</groupId>
88-
<artifactId>central-publishing-maven-plugin</artifactId>
87+
<groupId>org.sonatype.plugins</groupId>
88+
<artifactId>nexus-staging-maven-plugin</artifactId>
8989
</plugin>
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
@@ -264,13 +264,14 @@
264264
</executions>
265265
</plugin>
266266
<plugin>
267-
<groupId>org.sonatype.central</groupId>
268-
<artifactId>central-publishing-maven-plugin</artifactId>
269-
<version>0.5.0</version>
267+
<groupId>org.sonatype.plugins</groupId>
268+
<artifactId>nexus-staging-maven-plugin</artifactId>
269+
<version>1.6.13</version>
270270
<extensions>true</extensions>
271271
<configuration>
272-
<publishingServerId>ossrh</publishingServerId>
273-
<!-- <autoPublish>true</autoPublish>-->
272+
<serverId>ossrh</serverId>
273+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
274+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
274275
</configuration>
275276
</plugin>
276277
<plugin>

0 commit comments

Comments
 (0)