not available on 2.0.10 (yet)

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@738313 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-01-28 00:10:59 +00:00
parent 573b19be5b
commit b6baa0216d
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ public class MavenITmng0553SettingsAuthzEncryptionTest
{ {
public MavenITmng0553SettingsAuthzEncryptionTest() public MavenITmng0553SettingsAuthzEncryptionTest()
{ {
super( "(2.0.9,2.1.0-M1),(2.1.0-M1,2.1.99)" ); // 2.0.10+, excluding 2.1.0-M1 super( "(2.1.0-M1,2.99)" ); // 2.1.0-M2+
//super( "(2.0.9,2.1.0-M1),(2.1.0-M1,2.1.99)" ); // 2.0.10+, excluding 2.1.0-M1
} }
/** /**