You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/10 16:28:42 UTC

[commons-io] branch master updated: Pick up maven-checkstyle-plugin version from parent POM

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 07663551 Pick up maven-checkstyle-plugin version from parent POM
07663551 is described below

commit 076635512824786383eab36ee4465bd664b6faba
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:28:34 2023 -0500

    Pick up maven-checkstyle-plugin version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 472c2472..a29ed028 100644
--- a/pom.xml
+++ b/pom.xml
@@ -323,7 +323,6 @@ file comparators, endian transformation classes, and much more.
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
-    <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <checkstyle.impl.version>9.3</checkstyle.impl.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.enforcer.version>3.1.0</commons.enforcer.version>