You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/01/04 21:48:17 UTC

svn commit: r1227315 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5224InjectedSettings.java

Author: olamy
Date: Wed Jan  4 20:48:17 2012
New Revision: 1227315

URL: http://svn.apache.org/viewvc?rev=1227315&view=rev
Log:
fix for [MNG-5224] merged in 3.0.4RC branch

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5224InjectedSettings.java

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5224InjectedSettings.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5224InjectedSettings.java?rev=1227315&r1=1227314&r2=1227315&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5224InjectedSettings.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5224InjectedSettings.java Wed Jan  4 20:48:17 2012
@@ -44,8 +44,8 @@ public class MavenITmng5224InjectedSetti
 
     public MavenITmng5224InjectedSettings()
     {
-        // olamy probably doesn't work with 3.x before 3.0.5
-        super( "[2.0.3,3.0-alpha-1),[3.0.5,)" );
+        // olamy probably doesn't work with 3.x before 3.0.4
+        super( "[2.0.3,3.0-alpha-1),[3.0.4,)" );
     }