summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-junit4/pom.xml
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2018-06-22 12:07:21 +0200
committerStefan Bodewig <bodewig@apache.org>2018-06-22 12:09:37 +0200
commit7eed8dc011ed9097162c66d2dcbe2a9d71faa897 (patch)
tree09bad93fced91006eed9679692e54099fe937612 /src/etc/poms/ant-junit4/pom.xml
parentfbac2b0db1a9c0afda9bd8307c2552908ae0deb4 (diff)
parent9dc3e788b8194602544fb3c553eb59a7b01dd51d (diff)
downloadant-7eed8dc011ed9097162c66d2dcbe2a9d71faa897.tar.gz
Merge tag 'rel/1.10.4' and prepare next iteration
Tagging version 1.9.12 of Ant
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>