diff options
author | Stefan Bodewig <bodewig@apache.org> | 2018-07-10 06:48:55 +0200 |
---|---|---|
committer | Stefan Bodewig <bodewig@apache.org> | 2018-07-10 06:48:55 +0200 |
commit | c0848d2c6158d756fc582c9de41ab0cb83c3cf36 (patch) | |
tree | b861c9304e0707daab5f5374b5d11f071f66bde8 /src/etc/poms/ant-swing | |
parent | c1a7f7c8028cc5bae3bfe96a9ea6bd3afb96ba26 (diff) | |
download | ant-c0848d2c6158d756fc582c9de41ab0cb83c3cf36.tar.gz |
prepare RC1 of Ant 1.10.5rel/1.10.5ANT_1.10.5_RC1
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 1bbb2d4f1..3dae6b7dc 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.5-SNAPSHOT</version> + <version>1.10.5</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.5-SNAPSHOT</version> + <version>1.10.5</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.5-SNAPSHOT</version> + <version>1.10.5</version> <scope>compile</scope> </dependency> </dependencies> |