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:37:56 UTC

svn commit: r1657838 - /pdfbox/trunk/xmpbox/pom.xml

Author: tilman
Date: Fri Feb  6 14:37:56 2015
New Revision: 1657838

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

Modified:
    pdfbox/trunk/xmpbox/pom.xml

Modified: pdfbox/trunk/xmpbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/pom.xml?rev=1657838&r1=1657837&r2=1657838&view=diff
==============================================================================
--- pdfbox/trunk/xmpbox/pom.xml (original)
+++ pdfbox/trunk/xmpbox/pom.xml Fri Feb  6 14:37:56 2015
@@ -58,7 +58,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-checkstyle-plugin</artifactId>
-				<version>2.12</version>
+				<version>2.13</version>
 				<configuration>
 					<configLocation>../pdfbox-checkstyle-5.xml</configLocation>
 				</configuration>