mirror of https://github.com/apache/maven.git
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:
parent
ef262534ba
commit
e73ecd9a54
|
@ -35,7 +35,6 @@ public class MavenITmng3694ReactorProjectsDynamismTest
|
|||
{
|
||||
public MavenITmng3694ReactorProjectsDynamismTest()
|
||||
{
|
||||
super( "[,2.99.99)" );
|
||||
}
|
||||
|
||||
public void testitMNG3694 ()
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue