summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-junit4
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2012-02-06 20:49:49 +0000
committerStefan Bodewig <bodewig@apache.org>2012-02-06 20:49:49 +0000
commit602c5f453a24111142a149e8c50cc278bec056f0 (patch)
tree09ff8729ec2ca9dbe1c76107843cc0381cc2769d /src/etc/poms/ant-junit4
parent269329e76b2731bd7bc7d922e34594ec4817bbdf (diff)
downloadant-602c5f453a24111142a149e8c50cc278bec056f0.tar.gz
bump version
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1241172 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/etc/poms/ant-junit4')
-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 70824fa48..a7e81a884 100644
--- a/src/etc/poms/ant-junit4/pom.xml
+++ b/src/etc/poms/ant-junit4/pom.xml
@@ -26,19 +26,19 @@ 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.8.3-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit4</artifactId>
- <version>1.8.3-SNAPSHOT</version>
+ <version>1.9.0-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.8.3-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>