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 2017/09/03 00:33:18 UTC

svn commit: r1807115 - /commons/proper/beanutils/trunk/pom.xml

Author: ggregory
Date: Sun Sep  3 00:33:18 2017
New Revision: 1807115

URL: http://svn.apache.org/viewvc?rev=1807115&view=rev
Log:
maven-checkstyle-plugin 2.6 -> 2.14.

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

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1807115&r1=1807114&r2=1807115&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sun Sep  3 00:33:18 2017
@@ -405,7 +405,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.14</version>
                 <configuration>
                     <configLocation>${basedir}/checkstyle.xml</configLocation>
                     <enableRulesSummary>false</enableRulesSummary>