You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by gr...@apache.org on 2015/05/12 02:40:13 UTC

svn commit: r1678842 - /tika/trunk/tika-parsers/pom.xml

Author: grossws
Date: Tue May 12 00:40:13 2015
New Revision: 1678842

URL: http://svn.apache.org/r1678842
Log:
Updated Apache POI to 3.12

Fixes TIKA-1626.

Modified:
    tika/trunk/tika-parsers/pom.xml

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1678842&r1=1678841&r2=1678842&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Tue May 12 00:40:13 2015
@@ -35,7 +35,7 @@
   <url>http://tika.apache.org/</url>
 
   <properties>
-    <poi.version>3.12-beta1</poi.version>
+    <poi.version>3.12</poi.version>
     <codec.version>1.9</codec.version>
     <!-- NOTE: sync with POI -->
     <compress.version>1.9</compress.version>