Skip to content

Commit 2923ea6

Browse files
author
chenby
committed
redis 8.0
1 parent 80dbf5a commit 2923ea6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,14 +242,14 @@
242242
</configuration>
243243
</plugin>
244244
<plugin>
245-
<groupId>org.sonatype.plugins</groupId>
246-
<artifactId>nexus-staging-maven-plugin</artifactId>
247-
<version>1.7.0</version>
245+
<groupId>org.sonatype.central</groupId>
246+
<artifactId>central-publishing-maven-plugin</artifactId>
247+
<version>0.7.0</version>
248248
<extensions>true</extensions>
249249
<configuration>
250-
<serverId>ossrh</serverId>
251-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
252-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
250+
<publishingServerId>ossrh</publishingServerId>
251+
<autoPublish>true</autoPublish>
252+
<waitUntil>published</waitUntil>
253253
</configuration>
254254
</plugin>
255255
</plugins>

0 commit comments

Comments
 (0)