updating version exclusion for MNG-4169 so it doesn't check for the plugin registry step for maven 2.2.0+

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@785822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2009-06-17 21:45:15 +00:00
parent 880cd4a083
commit 222e50b298
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class MavenIT0138PluginLifecycleTest
verifier.assertFilePresent( "target/jar-jar.txt" );
verifier.assertFilePresent( "target/plugin-add-plugin-artifact-metadata.txt" );
verifier.assertFilePresent( "target/install-install.txt" );
if ( matchesVersionRange( "(,3.0-alpha-1)" ) )
if ( matchesVersionRange( "(,2.2.0)" ) )
{
verifier.assertFilePresent( "target/plugin-update-registry.txt" );
}