Skip to content

Commit 2e5b7fd

Browse files
committed
Disable automatic releasing.
By setting autoReleaseAfterClose to false, ossrh does not automatically release newly staged artifacts to Maven Central. This allows us to manually inspect them in the staging environment.
1 parent 33c8f21 commit 2e5b7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<configuration>
219219
<serverId>ossrh</serverId>
220220
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
221-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
221+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
222222
</configuration>
223223
</plugin>
224224
</plugins>

0 commit comments

Comments
 (0)