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/16 19:32:28 UTC

[maven] branch maven-resolver-1.3.3-reset-head-12 created (now d926faa)

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

tibordigana pushed a change to branch maven-resolver-1.3.3-reset-head-12
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at d926faa  Downgrade Maven Resolver to 1.3.3

This branch includes the following new commits:

     new d926faa  Downgrade Maven Resolver to 1.3.3

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: Downgrade Maven Resolver to 1.3.3

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

tibordigana pushed a commit to branch maven-resolver-1.3.3-reset-head-12
in repository https://gitbox.apache.org/repos/asf/maven.git

commit d926faa2061b6621f1cb052256f73d6e51d5dc24
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue Jul 16 15:57:17 2019 +0200

    Downgrade Maven Resolver to 1.3.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c9f5c4d..0d8a11a 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>