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/10/24 20:15:11 UTC

[50/50] [abbrv] ambari git commit: AMBARI-22299. Storm View: Update Node version for PPC support. (yusaku)

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

Branch: refs/heads/AMBARI-2.6.0.0
Commit: c8c7c4655a246ebdfa17360ded92dbf13cbf67c9
Parents: c5d9b94
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Oct 24 12:56:01 2017 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue Oct 24 13:13:48 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/c8c7c465/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>