summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-testutil/pom.xml
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2019-03-17 19:06:47 +0530
committerJaikiran Pai <jaikiran@apache.org>2019-03-17 19:13:22 +0530
commit5e0ed5eb2da85c1f617957dfb89ecc6dc6e22228 (patch)
tree58ee80ee1623341f3b26fb0f6824b511af2c165e /src/etc/poms/ant-testutil/pom.xml
parent0f022d387cdfecb386ee78537f58194d5155d28d (diff)
parent8ec8ecf4eb94b238b09161055e75508155040180 (diff)
downloadant-5e0ed5eb2da85c1f617957dfb89ecc6dc6e22228.tar.gz
Merge tag 'rel/1.9.14' into 1.9.x branch
Tagging version 1.9.14 of Ant
Diffstat (limited to 'src/etc/poms/ant-testutil/pom.xml')
-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 a09278ef0..68579f3b2 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.9.14-SNAPSHOT</version>
+ <version>1.9.15-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.9.14-SNAPSHOT</version>
+ <version>1.9.15-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.9.14-SNAPSHOT</version>
+ <version>1.9.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>