mirror of https://github.com/apache/ant-ivy
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:
parent
ff7ce4bf04
commit
18061ad1fc
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue