You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2017/11/02 18:20:20 UTC

ambari git commit: AMBARI-22299. Storm View: Update Node version for PPC support. (yusaku)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 772c7a8a7 -> 348061f9c


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/348061f9
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/348061f9
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/348061f9

Branch: refs/heads/branch-2.6
Commit: 348061f9c4b1d3a359c7fb1119afac252c1b80c6
Parents: 772c7a8
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Oct 24 12:56:01 2017 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Thu Nov 2 11:20:05 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/348061f9/contrib/views/storm/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/storm/pom.xml b/contrib/views/storm/pom.xml
index 2ae9f4b..9f29672 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>