This is an automated email from the ASF dual-hosted git repository.
maartenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push:
new 7b3ebeb0 Added missing '2.5' version and prepare for '2.6' as well
7b3ebeb0 is described below
commit 7b3ebeb083b3182075b2c046429c9376f6cd3651
Author: Maarten Coene <[email protected]>
AuthorDate: Fri Jul 4 00:02:08 2025 +0200
Added missing '2.5' version and prepare for '2.6' as well
---
.../org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java
b/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java
index 532bcd2c..878fd0ae 100644
--- a/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java
+++ b/src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java
@@ -219,7 +219,7 @@ public class XmlModuleDescriptorParser extends
AbstractModuleDescriptorParser {
}
protected static final List<String> ALLOWED_VERSIONS =
Arrays.asList("1.0",
- "1.1", "1.2", "1.3", "1.4", "2.0", "2.1", "2.2", "2.3", "2.4");
+ "1.1", "1.2", "1.3", "1.4", "2.0", "2.1", "2.2", "2.3", "2.4",
"2.5", "2.6");
private static final String IVY_XSD_CONTENT;