You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by sa...@apache.org on 2018/05/07 20:57:38 UTC

impala git commit: Update version to 3.0.0-RELEASE

Repository: impala
Updated Branches:
  refs/heads/branch-3.0.0 671de258f -> 0d1988e35


Update version to 3.0.0-RELEASE

Also include the last commit's git hash in bin/save-version.sh

Change-Id: Ic7a007ec8e68792cbda742d3da87e996c044852f


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

Branch: refs/heads/branch-3.0.0
Commit: 0d1988e35655662d9b8d5f9fa45ed5df9edec7e0
Parents: 671de25
Author: Sailesh Mukil <sa...@cloudera.com>
Authored: Tue May 1 11:48:18 2018 -0700
Committer: Sailesh Mukil <sa...@cloudera.com>
Committed: Tue May 1 11:48:58 2018 -0700

----------------------------------------------------------------------
 bin/save-version.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/0d1988e3/bin/save-version.sh
----------------------------------------------------------------------
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 46de902..2a86356 100755
--- a/bin/save-version.sh
+++ b/bin/save-version.sh
@@ -21,8 +21,8 @@
 # Note: for internal (aka pre-release) versions, the version should have
 # "-INTERNAL" appended. Parts of the code will look for this to distinguish
 # between released and internal versions.
-VERSION=3.0.0-SNAPSHOT
-GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
+VERSION=3.0.0-RELEASE
+GIT_HASH="671de258f29d31d280defe989af261fdbd9182ae"
 if [ -z $GIT_HASH ]
 then
   GIT_HASH="Could not obtain git hash"