mirror of
https://github.com/apache/maven.git
synced 2025-02-20 17:05:35 +00:00
Fix Maven version range for MNG-5965
This commit is contained in:
parent
ec38d0cad9
commit
c5461bd034
@ -17,7 +17,7 @@ public class MavenITmng5965ParallelBuildMultipliesWorkTest
|
||||
{
|
||||
public MavenITmng5965ParallelBuildMultipliesWorkTest()
|
||||
{
|
||||
super( "[3.0,)" );
|
||||
super( "[3.6.1-SNAPSHOT,)" );
|
||||
}
|
||||
|
||||
public void testItShouldOnlyRunEachTaskOnce()
|
||||
|
Loading…
x
Reference in New Issue
Block a user