diff options
author | Antoine Levy-Lambert <antoine@apache.org> | 2010-12-13 21:13:14 +0000 |
---|---|---|
committer | Antoine Levy-Lambert <antoine@apache.org> | 2010-12-13 21:13:14 +0000 |
commit | 99012ffd25806ec318a5f90ee733dd4f32da8e64 (patch) | |
tree | bc21f98db813e13cb662add5680d77fba8b9ed23 /src/etc/poms/ant-swing | |
parent | 37e92856478e212eff51d13003261c89a302f093 (diff) | |
download | ant-99012ffd25806ec318a5f90ee733dd4f32da8e64.tar.gz |
preparing for the next release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1045376 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 a8c77bf61..8a24b23df 100644 --- a/src/etc/poms/ant-swing/pom.xml +++ b/src/etc/poms/ant-swing/pom.xml @@ -27,19 +27,19 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.8.2</version> + <version>1.8.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ant</groupId> <artifactId>ant-swing</artifactId> - <version>1.8.2</version> + <version>1.8.3-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.8.2</version> + <version>1.8.3-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies> |