[MNG-4205] Remove support for plugin metaversions RELEASE and LATEST

o Disabled affected IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@785526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-06-17 09:33:53 +00:00
parent a405737512
commit 8394332b32
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ public class MavenITmng4086ExplicitPluginMetaversionTest
public MavenITmng4086ExplicitPluginMetaversionTest() public MavenITmng4086ExplicitPluginMetaversionTest()
{ {
super( "[2.0.6,)" ); // metaversions no longer explicitly supported by 3.x (see MNG-4205)
super( "[2.0.6,3.0-alpha-3)" );
} }
/** /**