Repository: incubator-zeppelin Updated Branches: refs/heads/master 58fd82b86 -> 2498e5df1
Updated frontend-maven-plugin to version 0.0.23 Maven fails to retrieve the plugin with v.0.0.20. The plugin v0.0.20 has a dependency from google code domain, that might be the cause. I've updated the plugin to 0.0.23 with no side effects so far. contexts: https://github.com/NFLabs/zeppelin/issues/403 https://issues.apache.org/jira/browse/ZEPPELIN-2 https://github.com/NFLabs/zeppelin/pull/405 Author: Seckin Savasci <[email protected]> Closes #10 from seckin206/master and squashes the following commits: 5b31b4f [Seckin Savasci] Updated frontend-maven-plugin to version 0.0.23 Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/2498e5df Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/2498e5df Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/2498e5df Branch: refs/heads/master Commit: 2498e5df12ae8cc1b24375e253df94394710aaf8 Parents: 58fd82b Author: Seckin Savasci <[email protected]> Authored: Sat Mar 28 13:52:50 2015 +0100 Committer: Lee moon soo <[email protected]> Committed: Mon Mar 30 17:04:13 2015 +0900 ---------------------------------------------------------------------- zeppelin-web/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/2498e5df/zeppelin-web/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-web/pom.xml b/zeppelin-web/pom.xml index 03b25e5..a3f59f2 100644 --- a/zeppelin-web/pom.xml +++ b/zeppelin-web/pom.xml @@ -20,7 +20,7 @@ <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> - <version>0.0.20</version> + <version>0.0.23</version> <executions> <execution> <id>install node and npm</id>
