Skip to content

Commit

Permalink
prepare for Maven 4.x (next fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Aug 30, 2024
1 parent ced3089 commit 9d31509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
<extensions>true</extensions>
<configuration>
<serverId>repository</serverId>
<nexusUrl>${maven.repository}</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>${maven.nexus.staging.auto.release}</autoReleaseAfterClose>
<autoDropAfterRelease>${maven.nexus.staging.auto.drop}</autoDropAfterRelease>
<skipNexusStagingDeployMojo>${maven.nexus.staging.deploy.skip}</skipNexusStagingDeployMojo>
Expand Down

0 comments on commit 9d31509

Please sign in to comment.