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 2015/02/06 15:38:11 UTC

svn commit: r1657840 - /pdfbox/trunk/preflight/pom.xml

Author: tilman
Date: Fri Feb  6 14:38:10 2015
New Revision: 1657840

URL: http://svn.apache.org/r1657840
Log:
PDFBOX-1836: update version of maven-checkstyle-plugin

Modified:
    pdfbox/trunk/preflight/pom.xml

Modified: pdfbox/trunk/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1657840&r1=1657839&r2=1657840&view=diff
==============================================================================
--- pdfbox/trunk/preflight/pom.xml (original)
+++ pdfbox/trunk/preflight/pom.xml Fri Feb  6 14:38:10 2015
@@ -137,7 +137,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-checkstyle-plugin</artifactId>
-				<version>2.10</version>
+				<version>2.13</version>
 				<configuration>
 					<configLocation>../pdfbox-checkstyle-5.xml</configLocation>
 				</configuration>