You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/09 04:29:01 UTC

svn commit: r1630269 - /commons/proper/lang/trunk/pom.xml

Author: ggregory
Date: Thu Oct  9 02:29:00 2014
New Revision: 1630269

URL: http://svn.apache.org/r1630269
Log:
Update maven-checkstyle-plugin from 2.9.1 to 2.13.

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1630269&r1=1630268&r2=1630269&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Thu Oct  9 02:29:00 2014
@@ -593,7 +593,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9.1</version>
+        <version>2.13</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>