Repository: tika Updated Branches: refs/heads/2.x 7df6fe4be -> 8c01e4d8e
TIKA-2116 upgrade to POI 3.16-beta1 Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/8c01e4d8 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/8c01e4d8 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/8c01e4d8 Branch: refs/heads/2.x Commit: 8c01e4d8e7b37bdcb1a1aa1bf99675dfb01d49e4 Parents: 7df6fe4 Author: tballison <[email protected]> Authored: Tue Nov 22 11:06:15 2016 -0500 Committer: tballison <[email protected]> Committed: Tue Nov 22 11:06:15 2016 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + tika-parser-modules/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/8c01e4d8/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index ce45ca5..ff7ce66 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,7 @@ Release 2.0 - ??? set your LoadErrorHandler to IGNORE. (TIKA-1805) Release 1.15 -??? + * Upgrade to POI 3.16-beta1 (TIKA-2116). * Allow configuration of timeout for ForkParser (TIKA-2170). http://git-wip-us.apache.org/repos/asf/tika/blob/8c01e4d8/tika-parser-modules/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parser-modules/pom.xml b/tika-parser-modules/pom.xml index c99cd0f..9853972 100644 --- a/tika-parser-modules/pom.xml +++ b/tika-parser-modules/pom.xml @@ -35,7 +35,7 @@ <url>http://tika.apache.org/</url> <properties> - <poi.version>3.15</poi.version> + <poi.version>3.16-beta1</poi.version> <!-- NOTE: sync codec version with POI --> <codec.version>1.10</codec.version> <pdfbox.version>2.0.3</pdfbox.version>
