Skip to content

Commit

Permalink
Fix nexus url to use s01
Browse files Browse the repository at this point in the history
  • Loading branch information
vidi42 committed Feb 29, 2024
1 parent 48504b1 commit 4e55a2b
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 @@ -256,7 +256,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>30</stagingProgressTimeoutMinutes>
</configuration>
Expand Down

0 comments on commit 4e55a2b

Please sign in to comment.