summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-junit/pom.xml
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2017-02-02 18:56:34 +0100
committerStefan Bodewig <bodewig@apache.org>2017-02-02 18:56:34 +0100
commitd556d2c96a291b9ea57a55c5f62062a85d07b309 (patch)
treed8ec371b3ff0bb34e7cd75b3b78b58f47c3403c3 /src/etc/poms/ant-junit/pom.xml
parentd5bd3b4cb30e666fc20e99bb9b5fb9078cf58022 (diff)
downloadant-d556d2c96a291b9ea57a55c5f62062a85d07b309.tar.gz
preparing for 1.9.9 releaserel/1.9.9ANT_199_RC1
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..587e44b88 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.9</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.9</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.9</version>
<scope>compile</scope>
</dependency>
<dependency>