summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-commons-net
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2013-05-16 03:23:46 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2013-05-16 03:23:46 +0000
commit52cae7c98d8a083e1264672b65165e651d1b1ca4 (patch)
treefbafdc67b5ad8098111958145db5c3dec67b692b /src/etc/poms/ant-commons-net
parentb6fd9f9b1cc5d70b61ec5c2f00ccd4946be3ce44 (diff)
downloadant-52cae7c98d8a083e1264672b65165e651d1b1ca4.tar.gz
preparing ant 1.9.2 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1483181 13f79535-47bb-0310-9956-ffa450edef68
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 68b2be7d4..9adc57046 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.9.1-SNAPSHOT</version>
+ <version>1.9.2-SNAPSHOT</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.9.1-SNAPSHOT</version>
+ <version>1.9.2-SNAPSHOT</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.9.1-SNAPSHOT</version>
+ <version>1.9.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>