summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-commons-net
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2020-09-27 11:59:27 +0200
committerStefan Bodewig <bodewig@apache.org>2020-09-27 11:59:27 +0200
commit15686e56dd1c824a562091c23db51d2d518ece24 (patch)
tree515d9c8be75cc16c2c7d30326669a88953359812 /src/etc/poms/ant-commons-net
parent4706f77779cfc72eb1c941bc485a68cec413a438 (diff)
downloadant-15686e56dd1c824a562091c23db51d2d518ece24.tar.gz
Prepare for RC1 of version 1.10.9 of Antrel/1.10.9ANT_1.10.9_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 1467637f9..92d5acd3b 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 https://maven.apache.org/m
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.10.9-SNAPSHOT</version>
+ <version>1.10.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId>
- <version>1.10.9-SNAPSHOT</version>
+ <version>1.10.9</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.9-SNAPSHOT</version>
+ <version>1.10.9</version>
<scope>compile</scope>
</dependency>
<dependency>