o Fixed version range

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@781155 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-06-02 20:37:40 +00:00
parent d82dd02abc
commit 4e10f96234
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ public class MavenITmng4167PluginAndCoordXFormPOMTest
public MavenITmng4167PluginAndCoordXFormPOMTest()
throws InvalidVersionSpecificationException
{
super( "(2.1.0,)" ); // only test in 2.0.9+
super( "[2.2.0,)" );
}
public void testIt ()