Updated Branches: refs/heads/master 6d3ce21b3 -> 1c2b9589d
upgraded Hue to 2.5.2 Signed-off-by: Bruno Mahé <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1c2b9589 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1c2b9589 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1c2b9589 Branch: refs/heads/master Commit: 1c2b9589d38ec0f3ba4a167520f1e4566fe0ff39 Parents: 6d3ce21 Author: Mikhail Antonov <[email protected]> Authored: Fri Jan 10 03:54:37 2014 -0800 Committer: Bruno Mahé <[email protected]> Committed: Sun Jan 12 14:04:31 2014 -0800 ---------------------------------------------------------------------- bigtop.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/1c2b9589/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 5a62f91..afed229 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -172,8 +172,8 @@ $(eval $(call PACKAGE,giraph,GIRAPH)) HUE_NAME=hue HUE_RELNOTES_NAME=Hadoop User Experience HUE_PKG_NAME=hue -HUE_BASE_VERSION=2.5.1 -HUE_PKG_VERSION=2.5.1 +HUE_BASE_VERSION=2.5.2 +HUE_PKG_VERSION=2.5.2 HUE_RELEASE_VERSION=1 HUE_TARBALL_DST=hue-$(HUE_BASE_VERSION).tar.gz HUE_TARBALL_SRC=release-$(HUE_BASE_VERSION).tar.gz
