Skip to content

Commit 61bd9f4

Browse files
author
Guillaume Boué
committed
[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 checkstyle/checkstyle#3771). git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1782677 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7cf9436 commit 61bd9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ under the License.
6363
<maven.compiler.source>1.${javaVersion}</maven.compiler.source>
6464
<maven.compiler.target>1.${javaVersion}</maven.compiler.target>
6565
<mavenVersion>3.0</mavenVersion>
66-
<checkstyleVersion>6.11.2</checkstyleVersion>
66+
<checkstyleVersion>6.18</checkstyleVersion>
6767
<doxiaVersion>1.4</doxiaVersion>
6868
<sitePluginVersion>3.4</sitePluginVersion>
6969
</properties>

0 commit comments

Comments
 (0)