mirror of https://github.com/apache/maven.git
o Fixed version range
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@788783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3741d95e66
commit
d8fb46ab25
|
@ -33,7 +33,7 @@ public class MavenITmng4189UniqueVersionSnapshotTest
|
|||
{
|
||||
public MavenITmng4189UniqueVersionSnapshotTest()
|
||||
{
|
||||
super( "[2.1.1,)" );
|
||||
super( "[2.1.1,2.2.0),[2.2.1,)" );
|
||||
}
|
||||
|
||||
public void testmng4189()
|
||||
|
|
Loading…
Reference in New Issue