Updated commons.io to version 2.4 for T3-1193
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/commit/11552bce Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/tree/11552bce Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/diff/11552bce Branch: refs/heads/master Commit: 11552bceda352a8e557af375f7a3daae46aed3e6 Parents: 2dbbead Author: Christian-B <brenn...@cs.man.ac.uk> Authored: Mon Jun 30 17:05:19 2014 +0100 Committer: Christian-B <brenn...@cs.man.ac.uk> Committed: Mon Jun 30 17:05:19 2014 +0100 ---------------------------------------------------------------------- taverna-download-impl/pom.xml | 2 +- taverna-plugin-impl/pom.xml | 2 +- taverna-update-impl/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/11552bce/taverna-download-impl/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-download-impl/pom.xml b/taverna-download-impl/pom.xml index 1750271..ff4c9ae 100644 --- a/taverna-download-impl/pom.xml +++ b/taverna-download-impl/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>${commons.io.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/11552bce/taverna-plugin-impl/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-plugin-impl/pom.xml b/taverna-plugin-impl/pom.xml index 8ffd4fa..8dca237 100644 --- a/taverna-plugin-impl/pom.xml +++ b/taverna-plugin-impl/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>${commons.io.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/11552bce/taverna-update-impl/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-update-impl/pom.xml b/taverna-update-impl/pom.xml index 430bf13..de8722f 100644 --- a/taverna-update-impl/pom.xml +++ b/taverna-update-impl/pom.xml @@ -48,7 +48,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>${commons.io.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId>