o Fixed version range

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@996479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-09-13 10:10:15 +00:00
parent c1b11a5900
commit dec886b223
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest
public MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest()
{
super( "[2.0.3,3.0-alpha-1),[3.0-beta-1,)" );
super( "[2.0.3,3.0-alpha-1),[3.0-beta-4,)" );
}
/**