From commits-return-76741-archive-asf-public=cust-asf.ponee.io@maven.apache.org Wed Oct 24 18:07:20 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 A7E9D180638 for ; Wed, 24 Oct 2018 18:07:19 +0200 (CEST) Received: (qmail 21356 invoked by uid 500); 24 Oct 2018 16:07:18 -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 21347 invoked by uid 99); 24 Oct 2018 16:07:18 -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; Wed, 24 Oct 2018 16:07:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3439981EFB; Wed, 24 Oct 2018 16:07:18 +0000 (UTC) Date: Wed, 24 Oct 2018 16:07:18 +0000 To: , "' commits@maven.apache.org" , '@gitbox.apache.org, Subject: [maven] branch MNG-6492 updated (8dcee55 -> ba74b96) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154039723812.29179.4514655449171091000@gitbox.apache.org> From: khmarbaise@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven X-Git-Refname: refs/heads/MNG-6492 X-Git-Reftype: branch X-Git-Oldrev: 8dcee5507bfa448c5d11195a371b1403a6c943db X-Git-Newrev: ba74b96633af63300e31d8afe64405a386f68645 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 MNG-6492 in repository https://gitbox.apache.org/repos/asf/maven.git. discard 8dcee55 [MNG-6492] - Minor improvement on Array construction, conversion performance discard b934686 [MNG-6490] Maven shall not fail reporting circular dependency when the dependency is a classified secondary artifact discard 2a25947 [MNG-6391] - Printout version of last built module in reactor build discard fa938a6 Repair Jenkins job - add a full path to workspace when run on Windows discard ee24381 [MNG-6496] Upgrade Maven Resolver to 1.3.1 discard 17440b8 [MNG-6491] upgraded commons-lang3 to fix tests failure with JDK 10/11 discard 0e34c31 [MNG-6489] Upgrade Maven Resolver to 1.3.0 discard d43fa69 [MNG-6164] Collections inconsistently immutable discard 01aba7f Fixed typo in exception logging LegacyRepositorySystem discard 67e3132 [MNG-6486] Upgrade to Wagon 3.2.0 discard 7255d1f [MNG-6415] Project Artifacts Cache does not retain the order of classpath entries. discard d5ad2fc Excluded the license files cause they do not contain a license of themselfs. discard e06f07f [MNG-6480] get non-Apache license from local resource discard a1f2d57 [MNG-6479] Upgrade XMLUnit to 2.2.1 (#183) discard def2083 [MNG-6358] improved licenses sources for inclusion discard ec6a3de [MNG-6358] indented code for better understanding discard 0ec7f70 [MNG-5951] add an option to avoid path addition to inherited URLs discard c2306d2 [MNG-6414] Add more Apache license header patterns to skip downloading Apache license discard 85621e9 [MNG-6478] upgraded parent to 33 for sha512 checksum on release discard 6670ca4 [MNG-6311] Implement class-level ModelCache in DefaultProjectBuilder to solve slow pom resolutions discard 596329d [MNG-6475] Remove unused Guava dependencies discard 59a8121 [MNG-6473] Update Mockito to 2.21.0 (#181) discard 7379bea Update Jenkins build to use Maven 3.5.4 (#179) add 0627522 Update Jenkins build to use Maven 3.5.4 (#179) add e0db90a [MNG-6473] Update Mockito to 2.21.0 (#181) add 01f098e [MNG-6475] Remove unused Guava dependencies add 8bc3c20 [MNG-6311] Implement class-level ModelCache in DefaultProjectBuilder to solve slow pom resolutions add 10388b3 [MNG-6478] upgraded parent to 33 for sha512 checksum on release add ce6cc5d [MNG-6414] Add more Apache license header patterns to skip downloading Apache license add 2e8e09f [MNG-5951] add an option to avoid path addition to inherited URLs add 532eb24 [MNG-6358] indented code for better understanding add ed8bc6b [MNG-6358] improved licenses sources for inclusion add 91fa89e [MNG-6479] Upgrade XMLUnit to 2.2.1 (#183) add c3dfa0f [MNG-6480] get non-Apache license from local resource add 421164e Excluded the license files cause they do not contain a license of themselfs. add 7c1e712 [MNG-6415] Project Artifacts Cache does not retain the order of classpath entries. add ca45efd [MNG-6486] Upgrade to Wagon 3.2.0 add 2786490 Fixed typo in exception logging LegacyRepositorySystem add 44826ab [MNG-6164] Collections inconsistently immutable add 0345cd1 [MNG-6489] Upgrade Maven Resolver to 1.3.0 add 13a0a5f [MNG-6491] upgraded commons-lang3 to fix tests failure with JDK 10/11 add 6e619a1 [MNG-6496] Upgrade Maven Resolver to 1.3.1 add 42c77a7 Repair Jenkins job - add a full path to workspace when run on Windows add 23f5c88 [MNG-6391] - Printout version of last built module in reactor build add e4b53d3 [MNG-6490] Maven shall not fail reporting circular dependency when the dependency is a classified secondary artifact new ba74b96 [MNG-6492] - Minor improvement on Array construction, conversion performance 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 (8dcee55) \ N -- N -- N refs/heads/MNG-6492 (ba74b96) 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: