summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-antlr/pom.xml
diff options
context:
space:
mode:
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>