mirror of https://github.com/apache/ant-ivy
accept 2.0 as ivy version in ivy files
git-svn-id: https://svn.apache.org/repos/asf/incubator/ivy/core/trunk@523704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0bbf8b9aea
commit
a9f7f09d17
|
|
@ -131,7 +131,7 @@ public class XmlModuleDescriptorParser extends AbstractModuleDescriptorParser {
|
|||
private static class Parser extends AbstractParser {
|
||||
|
||||
|
||||
private static final List ALLOWED_VERSIONS = Arrays.asList(new String[] {"1.0", "1.1", "1.2", "1.3", "1.4"});
|
||||
private static final List ALLOWED_VERSIONS = Arrays.asList(new String[] {"1.0", "1.1", "1.2", "1.3", "1.4","2.0"});
|
||||
|
||||
private DefaultDependencyDescriptor _dd;
|
||||
private DefaultDependencyArtifactDescriptor _dad;
|
||||
|
|
|
|||
Loading…
Reference in New Issue