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/27 12:16:51 UTC

[flink] 01/01: [FLINK-14226] Revert shade plugin version bump --> back to 3.0.0

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

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

commit 38937a4c079d19c87ad7004a2cfbb244829dbede
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Fri Sep 27 14:15:38 2019 +0200

    [FLINK-14226] Revert shade plugin version bump --> back to 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5a8b598..bb21332 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1685,7 +1685,7 @@ under the License.
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-shade-plugin</artifactId>
-					<version>3.2.1</version>
+					<version>3.0.0</version>
 				</plugin>
 
 				<plugin>