Author: ggregory
Date: Sat Mar 28 19:34:16 2015
New Revision: 1669833
URL: http://svn.apache.org/r1669833
Log:
maven-checkstyle-plugin 2.14 -> 2.15.
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=1669833&r1=1669832&r2=1669833&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat Mar 28 19:34:16 2015
@@ -608,7 +608,7 @@
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.14</version>
+ <version>2.15</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>