mirror of https://github.com/apache/maven.git
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:
parent
d82dd02abc
commit
4e10f96234
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue