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 11:09:42 UTC

[camel] branch camel-2.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-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit 5d31306c3f6a58938b70e7480db32450d990f94f
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 a52ad52..9022670 100644
--- a/tests/camel-performance/pom.xml
+++ b/tests/camel-performance/pom.xml
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.4</version>
+      <version>${commons-io-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>