2.4 is also allowed as version in ivy.xml files

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1577382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2014-03-13 23:34:45 +00:00
parent ff7ce4bf04
commit 18061ad1fc
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ public class XmlModuleDescriptorParser extends AbstractModuleDescriptorParser {
}
protected static final List ALLOWED_VERSIONS = Arrays.asList(new String[] {"1.0", "1.1",
"1.2", "1.3", "1.4", "2.0", "2.1", "2.2", "2.3"});
"1.2", "1.3", "1.4", "2.0", "2.1", "2.2", "2.3", "2.4"});
/* how and what do we have to parse */
private ParserSettings settings;