BIGTOP-759. Flume do-component-build should set hbase.version according to BOM (Andrew Purtell via rvs)
git-svn-id: https://svn.apache.org/repos/asf/bigtop/trunk@1400983 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/180d2ed2 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/180d2ed2 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/180d2ed2 Branch: refs/heads/master Commit: 180d2ed27e44f6a4e629f4b1a1d4230757215a41 Parents: a3bc721 Author: rvs <rvs@13f79535-47bb-0310-9956-ffa450edef68> Authored: Mon Oct 22 18:24:23 2012 +0000 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Nov 2 08:39:24 2012 -0700 ---------------------------------------------------------------------- .../src/common/flume/do-component-build | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/180d2ed2/bigtop-packages/src/common/flume/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/flume/do-component-build b/bigtop-packages/src/common/flume/do-component-build index 130ef29..30799d1 100755 --- a/bigtop-packages/src/common/flume/do-component-build +++ b/bigtop-packages/src/common/flume/do-component-build @@ -20,4 +20,5 @@ set -ex mvn -DskipTests -Dhadoop.profile=23 \ -Dhadoop.version=$HADOOP_VERSION \ + -Dhbase.version=$HBASE_VERSION \ clean install "$@"
