update ant-contrib version, used by jsr ant run

This commit is contained in:
Chris Schaefer
2014-03-07 15:17:48 -05:00
parent cafc7046c1
commit 7a79db6090

View File

@@ -94,9 +94,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<groupId>ant-contrib</groupId>
<artifactId>ant-contrib</artifactId>
<version>0.6</version>
<version>1.0b3</version>
</dependency>
</dependencies>
<build>
@@ -155,7 +155,7 @@
<property name="batch.impl.classes" value="${env.JSR_352_BATCH_IMPL_CLASSES}"/>
<taskdef resource="net/sf/antcontrib/antcontrib.properties">
<classpath>
<pathelement location="${jsr352.tck.libs.dir}/ant-contrib-0.6.jar"/>
<pathelement location="${jsr352.tck.libs.dir}/ant-contrib-1.0b3.jar"/>
</classpath>
</taskdef>
<trycatch>