Skip to content

Commit

Permalink
Updated nexus plugin:
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Aug 16, 2024
1 parent d4f123a commit cb325b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<executions>
<execution>
Expand All @@ -632,7 +632,6 @@
</executions>
<configuration>
<serverId>ossrh</serverId>
<!-- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>-->
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
Expand Down

0 comments on commit cb325b3

Please sign in to comment.