AMBARI-22299. Storm View: Update Node version for PPC support. (yusaku)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/655e0a7c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/655e0a7c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/655e0a7c Branch: refs/heads/branch-feature-AMBARI-14714 Commit: 655e0a7c38b45b64c210c7fa7eba1db72c5e0506 Parents: baa1fe6 Author: Yusaku Sako <[email protected]> Authored: Tue Oct 24 12:56:01 2017 -0700 Committer: Yusaku Sako <[email protected]> Committed: Tue Oct 24 13:01:50 2017 -0700 ---------------------------------------------------------------------- contrib/views/storm/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/655e0a7c/contrib/views/storm/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/storm/pom.xml b/contrib/views/storm/pom.xml index c424f45..4a1ff68 100644 --- a/contrib/views/storm/pom.xml +++ b/contrib/views/storm/pom.xml @@ -97,7 +97,7 @@ <goal>install-node-and-npm</goal> </goals> <configuration> - <nodeVersion>v5.6.0</nodeVersion> + <nodeVersion>v5.7.0</nodeVersion> <npmVersion>3.6.0</npmVersion> </configuration> </execution>
