diff options
author | Stefan Bodewig <bodewig@apache.org> | 2016-12-31 11:07:35 +0100 |
---|---|---|
committer | Stefan Bodewig <bodewig@apache.org> | 2016-12-31 11:11:48 +0100 |
commit | 99711de1fcac26bcc3bc45ef2f6fce6db7dedbb9 (patch) | |
tree | 8436487df568beeebe3c2c85883d6f9e124d455b /src/etc/poms/ant-swing | |
parent | a6a211e0620cad57635b87a7b36eb334a3d511a5 (diff) | |
parent | 451364131fb89af099496ee27703c1a5c408d1f2 (diff) | |
download | ant-99711de1fcac26bcc3bc45ef2f6fce6db7dedbb9.tar.gz |
Merge tag 'rel/1.10.0' into master and bump versions
Tagging version 1.10.0 of Ant
Diffstat (limited to 'src/etc/poms/ant-swing')
-rw-r--r-- | src/etc/poms/ant-swing/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-swing/pom.xml b/src/etc/poms/ant-swing/pom.xml index f41c055fd..6a9faf881 100644 --- a/src/etc/poms/ant-swing/pom.xml +++ b/src/etc/poms/ant-swing/pom.xml @@ -27,20 +27,20 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.0-SNAPSHOT</version> + <version>1.10.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <url>http://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-swing</artifactId> - <version>1.10.0-SNAPSHOT</version> + <version>1.10.1-SNAPSHOT</version> <name>Apache Ant + Swing</name> <description>a listener and a splash task based on Swing</description> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.0-SNAPSHOT</version> + <version>1.10.1-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies> |