Skip to content

Commit 2635dff

Browse files
author
Stephen Powis
committed
Update CheckstyleMavenPlugin to 3.0.0 and Checkstyle to 8.19
1 parent 84ac6c0 commit 2635dff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060

6161
<!-- Specify which Checkstyle ruleset to use -->
6262
<checkstyle.ruleset>build/checkstyle-v1.5.xml</checkstyle.ruleset>
63-
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
64-
<checkstyle.version>8.17</checkstyle.version>
63+
<checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
64+
<checkstyle.version>8.19</checkstyle.version>
6565

6666
<!-- Log4J Version -->
6767
<log4j2.version>2.11.1</log4j2.version>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-checkstyle-plugin</artifactId>
215-
<version>2.17</version>
215+
<version>${checkstyle.plugin.version}</version>
216216
<executions>
217217
<execution>
218218
<id>checkstyle-validate</id>

0 commit comments

Comments
 (0)