From commits-return-71590-archive-asf-public=cust-asf.ponee.io@maven.apache.org Fri Mar 23 20:04:48 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 57A5718064D for ; Fri, 23 Mar 2018 20:04:48 +0100 (CET) Received: (qmail 85788 invoked by uid 500); 23 Mar 2018 19:04:47 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 85775 invoked by uid 99); 23 Mar 2018 19:04:47 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2018 19:04:47 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D59C180AB3; Fri, 23 Mar 2018 19:04:46 +0000 (UTC) Date: Fri, 23 Mar 2018 19:04:46 +0000 To: , "' commits@maven.apache.org" , '@gitbox.apache.org, Subject: [maven-shade-plugin] branch MSHADE-275 updated (77bdd18 -> 71a7e85) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152183188683.16796.9547955057108816204@gitbox.apache.org> From: khmarbaise@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-shade-plugin X-Git-Refname: refs/heads/MSHADE-275 X-Git-Reftype: branch X-Git-Oldrev: 77bdd186a60fcf8323385e63f65f1c33f5470d89 X-Git-Newrev: 71a7e857d49c3eac890930e04511f0a69fa7fe34 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a change to branch MSHADE-275 in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git. discard 77bdd18 [MSHADE-275] - Maven Shade Plugin does not work under Java 10 add e861b91 [MSHADE-276] - Upgrade parent to 31 new 71a7e85 [MSHADE-275] - Maven Shade Plugin does not work under Java 10 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (77bdd18) \ N -- N -- N refs/heads/MSHADE-275 (71a7e85) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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. Summary of changes: pom.xml | 2 +- src/main/java/org/apache/maven/plugins/shade/DefaultShader.java | 2 +- src/main/java/org/apache/maven/plugins/shade/mojo/ArtifactId.java | 8 ++++---- .../org/apache/maven/plugins/shade/mojo/ArtifactSelector.java | 4 ++-- .../maven/plugins/shade/resource/ServicesResourceTransformer.java | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) -- To stop receiving notification emails like this one, please contact khmarbaise@apache.org.