Skip to content

Commit e8fd4e3

Browse files
committed
Fix for deployment
1 parent a2557ff commit e8fd4e3

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
@@ -333,7 +333,7 @@
333333
<configuration>
334334
<serverId>ossrh</serverId>
335335
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
336-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
336+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
337337
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
338338
</configuration>
339339
</plugin>

0 commit comments

Comments
 (0)