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 f1798964 Pick up spotbugs-maven-plugin version from parent POM f1798964 is described below commit f17989649b251cdb3896ea36151b428088eab006 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 17 10:39:50 2023 -0500 Pick up spotbugs-maven-plugin version from parent POM --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index cd26e6cb..fa30eb5a 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,6 @@ <checkstyle.plugin.version>3.2.1</checkstyle.plugin.version> <checkstyle.version>10.6.0</checkstyle.version> <japicmp.skip>false</japicmp.skip> - <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version> <!-- override of Jacoco properties defined in CP52 --> <commons.jacoco.classRatio>0.95</commons.jacoco.classRatio> @@ -402,7 +401,6 @@ <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> - <version>${commons.spotbugs.version}</version> <configuration> <excludeFilterFile>${basedir}/src/main/config/findbugs-exclude-filter.xml</excludeFilterFile> <xmlOutputDirectory>target/site</xmlOutputDirectory>