summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-junit4/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/poms/ant-junit4/pom.xml')
-rw-r--r--src/etc/poms/ant-junit4/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-junit4/pom.xml b/src/etc/poms/ant-junit4/pom.xml
index 91eff43b6..30c5c8d56 100644
--- a/src/etc/poms/ant-junit4/pom.xml
+++ b/src/etc/poms/ant-junit4/pom.xml
@@ -26,20 +26,20 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.10.4-SNAPSHOT</version>
+ <version>1.10.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit4</artifactId>
- <version>1.10.4-SNAPSHOT</version>
+ <version>1.10.5-SNAPSHOT</version>
<name>Apache Ant + JUnit 4</name>
<description>contains JUnit 4.x support</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.10.4-SNAPSHOT</version>
+ <version>1.10.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>