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 <[email protected]> Authored: Wed Sep 18 12:51:12 2013 -0700 Committer: Roman Shaposhnik <[email protected]> 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
