You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/07/31 19:51:37 UTC

[flink] branch master updated: [FLINK-13453][build] Bump shade plugin to 3.2.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 17ad784  [FLINK-13453][build] Bump shade plugin to 3.2.1
17ad784 is described below

commit 17ad7845ef2e3ce1cf2350ce248ca3217e94c4c8
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Jul 29 08:46:19 2019 +0200

    [FLINK-13453][build] Bump shade plugin to 3.2.1
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index de1ea94..d876e08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -828,6 +828,11 @@ under the License.
 							<artifactId>build-helper-maven-plugin</artifactId>
 							<version>1.7</version>
 						</plugin>
+						<plugin>
+							<groupId>org.apache.maven.plugins</groupId>
+							<artifactId>maven-shade-plugin</artifactId>
+							<version>3.2.1</version>
+						</plugin>
 					</plugins>
 				</pluginManagement>