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 CCF4DDBD4 for ; Wed, 18 Jul 2012 05:14:06 +0000 (UTC) Received: (qmail 66215 invoked by uid 500); 18 Jul 2012 05:14:06 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 66180 invoked by uid 500); 18 Jul 2012 05:14:06 -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 66171 invoked by uid 99); 18 Jul 2012 05:14:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2012 05:14:06 +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; Wed, 18 Jul 2012 05:14:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 91DBB238889B; Wed, 18 Jul 2012 05:13:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1362762 - /incubator/bigtop/branches/branch-0.4/bigtop.mk Date: Wed, 18 Jul 2012 05:13:44 -0000 To: bigtop-commits@incubator.apache.org From: bmahe@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120718051344.91DBB238889B@eris.apache.org> Author: bmahe Date: Wed Jul 18 05:13:44 2012 New Revision: 1362762 URL: http://svn.apache.org/viewvc?rev=1362762&view=rev Log: BIGTOP-676. Update HBase version to 0.94.1-rc0 Modified: incubator/bigtop/branches/branch-0.4/bigtop.mk Modified: incubator/bigtop/branches/branch-0.4/bigtop.mk URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.4/bigtop.mk?rev=1362762&r1=1362761&r2=1362762&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.4/bigtop.mk (original) +++ incubator/bigtop/branches/branch-0.4/bigtop.mk Wed Jul 18 05:13:44 2012 @@ -46,13 +46,13 @@ $(eval $(call PACKAGE,zookeeper,ZOOKEEPE HBASE_NAME=hbase HBASE_RELNOTES_NAME=Apache HBase HBASE_PKG_NAME=hbase -HBASE_BASE_VERSION=0.94.0 +HBASE_BASE_VERSION=0.94.1 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_DOWNLOAD_PATH=/hbase/hbase-$(HBASE_BASE_VERSION) -HBASE_SITE=$(APACHE_MIRROR)$(HBASE_DOWNLOAD_PATH) +HBASE_SITE=http://people.apache.org/~larsh/hbase-0.94.1-rc0/ HBASE_ARCHIVE=$(APACHE_ARCHIVE)$(HBASE_DOWNLOAD_PATH) $(eval $(call PACKAGE,hbase,HBASE))