Update maven-checkstyle-plugin to 2.17

This commit is contained in:
Ville Skyttä 2016-06-13 16:46:41 +03:00
parent a624a818c1
commit fb56cc7414
2 changed files with 2 additions and 2 deletions

View File

@ -1060,7 +1060,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.16</version>
<version>2.17</version>
<dependencies>
<!-- This was initially done to enforce name on Parameter annotation
I've developed a customized check and I needed this jar to deploy the specialized checkstyle -->

View File

@ -403,7 +403,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.16</version>
<version>2.17</version>
<configuration>
<skip>true</skip>
</configuration>