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/04/09 22:52:27 UTC

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

Author: bentmann
Date: Fri Apr  9 20:52:26 2010
New Revision: 932604

URL: http://svn.apache.org/viewvc?rev=932604&view=rev
Log:
[MNG-4453] [regression] Plugin versions defined in a lifecycle mapping are not respected

o Enabled IT for 3.0-beta-1

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

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4453PluginVersionFromLifecycleMappingTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4453PluginVersionFromLifecycleMappingTest.java?rev=932604&r1=932603&r2=932604&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4453PluginVersionFromLifecycleMappingTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng4453PluginVersionFromLifecycleMappingTest.java Fri Apr  9 20:52:26 2010
@@ -35,7 +35,7 @@ public class MavenITmng4453PluginVersion
 
     public MavenITmng4453PluginVersionFromLifecycleMappingTest()
     {
-        super( "[2.0.3,3.0-alpha-1)" );
+        super( "[2.0.3,3.0-alpha-1),[3.0-beta-1,)" );
     }
 
     /**