Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 852826156 -> e0761286d


Zeppelin npm error: getaddrinfo ENOTFOUND

### What is this PR for?
Zeppelin npm error: getaddrinfo ENOTFOUND
- upgrade frontend-maven-plugin to 1.4

### What type of PR is it?
Bug Fix

### Todos
* [ ] - Task

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3400

### Questions:
* Does the licenses files need update? n/a
* Is there breaking changes for older versions? n/a
* Does this needs documentation? n/a

Author: Renjith Kamath <rkam...@apache.org>

Closes #2921 from r-kamath/ZEPPELIN-3400 and squashes the following commits:

3326f12a3 [Renjith Kamath] Zeppelin npm error: getaddrinfo ENOTFOUND

(cherry picked from commit 2ba75c72f3081dd36eda975f09d43ea9541ed7bd)
Signed-off-by: Renjith Kamath <rkam...@apache.org>


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

Branch: refs/heads/branch-0.8
Commit: e0761286d5faee5ed6eca9152ed7186589bb6918
Parents: 8528261
Author: Renjith Kamath <rkam...@apache.org>
Authored: Thu Apr 12 11:38:36 2018 +0530
Committer: Renjith Kamath <rkam...@apache.org>
Committed: Thu Apr 12 21:46:39 2018 +0530

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/e0761286/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 592052e..b0526f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
     <!-- frontend maven plugin related versions-->
     <node.version>v8.9.3</node.version>
     <npm.version>5.5.1</npm.version>
-    <plugin.frontend.version>1.3</plugin.frontend.version>
+    <plugin.frontend.version>1.4</plugin.frontend.version>
 
     <!-- common library versions -->
     <slf4j.version>1.7.10</slf4j.version>

Reply via email to