You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/09/13 11:33:57 UTC

svn commit: r996468 - /maven/maven-3/trunk/pom.xml

Author: bentmann
Date: Mon Sep 13 09:33:55 2010
New Revision: 996468

URL: http://svn.apache.org/viewvc?rev=996468&view=rev
Log:
[MNG-4789] [regression] Difference in compile scope dependency resolution
[MNG-4800] Conflict resolution does not pick sub tree of nearest dependency if farther conflicting dependency has wider scope

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=996468&r1=996467&r2=996468&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Mon Sep 13 09:33:55 2010
@@ -50,7 +50,7 @@
     <cipherVersion>1.4</cipherVersion>
     <modelloVersion>1.4</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <aetherVersion>1.2</aetherVersion>
+    <aetherVersion>1.3</aetherVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
   </properties>