You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2018/08/01 08:48:26 UTC

zeppelin git commit: [ZEPPELIN-3631] Increase the maven-shade-plugin version to 3.1.1

Repository: zeppelin
Updated Branches:
  refs/heads/master 22b03a9d2 -> df346d9f4


[ZEPPELIN-3631] Increase the maven-shade-plugin version to 3.1.1

### What is this PR for?
Increase the maven-shade-plugin version to 3.1.1

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

### Todos
* [ ] - Task

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

### How should this be tested?
Check if build succeeds

### Screenshots (if appropriate)
N/A

### Questions:
* Does the licenses files need update?
No

* Is there breaking changes for older versions?
No

* Does this needs documentation?
No

Author: Armin Wasicek <ar...@sumologic.com>

Closes #3077 from arminwasicek/bump-shade-plugin-version and squashes the following commits:

0697f0e1c [Armin Wasicek] Merge branch 'bump-shade-plugin-version' of github.com:arminwasicek/zeppelin into bump-shade-plugin-version
6c4cbe722 [Armin Wasicek] removed individual versions from scio and spark-dependencies
f0691f6eb [Armin Wasicek] increase the maven-shade-plugin version to 3.1.1
9e026a0ae [Armin Wasicek] removed individual versions from scio and spark-dependencies
2f282f080 [Armin Wasicek] increase the maven-shade-plugin version to 3.1.1


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

Branch: refs/heads/master
Commit: df346d9f47f20760bafa44a8a64c97a1d7115396
Parents: 22b03a9
Author: Armin Wasicek <ar...@sumologic.com>
Authored: Sat Jul 28 11:55:30 2018 +0200
Committer: Jongyoul Lee <jo...@apache.org>
Committed: Wed Aug 1 17:48:22 2018 +0900

----------------------------------------------------------------------
 pom.xml                          | 1 +
 python/pom.xml                   | 1 -
 scio/pom.xml                     | 1 -
 spark/pom.xml                    | 1 -
 spark/spark-dependencies/pom.xml | 1 -
 5 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/df346d9f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 885b7ee..9939deb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,6 +145,7 @@
     <plugin.antrun.version>1.7</plugin.antrun.version>
     <plugin.download.version>1.3.0</plugin.download.version>
     <plugin.deploy.version>2.8.2</plugin.deploy.version>
+    <plugin.shade.version>3.1.1</plugin.shade.version>
 
     <PermGen>64m</PermGen>
     <MaxPermGen>512m</MaxPermGen>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/df346d9f/python/pom.xml
----------------------------------------------------------------------
diff --git a/python/pom.xml b/python/pom.xml
index 9f56d80..d11c165 100644
--- a/python/pom.xml
+++ b/python/pom.xml
@@ -36,7 +36,6 @@
     <interpreter.name>python</interpreter.name>
     <python.py4j.version>0.10.7</python.py4j.version>
     <grpc.version>1.4.0</grpc.version>
-    <plugin.shade.version>2.4.1</plugin.shade.version>
   </properties>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/df346d9f/scio/pom.xml
----------------------------------------------------------------------
diff --git a/scio/pom.xml b/scio/pom.xml
index 08d0696..8571382 100644
--- a/scio/pom.xml
+++ b/scio/pom.xml
@@ -40,7 +40,6 @@
     <guava.version>14.0.1</guava.version> <!-- update needed -->
 
     <!--plugin versions-->
-    <plugin.shade.version>2.3</plugin.shade.version>
     <plugin.scala.version>2.15.2</plugin.scala.version>
     <plugin.avro.version>1.7.7</plugin.avro.version>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/df346d9f/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index fbd8c9c..90a4ddc 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -42,7 +42,6 @@
         <datanucleus.core.version>3.2.10</datanucleus.core.version>
 
         <!--plugin versions-->
-        <plugin.shade.version>2.4.1</plugin.shade.version>
         <plugin.scala.version>2.15.2</plugin.scala.version>
         <!-- spark versions -->
         <spark.version>2.2.0</spark.version>

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/df346d9f/spark/spark-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-dependencies/pom.xml b/spark/spark-dependencies/pom.xml
index 35f095b..84c55b2 100644
--- a/spark/spark-dependencies/pom.xml
+++ b/spark/spark-dependencies/pom.xml
@@ -55,7 +55,6 @@
     <akka.version>2.3.4-spark</akka.version>
 
     <!--plugin versions-->
-    <plugin.shade.version>2.3</plugin.shade.version>
   </properties>
 
   <dependencyManagement>