mirror of https://github.com/apache/maven.git
[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:
parent
a405737512
commit
8394332b32
|
@ -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)" );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue