[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:
Benjamin Bentmann 2010-04-09 20:52:26 +00:00
parent 6af379ed48
commit c2066127f9
1 changed files with 1 additions and 1 deletions

View File

@ -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,)" );
}
/**