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 2020/04/27 13:23:50 UTC

[maven] branch MNG-6672 created (now 7281498)

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

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


      at 7281498  [MNG-6672] Upgrade Maven Resolver to 1.4.2

This branch includes the following new commits:

     new 7281498  [MNG-6672] Upgrade Maven Resolver to 1.4.2

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.



[maven] 01/01: [MNG-6672] Upgrade Maven Resolver to 1.4.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-6672
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 72814980b9b4d624d3231c3a0ea8ee21868b26b8
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 27 15:23:24 2020 +0200

    [MNG-6672] Upgrade Maven Resolver to 1.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5cfac55..62dd106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
     <cipherVersion>1.8</cipherVersion>
     <modelloVersion>1.11</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.4.1</resolverVersion>
+    <resolverVersion>1.4.2</resolverVersion>
     <slf4jVersion>1.7.29</slf4jVersion>
     <xmlunitVersion>2.6.4</xmlunitVersion>
     <powermockVersion>1.7.4</powermockVersion>