summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-commons-net
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2018-06-19 08:44:01 +0200
committerStefan Bodewig <bodewig@apache.org>2018-06-19 08:44:01 +0200
commit9dc3e788b8194602544fb3c553eb59a7b01dd51d (patch)
treeeeb6880bb2a984b6e828015d19dcc251da9cafba /src/etc/poms/ant-commons-net
parent0352dd280e63b6c75ff1c08642eff2b0d65b84d1 (diff)
downloadant-9dc3e788b8194602544fb3c553eb59a7b01dd51d.tar.gz
prepare RC1 of Ant 1.10.4rel/1.10.4ANT_1.10.4_RC1
Diffstat (limited to 'src/etc/poms/ant-commons-net')
-rw-r--r--src/etc/poms/ant-commons-net/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml
index 3580f7cee..dbf2de5d9 100644
--- a/src/etc/poms/ant-commons-net/pom.xml
+++ b/src/etc/poms/ant-commons-net/pom.xml
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.10.4-SNAPSHOT</version>
+ <version>1.10.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId>
- <version>1.10.4-SNAPSHOT</version>
+ <version>1.10.4</version>
<name>Apache Ant + Commons Net</name>
<description>ftp, rexec and telnet tasks</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.10.4-SNAPSHOT</version>
+ <version>1.10.4</version>
<scope>compile</scope>
</dependency>
<dependency>