Repository: tika Updated Branches: refs/heads/2.x 0d04b499a -> 44612ae40
TIKA-1332 fix pom for 2.0 Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/44612ae4 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/44612ae4 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/44612ae4 Branch: refs/heads/2.x Commit: 44612ae405d1342661387f74320e13c96301754b Parents: 0d04b49 Author: tballison <[email protected]> Authored: Thu Feb 16 13:37:26 2017 -0500 Committer: tballison <[email protected]> Committed: Thu Feb 16 13:37:26 2017 -0500 ---------------------------------------------------------------------- tika-eval/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/44612ae4/tika-eval/pom.xml ---------------------------------------------------------------------- diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml index 9167742..ce85229 100644 --- a/tika-eval/pom.xml +++ b/tika-eval/pom.xml @@ -35,7 +35,7 @@ <parent> <groupId>org.apache.tika</groupId> <artifactId>tika-parent</artifactId> - <version>1.15-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <relativePath>../tika-parent/pom.xml</relativePath> </parent> @@ -87,7 +87,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>${commons.io.version}</version> </dependency> <dependency>
