mirror of
https://github.com/apache/maven.git
synced 2025-02-23 19:05:45 +00:00
o Fixed version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@697224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6083ed85c
commit
818a2d713a
@ -22,7 +22,7 @@ public void testit0103()
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
|
||||
|
||||
if ( matchesVersionRange( "(2.0.9, 2.99.99)" ) )
|
||||
if ( matchesVersionRange( "[2.0.4, 2.99.99)" ) )
|
||||
{
|
||||
verifier.executeGoal( "package" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
|
Loading…
x
Reference in New Issue
Block a user