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 95e0c037 Pick up spotbugs-maven-plugin version from parent
95e0c037 is described below
commit 95e0c03767871a2509a07e385256f7c9983a6d76
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 11:40:19 2023 -0500
Pick up spotbugs-maven-plugin version from parent
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8259fa85..8b1366a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,8 +173,6 @@
<checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>
<checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt,
**/maven-archiver/pom.properties</checkstyle.resourceExcludes>
- <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
- <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
<japicmp.skip>false</japicmp.skip>
<commons.release.isDistModule>true</commons.release.isDistModule>