aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristian Stein <sormuras@gmail.com>2016-01-07 12:41:19 +0100
committerChristian Stein <sormuras@gmail.com>2016-01-07 12:41:19 +0100
commit97f40446edd5f66145bde79c4a7c0de6a88716e9 (patch)
tree9d6259a050e6a762dbaa7ed9e3015231ebe1cb98 /pom.xml
parent0a08c07a229eaf482adc1c40618812ee4ff9cbdd (diff)
downloadjavapoet-97f40446edd5f66145bde79c4a7c0de6a88716e9.tar.gz
Upgrade Maven Checkstyle Plugin to 2.17 using Checkstyle 6.11.2
* Removed redundant modifiers in CodeWriter and TypeSpec * Module RedundantThrows commented out - it was removed from CS * Java 8 method reference syntax parsing fixed
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1a01e18..ef14335 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.13</version>
+ <version>2.17</version>
<configuration>
<failsOnError>true</failsOnError>
<configLocation>checkstyle.xml</configLocation>