diff options
| author | Jaikiran Pai <jaikiran@apache.org> | 2019-05-08 11:51:18 +0530 |
|---|---|---|
| committer | Jaikiran Pai <jaikiran@apache.org> | 2019-05-08 11:55:24 +0530 |
| commit | 440ef41bb99cdbbb66d10b59349a1efbf8ab7111 (patch) | |
| tree | bd20f6aca8a3643efb8134a0328ed5563ff26540 /src/etc/poms/ant-testutil | |
| parent | 4803eb24ae9a9b6b3570c0604edae4aaab536b84 (diff) | |
| parent | e4a56ec5bd155fccf176ea37a778c486ac5cb92c (diff) | |
| download | ant-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.xml | 6 |
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> |
