Skip to content

Commit 971d4f2

Browse files
author
Gary Gregory
committed
Parameterize Checkstyle implementation version.
1 parent 537fb96 commit 971d4f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ file comparators, endian transformation classes, and much more.
330330
<commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
331331
<commons.javadoc.version>3.3.0</commons.javadoc.version>
332332
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
333+
<checkstyle.impl.version>9.0</checkstyle.impl.version>
333334
<commons.jacoco.version>0.8.7</commons.jacoco.version>
334335
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
335336
<commons.japicmp.version>0.15.3</commons.japicmp.version>
@@ -372,7 +373,7 @@ file comparators, endian transformation classes, and much more.
372373
<dependency>
373374
<groupId>com.puppycrawl.tools</groupId>
374375
<artifactId>checkstyle</artifactId>
375-
<version>9.0</version>
376+
<version>${checkstyle.impl.version}</version>
376377
</dependency>
377378
</dependencies>
378379
</plugin>

0 commit comments

Comments
 (0)