Skip to content

Commit 97d81b9

Browse files
committed
Enable autoReleaseAfterClose in Maven release
1 parent b963eb8 commit 97d81b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
<configuration>
398398
<serverId>sonatype-nexus-staging</serverId>
399399
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
400-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
400+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
401401
</configuration>
402402
</plugin>
403403
</plugins>

0 commit comments

Comments
 (0)