Skip to content

Commit 0f74ad5

Browse files
committed
👷 Oops maven
1 parent 6e7de2f commit 0f74ad5

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
@@ -120,14 +120,14 @@
120120
</executions>
121121
</plugin>
122122
<plugin>
123-
<groupId>org.sonatype.plugins</groupId>
124-
<artifactId>nexus-staging-maven-plugin</artifactId>
125-
<version>1.6.12</version>
123+
<groupId>org.sonatype.central</groupId>
124+
<artifactId>central-publishing-maven-plugin</artifactId>
125+
<version>0.6.0</version>
126126
<extensions>true</extensions>
127127
<configuration>
128-
<serverId>ossrh</serverId>
129-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
130-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
128+
<publishingServerId>central</publishingServerId>
129+
<autoPublish>true</autoPublish>
130+
<waitUntil>published</waitUntil>
131131
</configuration>
132132
</plugin>
133133
</plugins>

0 commit comments

Comments
 (0)