Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E4B610A7F for ; Wed, 18 Sep 2013 23:31:29 +0000 (UTC) Received: (qmail 91063 invoked by uid 500); 18 Sep 2013 23:31:29 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 90978 invoked by uid 500); 18 Sep 2013 23:31:29 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 90941 invoked by uid 99); 18 Sep 2013 23:31:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 23:31:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1CB818870DC; Wed, 18 Sep 2013 23:31:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rvs@apache.org To: commits@bigtop.apache.org Date: Wed, 18 Sep 2013 23:31:28 -0000 Message-Id: <64523e7a0c954e498444b25acaeb0473@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/5] git commit: BIGTOP-1073. Bump version of HBase to 0.94.11 Updated Branches: refs/heads/master 5f8007587 -> 127921e58 BIGTOP-1073. Bump version of HBase to 0.94.11 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bbf138a3 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bbf138a3 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bbf138a3 Branch: refs/heads/master Commit: bbf138a39ca075848478d2353644a79d4d3582f7 Parents: 5f80075 Author: Roman Shaposhnik Authored: Wed Sep 18 12:51:12 2013 -0700 Committer: Roman Shaposhnik Committed: Wed Sep 18 12:51:12 2013 -0700 ---------------------------------------------------------------------- bigtop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bbf138a3/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index f75c412..cac700b 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -46,7 +46,7 @@ $(eval $(call PACKAGE,zookeeper,ZOOKEEPER)) HBASE_NAME=hbase HBASE_RELNOTES_NAME=Apache HBase HBASE_PKG_NAME=hbase -HBASE_BASE_VERSION=0.94.5 +HBASE_BASE_VERSION=0.94.11 HBASE_PKG_VERSION=$(HBASE_BASE_VERSION) HBASE_RELEASE_VERSION=1 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz