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:34:40 UTC

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

Author: rvs
Date: Thu Aug  9 20:34:40 2012
New Revision: 1371449

URL: http://svn.apache.org/viewvc?rev=1371449&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=1371449&r1=1371448&r2=1371449&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.4/bigtop.mk (original)
+++ incubator/bigtop/branches/branch-0.4/bigtop.mk Thu Aug  9 20:34:40 2012
@@ -46,8 +46,8 @@ $(eval $(call PACKAGE,zookeeper,ZOOKEEPE
 HBASE_NAME=hbase
 HBASE_RELNOTES_NAME=Apache HBase
 HBASE_PKG_NAME=hbase
-HBASE_BASE_VERSION=0.94.1
-HBASE_PKG_VERSION=$(HBASE_BASE_VERSION)
+HBASE_BASE_VERSION=0.94.1-SNAPSHOT
+HBASE_PKG_VERSION=0.94.1
 HBASE_RELEASE_VERSION=1
 HBASE_TARBALL_DST=hbase-$(HBASE_BASE_VERSION).tar.gz
 HBASE_TARBALL_SRC=$(HBASE_TARBALL_DST)