Skip to content

Commit 9a5d3d9

Browse files
Revert pom.xml autoReleaseAfterClose change
Restores nexus-staging-maven-plugin's autoReleaseAfterClose to true so release-promotion behaviour matches master. Out of scope for this PR.
1 parent 3995fe7 commit 9a5d3d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<configuration>
9090
<serverId>ossrh</serverId>
9191
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
92-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
92+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
9393
</configuration>
9494
</plugin>
9595
<plugin>

0 commit comments

Comments
 (0)