This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 971d4f2 Parameterize Checkstyle implementation version. 971d4f2 is described below commit 971d4f25cc4c34f87798c80f1185e35670ab9154 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Sep 1 10:30:15 2021 -0400 Parameterize Checkstyle implementation version. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 706f14a..dc9dbc1 100644 --- a/pom.xml +++ b/pom.xml @@ -330,6 +330,7 @@ file comparators, endian transformation classes, and much more. <commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link> <commons.javadoc.version>3.3.0</commons.javadoc.version> <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> + <checkstyle.impl.version>9.0</checkstyle.impl.version> <commons.jacoco.version>0.8.7</commons.jacoco.version> <commons.surefire.version>3.0.0-M5</commons.surefire.version> <commons.japicmp.version>0.15.3</commons.japicmp.version> @@ -372,7 +373,7 @@ file comparators, endian transformation classes, and much more. <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>9.0</version> + <version>${checkstyle.impl.version}</version> </dependency> </dependencies> </plugin>