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:50 UTC

[flink] branch FLINK-14226 created (now 38937a4)

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

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


      at 38937a4  [FLINK-14226] Revert shade plugin version bump --> back to 3.0.0

This branch includes the following new commits:

     new 38937a4  [FLINK-14226] Revert shade plugin version bump --> back to 3.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by tr...@apache.org.
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>