You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/04/14 20:54:03 UTC

[maven] branch resolver-180 created (now 1317da7d0)

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

cstamas pushed a change to branch resolver-180
in repository https://gitbox.apache.org/repos/asf/maven.git


      at 1317da7d0 Check resolver 1.8.0 on maven master

This branch includes the following new commits:

     new 1317da7d0 Check resolver 1.8.0 on maven master

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: Check resolver 1.8.0 on maven master

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

cstamas pushed a commit to branch resolver-180
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 1317da7d0e9907e9525df537524adf7535a843c4
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Apr 14 22:53:38 2022 +0200

    Check resolver 1.8.0 on maven master
---
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f5e1dff20..da9484b02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,19 @@ under the License.
   <url>https://maven.apache.org/ref/${project.version}/</url>
   <inceptionYear>2001</inceptionYear>
 
+  <repositories>
+    <repository>
+      <id>maven-1737</id>
+      <url>https://repository.apache.org/content/repositories/maven-1737/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
@@ -65,7 +78,7 @@ under the License.
     <cipherVersion>2.0</cipherVersion>
     <modelloVersion>2.0.0</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <resolverVersion>1.7.3</resolverVersion>
+    <resolverVersion>1.8.0</resolverVersion>
     <slf4jVersion>1.7.32</slf4jVersion>
     <xmlunitVersion>2.6.4</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>