You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2014/03/13 06:57:58 UTC

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

Author: nick
Date: Thu Mar 13 05:57:57 2014
New Revision: 1577030

URL: http://svn.apache.org/r1577030
Log:
TIKA-1243 Upgrade to Commons Compress 1.8

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=1577030&r1=1577029&r2=1577030&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Thu Mar 13 05:57:57 2014
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.7</version>
+      <version>1.8</version>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>