Author: tallison
Date: Tue Aug  5 13:15:12 2014
New Revision: 1615926

URL: http://svn.apache.org/r1615926
Log:
TIKA-1275 upgrade commons compress to 1.8.1; updated CHANGES.txt, too

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

Modified: tika/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/tika/trunk/CHANGES.txt?rev=1615926&r1=1615925&r2=1615926&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Tue Aug  5 13:15:12 2014
@@ -1,5 +1,15 @@
+Release 1.7 - ??/??/????
+
+
 Release 1.6 - 07/27/2014
 
+
+  * Upgraded to Commons Compress 1.8.1 (TIKA-1275).
+
+  * Upgraded to POI 3.11-beta1 (TIKA-1380).
+
+  * Tika now extracts SDTCell content from tables in .docx files (TIKA-1317).
+
   * Tika now supports detection of the Persian/Farsi language.
     (TIKA-1337)
   

Modified: tika/trunk/tika-parsers/pom.xml
URL: 
http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1615926&r1=1615925&r2=1615926&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Tue Aug  5 13:15:12 2014
@@ -37,6 +37,8 @@
   <properties>
     <poi.version>3.11-beta1</poi.version>
     <codec.version>1.9</codec.version> <!-- NOTE: sync with POI -->
+    <compress.version>1.8.1</compress.version>
+    <tukaani.version>1.5</tukaani.version> <!-- NOTE: sync with 
commons-compress -->
     <mime4j.version>0.7.2</mime4j.version>
     <vorbis.version>0.6</vorbis.version>
     <pdfbox.version>1.8.6</pdfbox.version>
@@ -96,8 +98,14 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.8</version>
+      <version>${compress.version}</version>
     </dependency>
+    <dependency> 
+      <groupId>org.tukaani</groupId> 
+      <artifactId>xz</artifactId> 
+      <version>${tukaani.version}</version>
+   </dependency>
+
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>


Reply via email to