summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-jdepend/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/poms/ant-jdepend/pom.xml')
-rw-r--r--src/etc/poms/ant-jdepend/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-jdepend/pom.xml b/src/etc/poms/ant-jdepend/pom.xml
index fbe9a050e..c2cea003b 100644
--- a/src/etc/poms/ant-jdepend/pom.xml
+++ b/src/etc/poms/ant-jdepend/pom.xml
@@ -27,13 +27,13 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.10.13-SNAPSHOT</version>
+ <version>1.10.14-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jdepend</artifactId>
- <version>1.10.13-SNAPSHOT</version>
+ <version>1.10.14-SNAPSHOT</version>
<name>Apache Ant + JDepend</name>
<description>task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the
jdepend parser available on the maven repository</description>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.10.13-SNAPSHOT</version>
+ <version>1.10.14-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>