make the test run with Maven 3.1-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1413410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-11-25 20:35:09 +00:00
parent da4238e57b
commit 21b5cd01b4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class MavenITmng5382Jsr330Plugin
public MavenITmng5382Jsr330Plugin()
{
super( "[3.1,)" );
super( "[3.1-alpha,)" );
}
public void setUp()