You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2012/08/09 22:35:12 UTC

svn commit: r1371459 - /incubator/bigtop/branches/branch-0.4/bigtop.mk

Author: rvs
Date: Thu Aug  9 20:35:12 2012
New Revision: 1371459

URL: http://svn.apache.org/viewvc?rev=1371459&view=rev
Log:
BIGTOP-606. Bump version of HBase to 0.94.1

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=1371459&r1=1371458&r2=1371459&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.4/bigtop.mk (original)
+++ incubator/bigtop/branches/branch-0.4/bigtop.mk Thu Aug  9 20:35:12 2012
@@ -52,7 +52,7 @@ 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=http://people.apache.org/~larsh/hbase-0.94.1-rc0/
+HBASE_SITE=$(APACHE_MIRROR)$(HBASE_DOWNLOAD_PATH)
 HBASE_ARCHIVE=$(APACHE_ARCHIVE)$(HBASE_DOWNLOAD_PATH)
 $(eval $(call PACKAGE,hbase,HBASE))