Repository: tez Updated Branches: refs/heads/branch-0.7 d2695adf5 -> 1ba277c1c
TEZ-3201. Tez-UI build broken (sree) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/1ba277c1 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/1ba277c1 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/1ba277c1 Branch: refs/heads/branch-0.7 Commit: 1ba277c1c26b1c61771f653ef17e5d7a9a70581a Parents: d2695ad Author: Sreenath Somarajapuram <[email protected]> Authored: Thu Apr 7 13:54:05 2016 +0530 Committer: Sreenath Somarajapuram <[email protected]> Committed: Thu Apr 7 14:17:20 2016 +0530 ---------------------------------------------------------------------- CHANGES.txt | 1 + tez-ui/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/1ba277c1/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 9ae49fd..4b204d0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -210,6 +210,7 @@ ALL CHANGES: TEZ-2453. Tez UI: show the dagInfo is the application has set the same. TEZ-2447. Tez UI: Generic changes based on feedbacks. TEZ-2409. Allow different edges to have different routing plugins + TEZ-3201. Tez-UI build broken (sree) Release 0.7.0: 2015-05-18 http://git-wip-us.apache.org/repos/asf/tez/blob/1ba277c1/tez-ui/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml index 7da2059..891e48b 100644 --- a/tez-ui/pom.xml +++ b/tez-ui/pom.xml @@ -29,8 +29,8 @@ <properties> <webappDir>src/main/webapp</webappDir> <node.executable>${basedir}/src/main/webapp/node/node</node.executable> - <nodeVersion>v0.10.18</nodeVersion> - <npmVersion>1.3.8</npmVersion> + <nodeVersion>v0.12.2</nodeVersion> + <npmVersion>2.15.3</npmVersion> </properties> <build>
