Bringing master BOM up to speed with latest component versions
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/23616495 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/23616495 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/23616495 Branch: refs/heads/master Commit: 236164954db405b7988f985c976c41c95fe74be6 Parents: 84e12ec Author: Konstantin Boudnik <[email protected]> Authored: Thu Oct 24 11:55:52 2013 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Oct 24 11:55:52 2013 -0700 ---------------------------------------------------------------------- bigtop.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/23616495/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index b4f0b8e..f5be02e 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -31,8 +31,8 @@ $(eval $(call PACKAGE,wdd-release,WDD)) # Hadoop 2.0.0-based hadoop package HADOOP_NAME=hadoop HADOOP_RELNOTES_NAME=Apache Hadoop -HADOOP_BASE_VERSION=2.0.6.11-wdd3.7 -HADOOP_PKG_VERSION=2.0.6.11+WANdisco +HADOOP_BASE_VERSION=2.0.6.15-wdd3.8-SNAPSHOT +HADOOP_PKG_VERSION=2.0.6.15+WANdisco HADOOP_RELEASE_VERSION=1 HADOOP_TARBALL_DST=$(HADOOP_NAME)-$(HADOOP_BASE_VERSION).tar.gz HADOOP_TARBALL_SRC=$(HADOOP_NAME)-$(HADOOP_BASE_VERSION)-src.tar.gz @@ -44,7 +44,7 @@ $(eval $(call PACKAGE,hadoop,HADOOP)) # S3HDFS-Bridge HDFSB_NAME=wdd-s3hdfs HDFSB_RELNOTES_NAME=WANdisco S3HDFS Bridge -HDFSB_BASE_VERSION=3.6.0-SNAPSHOT +HDFSB_BASE_VERSION=3.6.0 HDFSB_PKG_VERSION=3.6.0+WANdisco HDFSB_RELEASE_VERSION=1 HDFSB_TARBALL_DST=s3hdfs-$(HDFSB_BASE_VERSION).tar.gz @@ -59,7 +59,7 @@ $(eval $(call PACKAGE,wdd-s3hdfs,HDFSB)) NONSTOP_NAME=wdd-namenode-nonstop NONSTOP_RELNOTES_NAME=WANdisco Non-Stop Namenode ## simply use make -e NONSTOP_BASE_VERSION=... to override -NONSTOP_BASE_VERSION=1.1.3-SNAPSHOT +NONSTOP_BASE_VERSION=1.2-SNAPSHOT # Make sure that something like -SNAPSHOT isn't present NONSTOP_PKG_VERSION=`echo $(NONSTOP_BASE_VERSION) | sed -e "s/-SNAPSHOT//" -e "s/-/+/"`+WANdisco NONSTOP_RELEASE_VERSION=1 @@ -74,8 +74,8 @@ $(eval $(call PACKAGE,wdd-namenode-nonstop,NONSTOP)) HIPPO_NAME=hippo HIPPO_RELNOTES_NAME=Hippo UI HIPPO_PKG_NAME=hippo -HIPPO_BASE_VERSION=1.0.2-SNAPSHOT -HIPPO_PKG_VERSION=1.0.2+WANdisco +HIPPO_BASE_VERSION=1.2-SNAPSHOT +HIPPO_PKG_VERSION=1.2+WANdisco HIPPO_RELEASE_VERSION=1 HIPPO_TARBALL_SRC=hadoop-ui-$(HIPPO_BASE_VERSION)-src.tar.gz HIPPO_TARBALL_DST=hippo-$(HIPPO_BASE_VERSION).tar.gz
