summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-junit/pom.xml
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2017-02-06 15:12:28 +0100
committerStefan Bodewig <bodewig@apache.org>2017-02-06 15:17:01 +0100
commit05d69720d40699278ef2f29c25d5c1388c8a6aca (patch)
treed308fca4a8f6a116409ab15ecf11b0237a4b961d /src/etc/poms/ant-junit/pom.xml
parentceb90ef3eb736227521fd4417d10188d3fcead24 (diff)
parentd556d2c96a291b9ea57a55c5f62062a85d07b309 (diff)
downloadant-05d69720d40699278ef2f29c25d5c1388c8a6aca.tar.gz
Merge tag 'rel/1.9.9' into 1.9.x and bump versions
Diffstat (limited to 'src/etc/poms/ant-junit/pom.xml')
-rw-r--r--src/etc/poms/ant-junit/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml
index 6ee6dbfa2..f0b5f8022 100644
--- a/src/etc/poms/ant-junit/pom.xml
+++ b/src/etc/poms/ant-junit/pom.xml
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.9.9-SNAPSHOT</version>
+ <version>1.9.10-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
- <version>1.9.9-SNAPSHOT</version>
+ <version>1.9.10-SNAPSHOT</version>
<name>Apache Ant + JUnit</name>
<description>contains the junit and junirreport tasks</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.9.9-SNAPSHOT</version>
+ <version>1.9.10-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>