Upgrade to Maven Checkstyle Plugin 2.13

This release fixes an issue we encountered with parallel builds:

https://jira.codehaus.org/browse/MCHECKSTYLE-230
https://jira.codehaus.org/browse/MCHECKSTYLE-244

Release notes:

http://www.mail-archive.com/announce@maven.apache.org/msg00611.html
This commit is contained in:
Andrew Gaul 2014-10-01 13:01:13 -07:00
parent cf95033b1a
commit 5bac61d94b
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.12.1</version>
<version>2.13</version>
<executions>
<execution>
<id>checkstyle</id>