This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
commit d1ca10a92a61257ac225c6c1f8881af0aef91309 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jan 14 17:00:51 2023 -0500 Pickup SpotBugs version from parent --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a1ca83..6dd2755 100644 --- a/pom.xml +++ b/pom.xml @@ -649,7 +649,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>
