You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2016/01/05 11:34:16 UTC

svn commit: r1723034 - in /pdfbox/trunk: parent/pom.xml pom.xml preflight/pom.xml xmpbox/pom.xml

Author: lehmi
Date: Tue Jan  5 10:34:16 2016
New Revision: 1723034

URL: http://svn.apache.org/viewvc?rev=1723034&view=rev
Log:
PDFBOX-3020: updated versions of some maven plugins

Modified:
    pdfbox/trunk/parent/pom.xml
    pdfbox/trunk/pom.xml
    pdfbox/trunk/preflight/pom.xml
    pdfbox/trunk/xmpbox/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1723034&r1=1723033&r2=1723034&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Tue Jan  5 10:34:16 2016
@@ -205,7 +205,7 @@
 	        <plugin>
 	            <groupId>org.codehaus.mojo</groupId>
 	            <artifactId>animal-sniffer-maven-plugin</artifactId>
-	            <version>1.13</version>
+	            <version>1.14</version>
 	            <executions>
 	               <execution>
 	                  <id>check-java-version</id>
@@ -239,7 +239,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.5.3</version>
+                    <version>2.5.4</version>
                 </plugin>
             </plugins>
         </pluginManagement>

Modified: pdfbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pom.xml?rev=1723034&r1=1723033&r2=1723034&view=diff
==============================================================================
--- pdfbox/trunk/pom.xml (original)
+++ pdfbox/trunk/pom.xml Tue Jan  5 10:34:16 2016
@@ -74,6 +74,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
+            <version>2.6</version>
             <executions>
               <execution>
                 <goals>
@@ -91,6 +92,7 @@
           </plugin>
           <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.8</version>
             <executions>
               <execution>
                 <goals>

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1723034&r1=1723033&r2=1723034&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Tue Jan  5 10:34:16 2016
@@ -98,10 +98,10 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-checkstyle-plugin</artifactId>
+                <version>2.17</version>
 				<configuration>
 					<configLocation>../pdfbox-checkstyle-5.xml</configLocation>
 				</configuration>
-                                <version>2.16</version>
 			</plugin>
             <plugin>
                 <groupId>com.googlecode.maven-download-plugin</groupId>
@@ -218,24 +218,4 @@
 
 	</dependencies>
 
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-report-plugin</artifactId>
-				<version>2.18.1</version>
-				<configuration>
-					<showSuccess>true</showSuccess>
-					<aggregate>true</aggregate>
-					<outputDirectory>${project.reporting.outputDirectory}/surefire-report</outputDirectory>
-				</configuration>
-				<reportSets>
-					<reportSet>
-						<id />
-					</reportSet>
-				</reportSets>
-			</plugin>
-
-		</plugins>
-	</reporting>
 </project>

Modified: pdfbox/trunk/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/pom.xml?rev=1723034&r1=1723033&r2=1723034&view=diff
==============================================================================
--- pdfbox/trunk/xmpbox/pom.xml (original)
+++ pdfbox/trunk/xmpbox/pom.xml Tue Jan  5 10:34:16 2016
@@ -53,32 +53,12 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-checkstyle-plugin</artifactId>
+                <version>2.17</version>
 				<configuration>
 					<configLocation>../pdfbox-checkstyle-5.xml</configLocation>
 				</configuration>
-                                <version>2.16</version>
 			</plugin>
 		</plugins>
 	</build>
 
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-report-plugin</artifactId>
-				<version>2.18.1</version>
-				<configuration>
-					<showSuccess>true</showSuccess>
-					<aggregate>true</aggregate>
-					<outputDirectory>${project.reporting.outputDirectory}/surefire-report</outputDirectory>
-				</configuration>
-				<reportSets>
-					<reportSet>
-						<id />
-					</reportSet>
-				</reportSets>
-			</plugin>
-		</plugins>
-	</reporting>
-
 </project>