@@ -27,19 +27,19 @@
<groupId>org.apache.ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
<version>1.7.0 -SNAPSHOT</version>
<version>1.7.1 -SNAPSHOT</version>
</parent>
</parent>
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<artifactId>ant</artifactId>
<version>1.7.0 -SNAPSHOT</version>
<version>1.7.1 -SNAPSHOT</version>
<name>org.apache.tools.ant</name>
<name>org.apache.tools.ant</name>
<description>Apache Ant</description>
<description>Apache Ant</description>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<artifactId>ant-launcher</artifactId>
<version>1.7.0 -SNAPSHOT</version>
<version>1.7.1 -SNAPSHOT</version>
<scope>compile</scope>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<dependency>
@@ -48,7 +48,7 @@
xercesImpl.jar is provided with ant -->
xercesImpl.jar is provided with ant -->
<groupId>xerces</groupId>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1 </version>
<version>2.9.0 </version>
<optional>true</optional>
<optional>true</optional>
<scope>runtime</scope>
<scope>runtime</scope>
</dependency>
</dependency>
@@ -59,7 +59,7 @@
a version of xml-apis.jar is delivered with ant -->
a version of xml-apis.jar is delivered with ant -->
<groupId>xml-apis</groupId>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<artifactId>xml-apis</artifactId>
<version>1.3.03 </version>
<version>1.3.04 </version>
<optional>true</optional>
<optional>true</optional>
<scope>compile</scope>
<scope>compile</scope>
</dependency>
</dependency>