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:
Xavier Hanin 2007-03-29 13:38:13 +00:00
parent 0bbf8b9aea
commit a9f7f09d17
1 changed files with 1 additions and 1 deletions

View File

@ -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;