mirror of https://github.com/apache/maven.git
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:
parent
c00f0b1418
commit
20630cf215
|
@ -27,9 +27,10 @@ import java.io.File;
|
||||||
public class MavenIT0051ReleaseProfileTest
|
public class MavenIT0051ReleaseProfileTest
|
||||||
extends AbstractMavenIntegrationTestCase
|
extends AbstractMavenIntegrationTestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public MavenIT0051ReleaseProfileTest()
|
public MavenIT0051ReleaseProfileTest()
|
||||||
{
|
{
|
||||||
super( "(2.0.2,3.0-alpha-1)" ); // no longer supported in 3.0+
|
super( "(2.0.2,)" );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue