Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 72C10200D43 for ; Tue, 21 Nov 2017 14:42:38 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7172A160BFC; Tue, 21 Nov 2017 13:42:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B7E26160BED for ; Tue, 21 Nov 2017 14:42:37 +0100 (CET) Received: (qmail 28127 invoked by uid 500); 21 Nov 2017 13:42:36 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 28118 invoked by uid 99); 21 Nov 2017 13:42:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2017 13:42:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3D5711A0B16 for ; Tue, 21 Nov 2017 13:42:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.021 X-Spam-Level: X-Spam-Status: No, score=-4.021 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 5QZenp1P2iEy for ; Tue, 21 Nov 2017 13:42:34 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 1BBE25F4E5 for ; Tue, 21 Nov 2017 13:42:33 +0000 (UTC) Received: (qmail 28093 invoked by uid 99); 21 Nov 2017 13:42:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2017 13:42:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 91008DFF17; Tue, 21 Nov 2017 13:42:33 +0000 (UTC) From: zentol To: issues@flink.incubator.apache.org Reply-To: issues@flink.incubator.apache.org Message-ID: Subject: [GitHub] flink pull request #5042: [FLINK-8113][build] Bump maven-shade-plugin to 3.0... Content-Type: text/plain Date: Tue, 21 Nov 2017 13:42:33 +0000 (UTC) archived-at: Tue, 21 Nov 2017 13:42:38 -0000 GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5042 [FLINK-8113][build] Bump maven-shade-plugin to 3.0.0 ## What is the purpose of the change This PR bumps the maven-shade-plugin version to 3.0.0. Benefits: * all modules now use the same version again * currently, some modules set it to 3.0.0 already to fix a problem with relocating services * we no longer need to bump the ASM version of the plugin ## Verifying this change This change should be covered by travis and the end-to-end tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink 8113 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5042.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5042 ---- commit 565a29080b8083e9a37401fa8460eabc97bef9a1 Author: zentol Date: 2017-11-21T10:52:42Z [FLINK-8113][build] Bump maven-shade-plugin to 3.0.0 ---- ---