Skip to content

Commit 451a771

Browse files
committed
Set auto release to false
1 parent a02217e commit 451a771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@
284284
<configuration>
285285
<serverId>ossrh</serverId>
286286
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
287-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
287+
<!-- temporarily set to false to test release deployment-->
288+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
288289
</configuration>
289290
</plugin>
290291
</plugins>

0 commit comments

Comments
 (0)