Upgrade sevntu-checkstyle to 1.21.0

Release Notes: http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.21.0

* new UniformEnumValueCheck -  Check forces enum values to match one of the specified patterns and forces all the values to follow only one of the specified patterns.
* new javadoc for all Checks -  Fix all javadoc problems in sevntu-checks project.
* update for ConstructorWithoutParamsCheck -  Udpdate the default config in ConstructorWithoutParamsCheck.
This commit is contained in:
Paul Campbell 2016-06-14 12:36:13 +01:00
parent dee074853f
commit 7fbbc46074

View file

@ -47,7 +47,7 @@
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
<checkstyle.version>6.19</checkstyle.version>
<sevntu-checkstyle-maven-plugin.version>1.20.0</sevntu-checkstyle-maven-plugin.version>
<sevntu-checkstyle-maven-plugin.version>1.21.0</sevntu-checkstyle-maven-plugin.version>
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>2.19.1</maven-failsafe-plugin.version>