diff --git a/build b/build index 1c39c03..3d97730 100755 --- a/build +++ b/build @@ -79,11 +79,13 @@ case "$command" in git tag $releaseTag # deploy release - mvn -Pbuildsupport-release clean deploy + mvn -Prelease clean deploy # update to next version self change-version "$nextVersion" git commit -a -m "update version: $nextVersion" + + # TODO: push origin (branch + tag) ;; *)