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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new a1c9a585 Pick up spotbugs-maven-plugin version from parent a1c9a585 is described below commit a1c9a585b1c2a3a6920962d77a57fed26cec28cd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 09:35:51 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 44dde59d..f509ef97 100644 --- a/pom.xml +++ b/pom.xml @@ -764,7 +764,6 @@ <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> - <version>${commons.spotbugs.version}</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort>