There was an error while loading. Please reload this page.
1 parent 037d4e5 commit e5b4244Copy full SHA for e5b4244
1 file changed
pom.xml
@@ -144,14 +144,13 @@
144
</plugin>
145
146
<plugin>
147
- <groupId>org.sonatype.plugins</groupId>
148
- <artifactId>nexus-staging-maven-plugin</artifactId>
149
- <version>1.6.13</version>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.8.0</version>
150
<extensions>true</extensions>
151
<configuration>
152
- <serverId>ossrh</serverId>
153
- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
154
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
+ <publishingServerId>central</publishingServerId>
+ <autoPublish>true</autoPublish>
155
</configuration>
156
157
</plugins>
0 commit comments