maven-checkstyle-plugin 2.14 -> 2.15.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1669833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2015-03-28 19:34:16 +00:00
parent 3548f0ab8d
commit 56462a1e18
1 changed files with 1 additions and 1 deletions

View File

@ -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>