Repository: tika Updated Branches: refs/heads/2.x ac52e5c15 -> b480d43f5
TIKA-1996 -- Upgrade to PDFBox 2.0.2 Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/b480d43f Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/b480d43f Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/b480d43f Branch: refs/heads/2.x Commit: b480d43f578ef050b73767b2cf77043f6c2a8e6b Parents: ac52e5c Author: tballison <[email protected]> Authored: Mon Jun 13 09:24:11 2016 -0400 Committer: tballison <[email protected]> Committed: Mon Jun 13 09:24:11 2016 -0400 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ tika-parser-modules/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/b480d43f/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0b41cd0..7a1cd65 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,8 @@ Release 2.0 - Future Development Release 1.14 - ??? + * Upgrade to PDFBox 2.0.2 (TIKA-1996). + * Add configurable maximum threshold for number of events extracted from the XMP Media Management Schema in JempboxExtractor (TIKA-1999). http://git-wip-us.apache.org/repos/asf/tika/blob/b480d43f/tika-parser-modules/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parser-modules/pom.xml b/tika-parser-modules/pom.xml index 4c0c65d..eca38f1 100644 --- a/tika-parser-modules/pom.xml +++ b/tika-parser-modules/pom.xml @@ -38,7 +38,7 @@ <poi.version>3.15-beta1</poi.version> <!-- NOTE: sync codec version with POI --> <codec.version>1.10</codec.version> - <pdfbox.version>2.0.1</pdfbox.version> + <pdfbox.version>2.0.2</pdfbox.version> <jempbox.version>1.8.12</jempbox.version> <!-- used by POI, PDFBox and Jackcess ...try to sync --> <bouncycastle.version>1.54</bouncycastle.version>
