Updated Branches: refs/heads/branch-0.3.1 ee3d10d1c -> d89fdef27
BIGTOP-746. bump hbase version to 0.92.2 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/58cac029 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/58cac029 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/58cac029 Branch: refs/heads/branch-0.3.1 Commit: 58cac02930c3e2d75cc675e929824651ec491027 Parents: ee3d10d Author: Anatoli Fomenko <[email protected]> Authored: Wed Mar 27 13:33:51 2013 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Mar 27 13:33:51 2013 -0700 ---------------------------------------------------------------------- bigtop.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/58cac029/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index be969d1..d07c907 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.92.0 +HBASE_BASE_VERSION=0.92.2 HBASE_PKG_VERSION=$(HBASE_BASE_VERSION) HBASE_RELEASE_VERSION=1 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz
