Skip to content

Commit

Permalink
Do not auto release when using maven release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmorato committed Nov 18, 2016
1 parent ddf4072 commit 114f220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 114f220

Please sign in to comment.