Repository: tika
Updated Branches:
  refs/heads/master d647a2347 -> a9a9e0815


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/a9a9e081
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/a9a9e081
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/a9a9e081

Branch: refs/heads/master
Commit: a9a9e08157e05b7d873607f3f0d46e781e446818
Parents: d647a23
Author: tballison <[email protected]>
Authored: Tue Nov 22 10:29:17 2016 -0500
Committer: tballison <[email protected]>
Committed: Tue Nov 22 10:29:17 2016 -0500

----------------------------------------------------------------------
 CHANGES.txt          | 2 ++
 tika-parsers/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/a9a9e081/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 774444b..0c4afca 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 Release 1.15 - ??
 
+  * Upgrade to POI 3.16-beta1 (TIKA-2116).
+
   * Allow configuration of timeout for ForkParser (TIKA-2170).
 
   * Add extraction of .jpx inline images from PDFs (TIKA-2175).

http://git-wip-us.apache.org/repos/asf/tika/blob/a9a9e081/tika-parsers/pom.xml
----------------------------------------------------------------------
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index b7f4d38..e173cd5 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/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>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->

Reply via email to