fixed range since this test would not be run with 3.0.5-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397888 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-10-13 16:15:37 +00:00
parent b9e9df1e05
commit 96f2912a79
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class MavenITmng5338FileOptionToDirectory
public MavenITmng5338FileOptionToDirectory()
{
super( "[3.0.5,)" );
super( "(3.0.4,)" );
}
public void setUp()