Skip to content

Commit

Permalink
Don't deploy automatically to central repos after staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Dec 12, 2014
1 parent e4e60f2 commit 4afa177
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 @@ -110,7 +110,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 4afa177

Please sign in to comment.