Skip to content

Commit 73a9f14

Browse files
authored
FIX nexus-staging 502 autoReleaseAfterClose:false
1 parent 215cd23 commit 73a9f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
<configuration>
884884
<serverId>ossrh</serverId>
885885
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
886-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
886+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
887887
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
888888
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
889889
<keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>

0 commit comments

Comments
 (0)