Author: gertv
Date: Fri Jul  4 07:44:11 2008
New Revision: 674070

URL: http://svn.apache.org/viewvc?rev=674070&view=rev
Log:
CAMEL-671: Upgrade to commons-io 1.3.2 for camel-http

Modified:
    activemq/camel/trunk/components/camel-http/pom.xml

Modified: activemq/camel/trunk/components/camel-http/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-http/pom.xml?rev=674070&r1=674069&r2=674070&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-http/pom.xml (original)
+++ activemq/camel/trunk/components/camel-http/pom.xml Fri Jul  4 07:44:11 2008
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.3.1</version>
+      <version>${commons-io-version}</version>
       <optional>false</optional>
     </dependency>
 


Reply via email to