Skip to content

Commit

Permalink
Migrated to latest sonatype plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Jun 19, 2024
1 parent 6e64411 commit cde7158
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,14 @@

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${version.nexus-staging-maven-plugin}</version>
<artifactId>nxrm3-maven-plugin</artifactId>
<version>1.0.6</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<repository>maven-releases</repository>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>

Expand Down

0 comments on commit cde7158

Please sign in to comment.