o Fixed typo in version range

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1042355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-12-05 14:05:24 +00:00
parent 2e241679cf
commit eee999cc5a

View File

@ -35,7 +35,7 @@ public class MavenITmng2738ProfileIdCollidesWithCliOptionTest
public MavenITmng2738ProfileIdCollidesWithCliOptionTest()
{
super( "[2.1.0,3.0-alpha-1),[3.0,)" );
super( "[2.2.0,3.0-alpha-1),[3.0,)" );
}
/**