autoReleaseAfterClose to true in nexus plugin

pull/39/head
Pablo Fuente Pérez 2018-03-15 23:07:01 +01:00 committed by GitHub
parent 9c42528a3a
commit 1b00713cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -163,7 +163,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>