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

[flink] 01/01: [FLINK-14178][build] Downgrade maven-shade-plugin to 3.1.1

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

trohrmann pushed a commit to branch FLINK-14178
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 5a5a7477719da8ffee1593ca582264f9c601ecc4
Author: Dian Fu <fu...@alibaba-inc.com>
AuthorDate: Mon Sep 30 11:26:37 2019 +0800

    [FLINK-14178][build] Downgrade maven-shade-plugin to 3.1.1
---
 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 258a72b..ce71f51 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.2.1</version>
+            <version>3.1.1</version>
             <executions>
                 <execution>
                     <phase>package</phase>
diff --git a/docs/dev/projectsetup/dependencies.zh.md b/docs/dev/projectsetup/dependencies.zh.md
index ccf7af2..73a2e5c 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.2.1</version>
+            <version>3.1.1</version>
             <executions>
                 <execution>
                     <phase>package</phase>
diff --git a/pom.xml b/pom.xml
index 832e298..73ac0ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1686,7 +1686,7 @@ under the License.
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-shade-plugin</artifactId>
-					<version>3.2.1</version>
+					<version>3.1.1</version>
 				</plugin>
 
 				<plugin>