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() public MavenITmng4167PluginAndCoordXFormPOMTest()
throws InvalidVersionSpecificationException throws InvalidVersionSpecificationException
{ {
super( "(2.1.0,)" ); // only test in 2.0.9+ super( "[2.2.0,)" );
} }
public void testIt () public void testIt ()
@ -54,7 +54,7 @@ public class MavenITmng4167PluginAndCoordXFormPOMTest
verifier = new Verifier( testDir.getAbsolutePath() ); verifier = new Verifier( testDir.getAbsolutePath() );
verifier.deleteArtifact( "org.apache.maven.its.mng4167", "mng-4167", "1", "pom" ); 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-" verifier.deleteArtifact( "org.apache.maven.its.mng4167." + specVersion, "mng-4167-" + specVersion, "1-"
+ specVersion, "pom" ); + specVersion, "pom" );