Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CBA719551 for ; Thu, 26 Jan 2012 00:59:08 +0000 (UTC) Received: (qmail 9129 invoked by uid 500); 26 Jan 2012 00:59:08 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 9091 invoked by uid 500); 26 Jan 2012 00:59:08 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 9083 invoked by uid 99); 26 Jan 2012 00:59:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 00:59:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2012 00:59:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B1C5D23888FE; Thu, 26 Jan 2012 00:58:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1236010 - /incubator/bigtop/trunk/bigtop.mk Date: Thu, 26 Jan 2012 00:58:46 -0000 To: bigtop-commits@incubator.apache.org From: rvs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120126005846.B1C5D23888FE@eris.apache.org> Author: rvs Date: Thu Jan 26 00:58:46 2012 New Revision: 1236010 URL: http://svn.apache.org/viewvc?rev=1236010&view=rev Log: BIGTOP-354. Bump version of HBase to 0.92 Modified: incubator/bigtop/trunk/bigtop.mk Modified: incubator/bigtop/trunk/bigtop.mk URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop.mk?rev=1236010&r1=1236009&r2=1236010&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop.mk (original) +++ incubator/bigtop/trunk/bigtop.mk Thu Jan 26 00:58:46 2012 @@ -42,12 +42,12 @@ $(eval $(call PACKAGE,zookeeper,ZOOKEEPE HBASE_NAME=hbase HBASE_RELNOTES_NAME=Apache HBase HBASE_PKG_NAME=hbase -HBASE_BASE_VERSION=0.90.4 +HBASE_BASE_VERSION=0.92.0 HBASE_PKG_VERSION=$(HBASE_BASE_VERSION) HBASE_RELEASE_VERSION=1 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz HBASE_TARBALL_SRC=$(HBASE_TARBALL_DST) -HBASE_SITE=$(APACHE_MIRROR)/hbase/hbase-0.90.4/ +HBASE_SITE=$(APACHE_MIRROR)/hbase/hbase-$(HBASE_BASE_VERSION)/ $(eval $(call PACKAGE,hbase,HBASE)) # Pig