[MNG-4761] Fixing version range to accommodate maven 2.2.x fix.

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@984559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2010-08-11 19:51:13 +00:00
parent 957a4e2883
commit 6907ff5eeb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class MavenITmng4761PluginLevelDependencyScopesTest
public MavenITmng4761PluginLevelDependencyScopesTest()
{
super( "(3.0-beta-2,)" );
super( "(2.2.1,2.99)(3.0-beta-2,)" );
}
/**