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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6e0bae46 [MRESOLVER-619] Undo P-X upgrade (#590)
6e0bae46 is described below

commit 6e0bae46d6b42c8a94ee121e7371488a6a78a51c
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Oct 24 13:14:04 2024 +0200

    [MRESOLVER-619] Undo P-X upgrade (#590)
    
    It does not matter, but I dislike to pull in alpha
    of Maven 4 (Resolver should not pull anything of
    Maven only in demos).
    
    ---
    
    Undo https://issues.apache.org/jira/browse/MRESOLVER-619
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92b58eed..f325acee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-xml</artifactId>
-        <version>4.0.4</version>
+        <version>3.0.1</version>
       </dependency>
 
       <dependency>

Reply via email to