alignment to 3.0-alpha-1

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@739068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-01-29 23:04:27 +00:00
parent ef262534ba
commit e73ecd9a54
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ public class MavenITmng3694ReactorProjectsDynamismTest
{
public MavenITmng3694ReactorProjectsDynamismTest()
{
super( "[,2.99.99)" );
}
public void testitMNG3694 ()

View File

@ -38,7 +38,7 @@ public class MavenITmng3704LifecycleExecutorWrapperTest
{
public MavenITmng3704LifecycleExecutorWrapperTest()
{
super( "(2.0.9,2.99.99)" ); // only test in 2.0.9+
super( "[2.0.9,3.0-alpha-1)" ); // 2.0.9+, lifecycle switching not supported in the same way in 3.0
}
public void testitMNG3704 ()