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 a08d5915 Bump commons-parent
a08d5915 is described below
commit a08d59151c8677569c39e65cdc7946dc0870b809
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 10 07:52:17 2023 -0400
Bump commons-parent
---
pom.xml | 2 +-
src/conf/checkstyle/checkstyle-suppressions.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 550eb9c2..08c47d57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>62</version>
+ <version>64</version>
</parent>
<artifactId>commons-csv</artifactId>
<version>1.10.1-SNAPSHOT</version>
diff --git a/src/conf/checkstyle/checkstyle-suppressions.xml
b/src/conf/checkstyle/checkstyle-suppressions.xml
index abff74c8..e1a4807c 100644
--- a/src/conf/checkstyle/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle/checkstyle-suppressions.xml
@@ -20,4 +20,6 @@
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress checks="LineLength" files="[\\/]CSVParser\.java$" lines="515"/>
+ <!--
target/classes/META-INF/maven/org.apache.commons/commons-csv/pom.properties -->
+ <suppress checks="Header"
files="target[/\\]classes[/\\]META-INF[/\\]maven[/\\]org.apache.commons[/\\]commons-csv[/\\]pom.properties"
/>
</suppressions>