Repository: tika Updated Branches: refs/heads/master d194ba402 -> 6c6b77b41
TIKA-1332 -- clean up commons-io version mgmt Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/6c6b77b4 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/6c6b77b4 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/6c6b77b4 Branch: refs/heads/master Commit: 6c6b77b4159d4e7bbebd883cb52f2160be9cc5a6 Parents: d194ba4 Author: tballison <[email protected]> Authored: Thu Feb 16 13:39:26 2017 -0500 Committer: tballison <[email protected]> Committed: Thu Feb 16 13:39:26 2017 -0500 ---------------------------------------------------------------------- tika-eval/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/6c6b77b4/tika-eval/pom.xml ---------------------------------------------------------------------- diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml index f1758cc..8bc7680 100644 --- a/tika-eval/pom.xml +++ b/tika-eval/pom.xml @@ -87,7 +87,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>${commons.io.version}</version> </dependency> <dependency>
