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-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new 4e39f1de Pick up spotbugs-maven-plugin version from parent
4e39f1de is described below
commit 4e39f1de1a95f894b495bb4cfa8d036f70b932ee
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 09:37:55 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 0d4265a9..e026fd5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,7 +274,6 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>${commons.spotbugs.version}</version>
<configuration>
<effort>Max</effort>
<threshold>High</threshold>