diff options
author | Antoine Levy-Lambert <antoine@apache.org> | 2014-04-30 03:57:41 +0000 |
---|---|---|
committer | Antoine Levy-Lambert <antoine@apache.org> | 2014-04-30 03:57:41 +0000 |
commit | 6cc06e519a21ab1f410396dddc47d684892310a5 (patch) | |
tree | a7b46c83216cbcd177baeb3d80dc6e2df0112898 /src/etc/poms/ant-swing | |
parent | cef41d260a86c163c84f76d8de16c573606ec210 (diff) | |
download | ant-6cc06e519a21ab1f410396dddc47d684892310a5.tar.gz |
preparation for Ant 1.9.5
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591186 13f79535-47bb-0310-9956-ffa450edef68
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 95905306e..1d1f175d9 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.9.4-SNAPSHOT</version> + <version>1.9.5-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.9.4-SNAPSHOT</version> + <version>1.9.5-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.9.4-SNAPSHOT</version> + <version>1.9.5-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies> |