From 12bb9ed83ed8405f51cce8199f69901d2fdc43a8 Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Wed, 29 Apr 2009 17:21:18 +0000 Subject: [PATCH] this isn't implemented for the upcoming 2.2.0 release. It's in the list of issues for 2.3.0-M1 now, IIRC. git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@769842 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/maven/it/MavenITmng3714ToolchainsCliOptionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3714ToolchainsCliOptionTest.java b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3714ToolchainsCliOptionTest.java index a4b400e84c..874eb79494 100644 --- a/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3714ToolchainsCliOptionTest.java +++ b/its/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3714ToolchainsCliOptionTest.java @@ -38,7 +38,7 @@ public class MavenITmng3714ToolchainsCliOptionTest { public MavenITmng3714ToolchainsCliOptionTest() { - super( "[2.2.0,)" ); + super( "[2.3.0,)" ); } /**