Author: davsclaus
Date: Tue May 10 07:21:58 2011
New Revision: 1101351
URL: http://svn.apache.org/viewvc?rev=1101351&view=rev
Log:
CAMEL-3367: Upgrade to commons net 2.2
Modified:
camel/trunk/components/camel-ftp/pom.xml
camel/trunk/parent/pom.xml
camel/trunk/platforms/karaf/features/pom.xml
Modified: camel/trunk/components/camel-ftp/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-ftp/pom.xml?rev=1101351&r1=1101350&r2=1101351&view=diff
==============================================================================
--- camel/trunk/components/camel-ftp/pom.xml (original)
+++ camel/trunk/components/camel-ftp/pom.xml Tue May 10 07:21:58 2011
@@ -62,7 +62,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
- <version>2.0</version>
+ <version>${commons-net-version}</version>
</dependency>
<!-- testing -->
Modified: camel/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1101351&r1=1101350&r2=1101351&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Tue May 10 07:21:58 2011
@@ -43,14 +43,15 @@
<castor-bundle-version>1.3.1_1</castor-bundle-version>
<cometd-bayeux-version>6.1.11</cometd-bayeux-version>
<commons-codec>1.4</commons-codec>
+ <commons-collections-version>3.2.1</commons-collections-version>
<commons-csv>1.0-r706899_3</commons-csv>
+ <commons-dbcp-version>1.3</commons-dbcp-version>
<commons-exec-version>1.0.1</commons-exec-version>
<commons-io-version>1.3.2</commons-io-version>
<commons-lang-version>2.4</commons-lang-version>
<commons-logging-version>1.1.1</commons-logging-version>
- <commons-collections-version>3.2.1</commons-collections-version>
+ <commons-net-version>2.2</commons-net-version>
<commons-pool-version>1.5.4</commons-pool-version>
- <commons-dbcp-version>1.3</commons-dbcp-version>
<cxf-version>2.4.0</cxf-version>
<cxf-xjc-utils-version>2.3.2</cxf-xjc-utils-version>
<derby-version>10.4.2.0</derby-version>
Modified: camel/trunk/platforms/karaf/features/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/pom.xml?rev=1101351&r1=1101350&r2=1101351&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/pom.xml (original)
+++ camel/trunk/platforms/karaf/features/pom.xml Tue May 10 07:21:58 2011
@@ -51,7 +51,7 @@
<commons-io-bundle-version>1.3.2_3</commons-io-bundle-version>
<commons-jxpath-version>1.3</commons-jxpath-version>
<commons-lang-version>2.4</commons-lang-version>
- <commons-net-version>2.0</commons-net-version>
+ <commons-net-version>2.2</commons-net-version>
<commons-management-version>1.0</commons-management-version>
<commons-pool-bundle-version>1.5.4_1</commons-pool-bundle-version>
<dom4j-bundle-version>1.6.1_2</dom4j-bundle-version>