summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-antlr/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-antlr/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-antlr/pom.xml')
-rw-r--r--src/etc/poms/ant-antlr/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-antlr/pom.xml b/src/etc/poms/ant-antlr/pom.xml
index b57cdff42..67ed9084d 100644
--- a/src/etc/poms/ant-antlr/pom.xml
+++ b/src/etc/poms/ant-antlr/pom.xml
@@ -27,13 +27,13 @@
<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-antlr</artifactId>
- <version>1.9.14-SNAPSHOT</version>
+ <version>1.9.15-SNAPSHOT</version>
<name>Apache Ant + ANTLR</name>
<description>antlr specific task.
The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.9.14-SNAPSHOT</version>
+ <version>1.9.15-SNAPSHOT</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>