You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by bo...@apache.org on 2018/11/27 11:14:20 UTC

impala git commit: Update version to 3.1.0-RELEASE

Repository: impala
Updated Branches:
  refs/heads/branch-3.1.0 7d3e9beee -> dd34e1bd8


Update version to 3.1.0-RELEASE

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

Change-Id: Id0327d18f2f1bbdfd430847cf4d414e190319fef


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

Branch: refs/heads/branch-3.1.0
Commit: dd34e1bd8d0f5303d36b9bea62d30d6b979f8c82
Parents: 7d3e9be
Author: Zoltan Borok-Nagy <bo...@cloudera.com>
Authored: Tue Nov 27 12:11:56 2018 +0100
Committer: Zoltan Borok-Nagy <bo...@cloudera.com>
Committed: Tue Nov 27 12:11:56 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/impala/blob/dd34e1bd/bin/save-version.sh
----------------------------------------------------------------------
diff --git a/bin/save-version.sh b/bin/save-version.sh
index 0a433dd..4cbbc1b 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.1.0-SNAPSHOT
-GIT_HASH=$(git rev-parse HEAD 2> /dev/null)
+VERSION=3.1.0-RELEASE
+GIT_HASH="7d3e9beee8d91bf775103ee9b362dcd08114abd4"
 if [ -z $GIT_HASH ]
 then
   GIT_HASH="Could not obtain git hash"