You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/01/10 00:02:18 UTC

svn commit: r1229413 - /axis/axis1/java/trunk/axis-ant/pom.xml

Author: veithen
Date: Mon Jan  9 23:02:18 2012
New Revision: 1229413

URL: http://svn.apache.org/viewvc?rev=1229413&view=rev
Log:
Switched to the Ant version that is mentioned in the documentation as minimum required version.

Modified:
    axis/axis1/java/trunk/axis-ant/pom.xml

Modified: axis/axis1/java/trunk/axis-ant/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/pom.xml?rev=1229413&r1=1229412&r2=1229413&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-ant/pom.xml (original)
+++ axis/axis1/java/trunk/axis-ant/pom.xml Mon Jan  9 23:02:18 2012
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.6</version>
+            <version>1.5.1</version>
         </dependency>
     </dependencies>
     <build>