Skip to content

Commit

Permalink
Fix maven repository plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Nov 4, 2016
1 parent 150cfe0 commit 3ec479c
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 @@ -223,7 +223,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<skipLocalStaging>true</skipLocalStaging>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 3ec479c

Please sign in to comment.