add note on it version range

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1227301 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-01-04 20:24:28 +00:00
parent 04a900ada9
commit d3a9298f2a
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public class MavenITmng5224InjectedSettings
public MavenITmng5224InjectedSettings()
{
// olamy probably doesn't work with 3.x before 3.0.4
super( "[2.0.3,3.0-alpha-1),[3.0.4,)" );
}