summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-launcher
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2016-12-27 07:43:25 +0100
committerStefan Bodewig <bodewig@apache.org>2016-12-27 07:43:25 +0100
commit451364131fb89af099496ee27703c1a5c408d1f2 (patch)
treeffcbcd7308ec51daa725f28eaba1ae917acb6537 /src/etc/poms/ant-launcher
parent09dcf43ff7fab3cd9f21cea6e9849d2710bf95c7 (diff)
downloadant-451364131fb89af099496ee27703c1a5c408d1f2.tar.gz
set versions for Ant 1.10.0 RC1rel/1.10.0ANT_1.10.0_RC1
Diffstat (limited to 'src/etc/poms/ant-launcher')
-rw-r--r--src/etc/poms/ant-launcher/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/poms/ant-launcher/pom.xml b/src/etc/poms/ant-launcher/pom.xml
index 8f9556951..30720b29a 100644
--- a/src/etc/poms/ant-launcher/pom.xml
+++ b/src/etc/poms/ant-launcher/pom.xml
@@ -27,13 +27,13 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.10.0</version>
<name>Apache Ant Launcher</name>
<build>
<plugins>