Upgrade Commons Compress to 1.12 (supports progress on TIKA-1358)
Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/a46ffacf Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/a46ffacf Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/a46ffacf Branch: refs/heads/master Commit: a46ffacf10a783187042a4c940ca62549b4bea03 Parents: 5101023 Author: Nick Burch <[email protected]> Authored: Wed Jun 22 09:37:36 2016 +0100 Committer: Nick Burch <[email protected]> Committed: Wed Jun 22 09:37:36 2016 +0100 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ tika-parent/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/a46ffacf/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 2da92b8..1a46467 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,8 @@ Release 1.14 - ??? * Extract hyperlinks from PPT, PPTX, XSLX (TIKA-1454). + * Upgrade to Commons Compress 1.12 (supports progress on TIKA-1358) + Release 1.13 - 05/08/2016 * Upgrade to PDFBox 2.0.1 (TIKA-1285/TIKA-1959). http://git-wip-us.apache.org/repos/asf/tika/blob/a46ffacf/tika-parent/pom.xml ---------------------------------------------------------------------- diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 5014803..989e3da 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -303,7 +303,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding> <!-- NOTE: sync tukaani version with commons-compress in tika-parsers --> - <commons.compress.version>1.11</commons.compress.version> + <commons.compress.version>1.12</commons.compress.version> <commons.io.version>2.4</commons.io.version> <slf4j.version>1.7.12</slf4j.version> </properties>
