You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by sh...@apache.org on 2014/10/02 05:11:27 UTC

svn commit: r1628880 - /manifoldcf/trunk/connectors/tika/pom.xml

Author: shinichiro
Date: Thu Oct  2 03:11:27 2014
New Revision: 1628880

URL: http://svn.apache.org/r1628880
Log:
Fix again for CONNECTORS-1047

Modified:
    manifoldcf/trunk/connectors/tika/pom.xml

Modified: manifoldcf/trunk/connectors/tika/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/tika/pom.xml?rev=1628880&r1=1628879&r2=1628880&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/tika/pom.xml (original)
+++ manifoldcf/trunk/connectors/tika/pom.xml Thu Oct  2 03:11:27 2014
@@ -214,12 +214,12 @@
     <dependency>
 	  <groupId>org.apache.tika</groupId>
 	  <artifactId>tika-core</artifactId>
-	  <version>1.5</version>
+	  <version>1.6</version>
     </dependency>
     <dependency>
 	  <groupId>org.apache.tika</groupId>
 	  <artifactId>tika-parsers</artifactId>
-	  <version>1.5</version>
+	  <version>1.6</version>
     </dependency>
     <!-- Override tika dependencies, to make sure we fix various
       CVE's -->