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/06/24 18:44:23 UTC

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

Author: nick
Date: Tue Jun 24 16:44:23 2014
New Revision: 1605133

URL: http://svn.apache.org/r1605133
Log:
Bump the java-libpst version to 0.8.1 for TIKA-1350. This closes #12 from github

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=1605133&r1=1605132&r2=1605133&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Tue Jun 24 16:44:23 2014
@@ -205,7 +205,7 @@
     <dependency>
     <groupId>com.pff</groupId>
       <artifactId>java-libpst</artifactId>
-      <version>0.7</version>
+      <version>0.8.1</version>
     </dependency>
 
     <!-- Test dependencies -->