From 182de8f5d5c792056e5a4444e6147a4a1032bcac Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Wed, 5 Mar 2008 00:19:17 +0000 Subject: [PATCH] [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 --- .../MavenITmng2277AggregatorAndResolutionPluginsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2277AggregatorAndResolutionPluginsTest.java b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2277AggregatorAndResolutionPluginsTest.java index 9134762f94..1fdab8564c 100644 --- a/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2277AggregatorAndResolutionPluginsTest.java +++ b/its/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2277AggregatorAndResolutionPluginsTest.java @@ -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 ()