Skip to content

Commit

Permalink
ci: switch oss server (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Jan 31, 2024
1 parent 9073f83 commit b626cf6
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 @@ -650,7 +650,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>60</stagingProgressTimeoutMinutes>
</configuration>
Expand Down

0 comments on commit b626cf6

Please sign in to comment.