Skip to content

Commit

Permalink
Preparing release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotru committed May 15, 2018
1 parent ba4f150 commit f22310b
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 @@ -24,7 +24,7 @@ echo "\n----------------------------------------"
echo "When at prompt, type the release version (e.g. from 1.0-SNAPSHOT to 1.0)\n"
mvn --settings ~/.m2/settings.xml versions:set
git commit -am "[Deploy phase] Preparing release"
mvn --settings ~/.m2/settings.xml clean deploy -P release
mvn --settings ~/.m2/settings.xml clean deploy -DskipTests -P release
mvn --settings ~/.m2/settings.xml scm:tag
echo 'Release deployed'

Expand Down

0 comments on commit f22310b

Please sign in to comment.