You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/10/21 15:01:25 UTC

[31/44] isis git commit: ISIS-1465: improving interim-release.sh, build before tagging

ISIS-1465: improving interim-release.sh, build before tagging


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/d647bdf5
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/d647bdf5
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/d647bdf5

Branch: refs/heads/master
Commit: d647bdf54822f019c3007429a3a38065e732afe5
Parents: 364a1aa
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Sep 29 11:58:01 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Sep 29 11:58:01 2016 +0100

----------------------------------------------------------------------
 interim-release.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/d647bdf5/interim-release.sh
----------------------------------------------------------------------
diff --git a/interim-release.sh b/interim-release.sh
index 337d7e7..097b8bd 100644
--- a/interim-release.sh
+++ b/interim-release.sh
@@ -27,6 +27,9 @@ popd >/dev/null
 echo "Committing changes"
 git commit -am "bumping to $VERSION"
 
+echo "Building"
+mvn clean install -o
+
 echo "tagging"
 git tag $TAG