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-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new 5d1c819 Pick up spotbugs-maven-plugin version from parent
5d1c819 is described below
commit 5d1c819fccd7f2fdd19e8508e97a70d34f94d889
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 09:36:08 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 bd84786..fc20a41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -523,7 +523,6 @@ The following provides more details on the included
cryptographic software:
<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>