You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2013/08/16 03:15:40 UTC

svn commit: r1514551 - in /tika/trunk: CHANGES.txt tika-parsers/pom.xml

Author: tallison
Date: Fri Aug 16 01:15:40 2013
New Revision: 1514551

URL: http://svn.apache.org/r1514551
Log:
TIKA-1153 upgrade PDFBox to 1.8.2

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=1514551&r1=1514550&r2=1514551&view=diff
==============================================================================
--- tika/trunk/CHANGES.txt (original)
+++ tika/trunk/CHANGES.txt Fri Aug 16 01:15:40 2013
@@ -1,4 +1,7 @@
 Release 1.5 - Current Development
+
+  * Upgraded PDFBox to 1.8.2 (TIKA-1153)
+
   * Made HtmlEncodingDetector more flexible in finding meta 
     header charset (TIKA-1001).
 

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1514551&r1=1514550&r2=1514551&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Fri Aug 16 01:15:40 2013
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>org.apache.pdfbox</groupId>
       <artifactId>pdfbox</artifactId>
-      <version>1.8.1</version>
+      <version>1.8.2</version>
     </dependency>
     <!-- TIKA-370: PDFBox declares the Bouncy Castle dependencies
          as optional, but we prefer to have them always to avoid