You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2023/01/06 14:04:31 UTC

[maven-mvnd] branch mvnd-0.9.x updated (e5f94f0f -> 4de3c79d)

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

gnodet pushed a change to branch mvnd-0.9.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


 discard e5f94f0f Upgrade to maven resolver 1.8.2
     new 4de3c79d Upgrade to maven resolver 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   (e5f94f0f)
            \
             N -- N -- N   refs/heads/mvnd-0.9.x (4de3c79d)

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:
 dist/src/main/provisio/maven-distro.xml | 3 +--
 pom.xml                                 | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)


[maven-mvnd] 01/01: Upgrade to maven resolver 1.8.2

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

gnodet pushed a commit to branch mvnd-0.9.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit 4de3c79d4aca76a351bdf5f90e39b7a2c7d548ab
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Jan 6 14:30:08 2023 +0100

    Upgrade to maven resolver 1.8.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4a0201e..5767d48c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
     <junit.jupiter.version>5.9.1</junit.jupiter.version>
     <logback.version>1.2.10</logback.version>
     <maven.version>3.8.7</maven.version>
-    <maven.resolver.version>1.7.3</maven.resolver.version>
+    <maven.resolver.version>1.8.2</maven.resolver.version>
     <slf4j.version>1.7.35</slf4j.version>
     <sisu.version>0.3.5</sisu.version>