summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-junit4
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2017-02-06 15:24:56 +0100
committerStefan Bodewig <bodewig@apache.org>2017-02-06 15:27:34 +0100
commit79a34b8d20ac9c3aad58a30a98f36871fdabd83a (patch)
tree2d824f18a467e506dff9136047c8ff6370e5743b /src/etc/poms/ant-junit4
parentea2ef41a8735e247d2cc7966991ccb85704d2553 (diff)
parente003f5e0c16f9e7a8081a56829b16784c19553e9 (diff)
downloadant-79a34b8d20ac9c3aad58a30a98f36871fdabd83a.tar.gz
Merge tag 'rel/1.10.1' and bump versions
Tagging version 1.10.1 of Ant
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 595fb3f03..ad554096b 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.1-SNAPSHOT</version>
+ <version>1.10.2-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.1-SNAPSHOT</version>
+ <version>1.10.2-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.1-SNAPSHOT</version>
+ <version>1.10.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>