From commits-return-77779-archive-asf-public=cust-asf.ponee.io@maven.apache.org Fri Dec 21 16:02:09 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 05B5D180627 for ; Fri, 21 Dec 2018 16:02:08 +0100 (CET) Received: (qmail 44315 invoked by uid 500); 21 Dec 2018 15:02:08 -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 44306 invoked by uid 99); 21 Dec 2018 15:02:08 -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, 21 Dec 2018 15:02:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8788B875E9; Fri, 21 Dec 2018 15:02:07 +0000 (UTC) Date: Fri, 21 Dec 2018 15:02:07 +0000 To: "commits@maven.apache.org" Subject: [maven-enforcer] branch MENFORCER-306 updated (4384d78 -> 475f340) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154540452750.21672.2008555620271845499@gitbox.apache.org> From: khmarbaise@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-enforcer X-Git-Refname: refs/heads/MENFORCER-306 X-Git-Reftype: branch X-Git-Oldrev: 4384d78327d8a18115b59ac6636349175fa362a8 X-Git-Newrev: 475f340ced70af72cd428182610d913d21aed149 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 MENFORCER-306 in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git. discard 4384d78 WIP - [MENFORCER-306] - [REGRESSION] RequirePluginVersions fails o Added some debugging output o Added first implementation which is not final yet. o Added simple IT's for this case. o Make it Maven 3.0.5 compatible. o Changed IT's according to parameter definition with List. add 5ac7679 [MENFORCER-323] - Improve output of "Some plugins are missing valid versions" error new 475f340 WIP - [MENFORCER-306] - [REGRESSION] RequirePluginVersions fails o Added some debugging output o Added first implementation which is not final yet. o Added simple IT's for this case. o Make it Maven 3.0.5 compatible. o Changed IT's according to parameter definition with List. 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 (4384d78) \ N -- N -- N refs/heads/MENFORCER-306 (475f340) 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: .../org/apache/maven/plugins/enforcer/RequirePluginVersions.java | 5 +++-- .../src/it/projects/require-plugin-versions-ci/verify.groovy | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-)