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 ()
|
||||
|
@ -54,8 +54,8 @@ public class MavenITmng4167PluginAndCoordXFormPOMTest
|
|||
verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
verifier.deleteArtifact( "org.apache.maven.its.mng4167", "mng-4167", "1", "pom" );
|
||||
|
||||
String specVersion = System.getProperty( "java.specification.version" );
|
||||
|
||||
String specVersion = System.getProperty( "java.specification.version" );
|
||||
|
||||
verifier.deleteArtifact( "org.apache.maven.its.mng4167." + specVersion, "mng-4167-" + specVersion, "1-"
|
||||
+ specVersion, "pom" );
|
||||
|
||||
|
|
Loading…
Reference in New Issue