improved range for ITs that are fixed in Maven 3.1-A1 too, not only in

(future) 3.1
This commit is contained in:
Hervé Boutemy 2013-05-30 03:22:31 +02:00
parent 8742ae6f86
commit 4c6153be92
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ public class MavenITmng5280SettingsProfilesRepositoriesOrderTest
public MavenITmng5280SettingsProfilesRepositoriesOrderTest()
{
super( "(3.1,)" );
super( "[3.1-A,)" );
}
public void setUp()

View File

@ -36,7 +36,7 @@ public class MavenITmng5338FileOptionToDirectory
public MavenITmng5338FileOptionToDirectory()
{
super( "(3.1,)" );
super( "[3.1-A,)" );
}
public void setUp()