o Re-enabled IT for 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@809770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-31 22:41:14 +00:00
parent c00f0b1418
commit 20630cf215
1 changed files with 2 additions and 1 deletions

View File

@ -27,9 +27,10 @@ import java.io.File;
public class MavenIT0051ReleaseProfileTest
extends AbstractMavenIntegrationTestCase
{
public MavenIT0051ReleaseProfileTest()
{
super( "(2.0.2,3.0-alpha-1)" ); // no longer supported in 3.0+
super( "(2.0.2,)" );
}
/**