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 c3de742e Pick up spotbugs-maven-plugin version from parent
c3de742e is described below
commit c3de742ee0b8e75a54f0269ff2a6a7c5b6ce6238
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 09:36:18 2023 -0500
Pick up spotbugs-maven-plugin version from parent
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 601621ba..8259fa85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,7 +298,6 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>${commons.spotbugs.version}</version>
<configuration>
<excludeFilterFile>${basedir}/src/site/resources/spotbugs/spotbugs-exclude-filter.xml</excludeFilterFile>
</configuration>