You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2014/04/05 17:43:14 UTC

svn commit: r1585111 - in /pdfbox/trunk: examples/pom.xml examples/src/main/java/org/apache/pdfbox/examples/lucene/IndexPDFFiles.java parent/pom.xml pdfbox/pom.xml preflight-app/pom.xml preflight/pom.xml xmpbox/pom.xml

Author: tilman
Date: Sat Apr  5 15:43:13 2014
New Revision: 1585111

URL: http://svn.apache.org/r1585111
Log:
PDFBOX-1836: update to latest versions

Modified:
    pdfbox/trunk/examples/pom.xml
    pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/lucene/IndexPDFFiles.java
    pdfbox/trunk/parent/pom.xml
    pdfbox/trunk/pdfbox/pom.xml
    pdfbox/trunk/preflight-app/pom.xml
    pdfbox/trunk/preflight/pom.xml
    pdfbox/trunk/xmpbox/pom.xml

Modified: pdfbox/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/pom.xml?rev=1585111&r1=1585110&r2=1585111&view=diff
==============================================================================
--- pdfbox/trunk/examples/pom.xml (original)
+++ pdfbox/trunk/examples/pom.xml Sat Apr  5 15:43:13 2014
@@ -38,7 +38,7 @@
   <inceptionYear>2002</inceptionYear>
 
   <properties>
-    <lucene.version>4.6.0</lucene.version>
+    <lucene.version>4.7.1</lucene.version>
   </properties>
 
   <dependencies>
@@ -75,7 +75,7 @@
     <dependency>
       <groupId>org.apache.wink</groupId>
       <artifactId>wink-component-test-support</artifactId>
-      <version>1.3.0</version>
+      <version>1.4</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/lucene/IndexPDFFiles.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/lucene/IndexPDFFiles.java?rev=1585111&r1=1585110&r2=1585111&view=diff
==============================================================================
--- pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/lucene/IndexPDFFiles.java (original)
+++ pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/lucene/IndexPDFFiles.java Sat Apr  5 15:43:13 2014
@@ -102,8 +102,8 @@ public class IndexPDFFiles
             System.out.println("Indexing to directory '" + indexPath + "'...");
 
             Directory dir = FSDirectory.open(new File(indexPath));
-            Analyzer analyzer = new StandardAnalyzer(Version.LUCENE_43);
-            IndexWriterConfig iwc = new IndexWriterConfig(Version.LUCENE_43, analyzer);
+            Analyzer analyzer = new StandardAnalyzer(Version.LUCENE_46);
+            IndexWriterConfig iwc = new IndexWriterConfig(Version.LUCENE_46, analyzer);
 
             if (create)
             {

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1585111&r1=1585110&r2=1585111&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Sat Apr  5 15:43:13 2014
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath />
     </parent>
 
@@ -80,7 +80,12 @@
             <dependency>
                 <groupId>com.ibm.icu</groupId>
                 <artifactId>icu4j</artifactId>
-                <version>52.1</version>
+                <version>53.1</version>
+            </dependency>
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.17</version>
             </dependency>
           
             <!-- For legal reasons (incompatible license), these two dependencies 
@@ -95,7 +100,7 @@
             <dependency>
                 <groupId>net.java.dev.jai-imageio</groupId>
                 <artifactId>jai-imageio-core-standalone</artifactId>
-                <version>1.2-pre-dr-b04-2011-07-04</version>
+                <version>1.2-pre-dr-b04-2013-04-23</version>
                 <scope>test</scope>
             </dependency>        
         </dependencies>
@@ -180,7 +185,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.3.7</version>
+                    <version>2.4.0</version>
                 </plugin>
                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
                 <plugin>

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1585111&r1=1585110&r2=1585111&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Sat Apr  5 15:43:13 2014
@@ -105,6 +105,14 @@
         </resources>
         <plugins>
             <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <showDeprecation>true</showDeprecation>
+                    <target>1.6</target>
+                    <source>1.6</source>
+                </configuration>
+            </plugin>
+            <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <argLine>-Xmx128m</argLine>

Modified: pdfbox/trunk/preflight-app/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight-app/pom.xml?rev=1585111&r1=1585110&r2=1585111&view=diff
==============================================================================
Binary files - no diff available.

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1585111&r1=1585110&r2=1585111&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Sat Apr  5 15:43:13 2014
@@ -107,7 +107,7 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>cobertura-maven-plugin</artifactId>
-				<version>2.3</version>
+				<version>2.6</version>
 				<configuration>
 					<instrumentation>
 						<ignores>
@@ -194,7 +194,6 @@
 		<dependency>
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
-			<version>1.2.17</version>
 			<scope>compile</scope>
 		</dependency>
 		<!-- TODO find a suitable place to store the isator test pdfs <dependency> 
@@ -246,13 +245,13 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>cobertura-maven-plugin</artifactId>
-				<version>2.3</version>
+				<version>2.6</version>
 			</plugin>
 
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-report-plugin</artifactId>
-				<version>2.6</version>
+				<version>2.17</version>
 				<configuration>
 					<showSuccess>true</showSuccess>
 					<aggregate>true</aggregate>

Modified: pdfbox/trunk/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/pom.xml?rev=1585111&r1=1585110&r2=1585111&view=diff
==============================================================================
--- pdfbox/trunk/xmpbox/pom.xml (original)
+++ pdfbox/trunk/xmpbox/pom.xml Sat Apr  5 15:43:13 2014
@@ -54,7 +54,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-checkstyle-plugin</artifactId>
-				<version>2.10</version>
+				<version>2.12</version>
 				<configuration>
 					<configLocation>../pdfbox-checkstyle-5.xml</configLocation>
 				</configuration>
@@ -97,13 +97,13 @@
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>
 				<artifactId>cobertura-maven-plugin</artifactId>
-				<version>2.3</version>
+				<version>2.6</version>
 			</plugin>
 
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-report-plugin</artifactId>
-				<version>2.6</version>
+				<version>2.17</version>
 				<configuration>
 					<showSuccess>true</showSuccess>
 					<aggregate>true</aggregate>