Skip to content

Commit 1aee9bc

Browse files
committed
re
1 parent 95c6d3d commit 1aee9bc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,17 +252,16 @@ limitations under the License.
252252

253253

254254
<plugin>
255-
<groupId>org.sonatype.plugins</groupId>
256-
<artifactId>nexus-staging-maven-plugin</artifactId>
257-
<version>1.7.0</version>
255+
<groupId>org.sonatype.central</groupId>
256+
<artifactId>central-publishing-maven-plugin</artifactId>
257+
<version>0.9.0</version>
258258
<extensions>true</extensions>
259259
<configuration>
260-
<serverId>maven-central</serverId>
261-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
260+
<publishingServerId>maven-central</publishingServerId>
262261

263262
<!-- Flip this if you feel confident about your build, and it passes
264263
the rules of Maven Central -->
265-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
264+
<autoPublish>false</autoPublish>
266265
</configuration>
267266
</plugin>
268267
</plugins>

0 commit comments

Comments
 (0)