You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/03/24 11:06:42 UTC

[maven] branch MNG-6538 updated (34cc45e -> 80b8f3b)

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

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


    omit 34cc45e  [MNG-6538]  Upgrade maven-resolver to 1.3.3
    omit f5a1374  [MNG-6572] use int or long instead of BigIntegers for little numbers in ComparableVersion
     new 80b8f3b  [MNG-6538]  Upgrade maven-resolver to 1.3.3

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   (34cc45e)
            \
             N -- N -- N   refs/heads/MNG-6538 (80b8f3b)

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:
 .../artifact/versioning/ComparableVersion.java     | 227 +++------------------
 .../artifact/versioning/ComparableVersionTest.java |  90 --------
 2 files changed, 25 insertions(+), 292 deletions(-)


[maven] 01/01: [MNG-6538] Upgrade maven-resolver to 1.3.3

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

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

commit 80b8f3b608d727201f68011202af3e22a377f914
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Mar 3 12:38:32 2019 +0100

    [MNG-6538]  Upgrade maven-resolver to 1.3.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index df0f29e..c34b1a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -64,7 +64,7 @@ under the License.
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.10.0</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.3.1</resolverVersion>
+    <resolverVersion>1.3.3</resolverVersion>
     <slf4jVersion>1.7.25</slf4jVersion>
     <xmlunitVersion>2.2.1</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>