Repository: logging-log4j2 Updated Branches: refs/heads/master a70bd9e7a -> f99f82ee7
Update Maven Checkstyle version from 2.17 to 3.0.0. Both versions cannot seem to handle C:\vcs\git\apache\logging\logging-log4j2\log4j-api-java9\src\main\java\module-info.java: NoViableAltException occurred during the analysis of file C:\vcs\git\apache\logging\logging-log4j2\log4j-api-java9\src\main\java\module-info.java. unexpected token: module Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f99f82ee Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f99f82ee Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f99f82ee Branch: refs/heads/master Commit: f99f82ee74fe1606f24002aa6936ed95333fdd67 Parents: a70bd9e Author: Gary Gregory <[email protected]> Authored: Wed Jan 17 12:09:16 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Jan 17 12:09:16 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f99f82ee/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 366da09..14f9d97 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ <!-- all versions after 2.13 yield https://issues.apache.org/jira/browse/SUREFIRE-720 --> <surefire.plugin.version>2.20.1</surefire.plugin.version> <failsafe.plugin.version>2.20.1</failsafe.plugin.version> - <checkstyle.plugin.version>2.17</checkstyle.plugin.version> + <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> <rat.plugin.version>0.12</rat.plugin.version> <pdf.plugin.version>1.2</pdf.plugin.version> <cobertura.plugin.version>2.7</cobertura.plugin.version>
