[MNG-3260] integration test is needed for this issue

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@633722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-03-05 00:19:17 +00:00
parent f9a9481d4e
commit 182de8f5d5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class MavenITmng2277AggregatorAndResolutionPluginsTest
public MavenITmng2277AggregatorAndResolutionPluginsTest()
throws InvalidVersionSpecificationException
{
super( "(2.0.7,2.1-SNAPSHOT)" ); // 2.0.8+
super( "(2.0.7,)" ); // 2.0.8+
}
public void testitMNG2277 ()