Skip to content

Commit

Permalink
Fixed release script
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeysierra committed Oct 14, 2015
1 parent 9fff92c commit c007557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mvn scm:check-local-modification

# release
mvn versions:set
git add pom.xml
git add pom.xml */pom.xml
git commit
mvn clean deploy -P release
mvn scm:tag
Expand Down

0 comments on commit c007557

Please sign in to comment.