Add '2.3' as allowed version in ivy.xml files. (merged from trunk)

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/branches/2.3.x@1427564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2013-01-01 21:15:59 +00:00
parent 17fc00e70c
commit a83df76e6e
1 changed files with 1 additions and 1 deletions

View File

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