summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-apache-xalan2
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2014-04-30 02:58:21 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2014-04-30 02:58:21 +0000
commitcef41d260a86c163c84f76d8de16c573606ec210 (patch)
treeb1dcc7fa0c860f649860ea29f94ed3dacd7b396a /src/etc/poms/ant-apache-xalan2
parent3460aa3bb22a9508a38ae6aa5fbec3cf16947e0a (diff)
downloadant-cef41d260a86c163c84f76d8de16c573606ec210.tar.gz
rolling back to ant 1.9.4 as the pom.xml of ant-testutil was referencing incorrectly junit 3.8.2 instead of junit 4.11
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/etc/poms/ant-apache-xalan2')
-rw-r--r--src/etc/poms/ant-apache-xalan2/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-apache-xalan2/pom.xml b/src/etc/poms/ant-apache-xalan2/pom.xml
index 7e813850a..34087ab5b 100644
--- a/src/etc/poms/ant-apache-xalan2/pom.xml
+++ b/src/etc/poms/ant-apache-xalan2/pom.xml
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.9.5-SNAPSHOT</version>
+ <version>1.9.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-xalan2</artifactId>
- <version>1.9.5-SNAPSHOT</version>
+ <version>1.9.4-SNAPSHOT</version>
<name>Apache Ant + Xalan 2</name>
<description>contains Xalan2-specific features</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.9.5-SNAPSHOT</version>
+ <version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>