summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-testutil
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2019-05-08 11:51:18 +0530
committerJaikiran Pai <jaikiran@apache.org>2019-05-08 11:55:24 +0530
commit440ef41bb99cdbbb66d10b59349a1efbf8ab7111 (patch)
treebd20f6aca8a3643efb8134a0328ed5563ff26540 /src/etc/poms/ant-testutil
parent4803eb24ae9a9b6b3570c0604edae4aaab536b84 (diff)
parente4a56ec5bd155fccf176ea37a778c486ac5cb92c (diff)
downloadant-440ef41bb99cdbbb66d10b59349a1efbf8ab7111.tar.gz
Merge tag 'rel/1.10.6'
Tag version 1.10.6 of Ant
Diffstat (limited to 'src/etc/poms/ant-testutil')
-rw-r--r--src/etc/poms/ant-testutil/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-testutil/pom.xml b/src/etc/poms/ant-testutil/pom.xml
index 50f26c680..bc423e857 100644
--- a/src/etc/poms/ant-testutil/pom.xml
+++ b/src/etc/poms/ant-testutil/pom.xml
@@ -27,20 +27,20 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.10.6-SNAPSHOT</version>
+ <version>1.10.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
- <version>1.10.6-SNAPSHOT</version>
+ <version>1.10.7-SNAPSHOT</version>
<name>Apache Ant Test Utilities</name>
<description>test utility classes</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.10.6-SNAPSHOT</version>
+ <version>1.10.7-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>