Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 30576200B82 for ; Thu, 1 Sep 2016 23:36:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2F14F160AA8; Thu, 1 Sep 2016 21:36:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 79D36160AB5 for ; Thu, 1 Sep 2016 23:36:45 +0200 (CEST) Received: (qmail 59593 invoked by uid 500); 1 Sep 2016 21:36:44 -0000 Mailing-List: contact commits-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list commits@impala.incubator.apache.org Received: (qmail 59584 invoked by uid 99); 1 Sep 2016 21:36:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2016 21:36:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4FDECC0C99 for ; Thu, 1 Sep 2016 21:36:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id HmfkBoLfmbZA for ; Thu, 1 Sep 2016 21:36:42 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id C2CB45FBB7 for ; Thu, 1 Sep 2016 21:36:41 +0000 (UTC) Received: (qmail 59482 invoked by uid 99); 1 Sep 2016 21:36:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2016 21:36:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D2C64E02DA; Thu, 1 Sep 2016 21:36:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tarmstrong@apache.org To: commits@impala.incubator.apache.org Date: Thu, 01 Sep 2016 21:36:41 -0000 Message-Id: In-Reply-To: <43f533a6eeaf4a36b177b9a485316245@git.apache.org> References: <43f533a6eeaf4a36b177b9a485316245@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] incubator-impala git commit: Bump Impala version to 2.8 archived-at: Thu, 01 Sep 2016 21:36:46 -0000 Bump Impala version to 2.8 Change-Id: I5b147dee9bb7fcb159e98a008c01659a4cb7473b Reviewed-on: http://gerrit.cloudera.org:8080/4170 Tested-by: Internal Jenkins Reviewed-by: Alex Behm Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/2cd75246 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/2cd75246 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/2cd75246 Branch: refs/heads/master Commit: 2cd752461f69578694bd8be2bde137b5595b8bed Parents: 5f3ee38 Author: Harrison Sheinblatt Authored: Tue Aug 30 10:15:14 2016 -0700 Committer: Harrison Sheinblatt Committed: Thu Sep 1 05:01:03 2016 +0000 ---------------------------------------------------------------------- bin/save-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/2cd75246/bin/save-version.sh ---------------------------------------------------------------------- diff --git a/bin/save-version.sh b/bin/save-version.sh index 6b93f41..01caf77 100755 --- a/bin/save-version.sh +++ b/bin/save-version.sh @@ -21,7 +21,7 @@ # 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=2.7.0-cdh5-INTERNAL +VERSION=2.8.0-cdh5-INTERNAL GIT_HASH=$(git rev-parse HEAD) BUILD_TIME=`date` HEADER="# Generated version information from save-version.sh"