Author: gboue
Date: Sun Feb 12 15:28:47 2017
New Revision: 1782677

URL: http://svn.apache.org/viewvc?rev=1782677&view=rev
Log:
[MCHECKSTYLE-322] Update plugin to use 6.19 checkstyle (last version that is 
based on jdk7)

Updating Checkstyle to 2.18, and not 2.19 because of a regression (see issue 
https://github.com/checkstyle/checkstyle/issues/3771).

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=1782677&r1=1782676&r2=1782677&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Feb 12 15:28:47 2017
@@ -63,7 +63,7 @@ under the License.
     <maven.compiler.source>1.${javaVersion}</maven.compiler.source>
     <maven.compiler.target>1.${javaVersion}</maven.compiler.target>
     <mavenVersion>3.0</mavenVersion>
-    <checkstyleVersion>6.11.2</checkstyleVersion>
+    <checkstyleVersion>6.18</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <sitePluginVersion>3.4</sitePluginVersion>
   </properties>


Reply via email to