Upgrade to the latest maven-checkstyle-plugin

This commit is contained in:
Trustin Lee 2013-03-22 14:49:37 +09:00
parent 19ffdd5c29
commit e147615ddd

View File

@ -347,7 +347,7 @@
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.9.1</version>
<version>2.10</version>
<executions>
<execution>
<id>check-style</id>
@ -368,7 +368,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId>
<version>17</version>
<version>18</version>
</dependency>
</dependencies>
</plugin>