You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/07/18 12:10:44 UTC

[maven] branch master updated: [MNG-6712] Downgrade maven-resolver:1.4.0 to 1.3.3

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

tibordigana 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 383c8c1  [MNG-6712] Downgrade maven-resolver:1.4.0 to 1.3.3
383c8c1 is described below

commit 383c8c11ef793025db6107fbfeb7ccd5fdd9ba87
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Jul 18 14:10:34 2019 +0200

    [MNG-6712] Downgrade maven-resolver:1.4.0 to 1.3.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 861a02a..0db11dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.11</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.4.0</resolverVersion>
+    <resolverVersion>1.3.3</resolverVersion>
     <slf4jVersion>1.7.25</slf4jVersion>
     <xmlunitVersion>2.2.1</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>