summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-swing
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2013-12-23 17:34:45 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2013-12-23 17:34:45 +0000
commit0c614c40e388df113ff0476fd3ae9aed0ab52a5d (patch)
tree2ec83b9b308eb373a40a2fc4ca148754943a9523 /src/etc/poms/ant-swing
parentdf6777ddd6a56fa8cc505bc81b5d32f4de6d5337 (diff)
downloadant-0c614c40e388df113ff0476fd3ae9aed0ab52a5d.tar.gz
bumping version number to 1.9.4 for the next release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553160 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/etc/poms/ant-swing')
-rw-r--r--src/etc/poms/ant-swing/pom.xml6
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 033ba8325..95905306e 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.3-SNAPSHOT</version>
+ <version>1.9.4-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.3-SNAPSHOT</version>
+ <version>1.9.4-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.3-SNAPSHOT</version>
+ <version>1.9.4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>