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/04/24 19:24:53 UTC

ambari git commit: AMBARI-20635 : additional change required for hawq view building. upgraded node js version to 4.5.0 in hawq plugin (nitirajrathore)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 b9de1383c -> ad40cd526


AMBARI-20635 : additional change required for hawq view building. upgraded node js version to 4.5.0 in hawq plugin (nitirajrathore)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ad40cd52
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ad40cd52
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ad40cd52

Branch: refs/heads/branch-2.4
Commit: ad40cd526837831489d22419ea20f8402dcdfbd2
Parents: b9de138
Author: Nitiraj Singh Rathore <ni...@gmail.com>
Authored: Wed Apr 19 20:08:53 2017 +0530
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Apr 24 12:21:34 2017 -0700

----------------------------------------------------------------------
 contrib/views/hawq/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ad40cd52/contrib/views/hawq/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/hawq/pom.xml b/contrib/views/hawq/pom.xml
index 9284303..e4ed54a 100644
--- a/contrib/views/hawq/pom.xml
+++ b/contrib/views/hawq/pom.xml
@@ -134,7 +134,7 @@
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
                 <configuration>
-                    <nodeVersion>v0.10.44</nodeVersion>
+                    <nodeVersion>v4.5.0</nodeVersion>
                     <npmVersion>2.15.0</npmVersion>
                     <workingDirectory>${ui.dir}</workingDirectory>
                 </configuration>