From f7234059006e90dc0e611e614eac5f99330b4820 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sat, 30 May 2009 01:58:48 +0000 Subject: [PATCH] o maven 3.x doesn't use a baked in release plugin convention, need to allow other release tools and need not to be coupled to specified plugins git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@780160 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/org/apache/maven/it/MavenIT0036Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0036Test.java b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0036Test.java index c8c9e1487e..43fb968712 100644 --- a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0036Test.java +++ b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0036Test.java @@ -35,7 +35,7 @@ public class MavenIT0036Test { public MavenIT0036Test() { - super( ALL_MAVEN_VERSIONS ); + super( "(2.0,3.0-alpha-1)" ); } /**