mirror of https://github.com/apache/maven.git
[MNG-4453] [regression] Plugin versions defined in a lifecycle mapping are not respected
o Enabled IT for 3.0-beta-1 git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@932604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6af379ed48
commit
c2066127f9
|
@ -35,7 +35,7 @@ public class MavenITmng4453PluginVersionFromLifecycleMappingTest
|
|||
|
||||
public MavenITmng4453PluginVersionFromLifecycleMappingTest()
|
||||
{
|
||||
super( "[2.0.3,3.0-alpha-1)" );
|
||||
super( "[2.0.3,3.0-alpha-1),[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue