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 2021/09/12 10:22:15 UTC

[maven] branch master updated: [MNG-7247] Upgrade Maven Resolver to 1.7.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aa30d96  [MNG-7247] Upgrade Maven Resolver to 1.7.2
aa30d96 is described below

commit aa30d9690b7eed1674bdf9d3eb5f858dc4da1630
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Sep 12 12:10:35 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 4975091..b2eb9ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@ under the License.
     <cipherVersion>2.0</cipherVersion>
     <modelloVersion>1.11</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.7.1</resolverVersion>
+    <resolverVersion>1.7.2</resolverVersion>
     <slf4jVersion>1.7.32</slf4jVersion>
     <xmlunitVersion>2.6.4</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>