o maven 3.x doesn't use a baked in release plugin convention, need to allow other release tools and need not to be coupled to specified plugins

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@780160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-05-30 01:58:48 +00:00
parent 201a6f5867
commit f723405900
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class MavenIT0036Test
{
public MavenIT0036Test()
{
super( ALL_MAVEN_VERSIONS );
super( "(2.0,3.0-alpha-1)" );
}
/**