Skip to content

Commit

Permalink
Set autoReleaseAfterClose to true
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 28, 2023
1 parent e30ec8d commit 1731925
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 @@ -263,7 +263,7 @@
<configuration>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<serverId>ossrh</serverId>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>
<stagingProgressTimeoutMinutes>60</stagingProgressTimeoutMinutes>
</configuration>
Expand Down

0 comments on commit 1731925

Please sign in to comment.