You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by he...@apache.org on 2019/09/18 11:40:11 UTC

[flink] 01/03: [FLINK-14014] Bump maven-shade-plugin to 3.2.1

This is an automated email from the ASF dual-hosted git repository.

hequn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit e7216eebc846a69272c21375af0f4db8009c2e3e
Author: Dian Fu <fu...@alibaba-inc.com>
AuthorDate: Wed Sep 18 17:12:11 2019 +0800

    [FLINK-14014] Bump maven-shade-plugin to 3.2.1
    
    Bumps maven-shade-plugin to 3.2.1 as version below 3.1.0 could not work
    well with ASM 6.0(MSHADE-258) which is dependent by Beam
---
 docs/dev/projectsetup/dependencies.md    | 2 +-
 docs/dev/projectsetup/dependencies.zh.md | 2 +-
 pom.xml                                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/dev/projectsetup/dependencies.md b/docs/dev/projectsetup/dependencies.md
index 5efd78a..258a72b 100644
--- a/docs/dev/projectsetup/dependencies.md
+++ b/docs/dev/projectsetup/dependencies.md
@@ -196,7 +196,7 @@ you can use the following shade plugin definition:
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-shade-plugin</artifactId>
-            <version>3.0.0</version>
+            <version>3.2.1</version>
             <executions>
                 <execution>
                     <phase>package</phase>
diff --git a/docs/dev/projectsetup/dependencies.zh.md b/docs/dev/projectsetup/dependencies.zh.md
index 6bf7fae..ccf7af2 100644
--- a/docs/dev/projectsetup/dependencies.zh.md
+++ b/docs/dev/projectsetup/dependencies.zh.md
@@ -159,7 +159,7 @@ Scala 版本(2.10、2.11、2.12等)互相是不兼容的。因此,依赖 Scala
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-shade-plugin</artifactId>
-            <version>3.0.0</version>
+            <version>3.2.1</version>
             <executions>
                 <execution>
                     <phase>package</phase>
diff --git a/pom.xml b/pom.xml
index cd9380e..8da109a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1667,7 +1667,7 @@ under the License.
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-shade-plugin</artifactId>
-					<version>3.0.0</version>
+					<version>3.2.1</version>
 				</plugin>
 
 				<plugin>