diff --git a/checkstyle.xml b/checkstyle.xml index cec133f..9ff36a6 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -56,14 +56,14 @@ limitations under the License. + + + + - - - - diff --git a/pom.xml b/pom.xml index 750203e..5dd8fd3 100644 --- a/pom.xml +++ b/pom.xml @@ -461,7 +461,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - 2.7 + 3.1.1 ${basedir}/checkstyle.xml false diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dc1e6e6..8b1601a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -84,6 +84,9 @@ The type attribute can be add,update,fix,remove. Bump servlet-api from 2.3 to 2.5 #27. + + Migrate from maven-checkstyle-plugin from 2.7 to 3.1.1. +