You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/01/13 10:27:23 UTC

[camel] branch camel-3.0.x updated: Pick up parent version of commons io

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch camel-3.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.0.x by this push:
     new 1dfadc7  Pick up parent version of commons io
1dfadc7 is described below

commit 1dfadc7766c815185feefa5b7cc2006820407780
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 13 10:26:17 2020 +0000

    Pick up parent version of commons io
---
 tests/camel-performance/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml
index 9076291..ae0bf86 100644
--- a/tests/camel-performance/pom.xml
+++ b/tests/camel-performance/pom.xml
@@ -81,7 +81,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.4</version>
+            <version>${commons-io-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>