You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by rk...@apache.org on 2018/04/12 16:16:18 UTC

zeppelin git commit: Zeppelin npm error: getaddrinfo ENOTFOUND

Repository: zeppelin
Updated Branches:
  refs/heads/master 008fa369f -> 2ba75c72f


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 <rk...@apache.org>

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

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


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

Branch: refs/heads/master
Commit: 2ba75c72f3081dd36eda975f09d43ea9541ed7bd
Parents: 008fa36
Author: Renjith Kamath <rk...@apache.org>
Authored: Thu Apr 12 11:38:36 2018 +0530
Committer: Renjith Kamath <rk...@apache.org>
Committed: Thu Apr 12 21:46:09 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/2ba75c72/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a2b5553..86883c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,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>