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:30:06 UTC

[commons-csv] branch master updated: Pick up checkstyle 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-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 01d01180 Pick up checkstyle version from parent POM
01d01180 is described below

commit 01d011807f5e5794f2cb28278f76bb2c54b0b742
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:30:01 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 3c2ba681..97c11beb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,6 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
 
-    <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file>
     <checkstyle.config.file>${basedir}/src/site/resources/checkstyle/checkstyle.xml</checkstyle.config.file>
     <checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>