You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/28 19:25:36 UTC

[maven] branch MNG-7522 updated (2daa6e4ff -> 0c1032315)

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

michaelo pushed a change to branch MNG-7522
in repository https://gitbox.apache.org/repos/asf/maven.git


 discard 2daa6e4ff [MNG-7522] Upgrade Maven Resolver to 1.8.2
     new 0c1032315 [MNG-7522] Upgrade Maven Resolver to 1.8.2

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   (2daa6e4ff)
            \
             N -- N -- N   refs/heads/MNG-7522 (0c1032315)

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:


[maven] 01/01: [MNG-7522] Upgrade Maven Resolver to 1.8.2

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MNG-7522
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 0c10323158523f0a4df91385122ddd3dd6743833
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Jul 28 21:24:43 2022 +0200

    [MNG-7522] Upgrade Maven Resolver to 1.8.2
    
    This closes #779
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df1b8f402..345a62833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
     <cipherVersion>2.0</cipherVersion>
     <modelloVersion>2.0.0</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.8.1</resolverVersion>
+    <resolverVersion>1.8.2</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <xmlunitVersion>2.6.4</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>