You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by lp...@apache.org on 2017/10/26 09:31:48 UTC

[34/71] [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/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/feature-branch-AMBARI-21307
Commit: 655e0a7c38b45b64c210c7fa7eba1db72c5e0506
Parents: baa1fe6
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: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>