Skip to content

Commit 8ce0fda

Browse files
committed
- Set auto release to true. Now that everything being built automatically no reason to have to manually release.
1 parent dac09d5 commit 8ce0fda

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
@@ -196,7 +196,7 @@
196196
<configuration>
197197
<serverId>ossrh</serverId>
198198
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
199-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
199+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
200200
</configuration>
201201
</plugin>
202202

0 commit comments

Comments
 (0)