Author: michaelo Date: Wed Oct 7 08:54:31 2015 New Revision: 1707208 URL: http://svn.apache.org/viewvc?rev=1707208&view=rev Log: [MCHECKSTYLE-313] Upgrade to Checkstyle 6.11.2
Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1707208&r1=1707207&r2=1707208&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Wed Oct 7 08:54:31 2015 @@ -63,7 +63,7 @@ under the License. <maven.compiler.source>1.${javaVersion}</maven.compiler.source> <maven.compiler.target>1.${javaVersion}</maven.compiler.target> <mavenVersion>2.2.1</mavenVersion> - <checkstyleVersion>6.11</checkstyleVersion> + <checkstyleVersion>6.11.2</checkstyleVersion> <doxiaVersion>1.4</doxiaVersion> <sitePluginVersion>3.4</sitePluginVersion> </properties>