Author: ningjiang Date: Tue Dec 13 09:30:31 2011 New Revision: 1213626 URL: http://svn.apache.org/viewvc?rev=1213626&view=rev Log: CAMEL-4684, CAMEL-4771 using commons-io 1.4 across the camel
Modified: camel/branches/camel-2.8.x/parent/pom.xml Modified: camel/branches/camel-2.8.x/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/parent/pom.xml?rev=1213626&r1=1213625&r2=1213626&view=diff ============================================================================== --- camel/branches/camel-2.8.x/parent/pom.xml (original) +++ camel/branches/camel-2.8.x/parent/pom.xml Tue Dec 13 09:30:31 2011 @@ -50,7 +50,7 @@ <commons-csv>1.0-r706899_3</commons-csv> <commons-dbcp-version>1.4</commons-dbcp-version> <commons-exec-version>1.0.1</commons-exec-version> - <commons-io-version>1.3.2</commons-io-version> + <commons-io-version>1.4</commons-io-version> <commons-lang-version>2.6</commons-lang-version> <commons-logging-version>1.1.1</commons-logging-version> <commons-net-version>2.2</commons-net-version>