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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 6088e18 Remove FindBugs properties, use SpotBugs instead. 6088e18 is described below commit 6088e18bf25cb89823cc2455d12ba596f2ae91ec Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 7 09:45:16 2022 -0400 Remove FindBugs properties, use SpotBugs instead. --- pom.xml | 2 -- src/changes/changes.xml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3768ea0..0943a60 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,6 @@ <commons.coveralls.timestampFormat>EpochMillis</commons.coveralls.timestampFormat> <commons.failsafe.version>2.22.2</commons.failsafe.version> <commons.felix.version>5.1.8</commons.felix.version> - <commons.findbugs.version>3.0.5</commons.findbugs.version> <commons.jacoco.version>0.8.8</commons.jacoco.version> <commons.japicmp.version>0.15.7</commons.japicmp.version> <commons.jar-plugin.version>3.2.2</commons.jar-plugin.version> @@ -1945,7 +1944,6 @@ <skipTests>true</skipTests> <maven.javadoc.skip>true</maven.javadoc.skip> <cobertura.skip>true</cobertura.skip> - <findbugs.skip>true</findbugs.skip> <spotbugs.skip>true</spotbugs.skip> <checkstyle.skip>true</checkstyle.skip> <clirr.skip>true</clirr.skip> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index da77ef0..0be3ab9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="sebb">Add JUnit BOM to dependency management.</action> <!-- REMOVE --> <action type="remove" dev="ggregory" due-to="Gary Gregory">Remove org.codehaus.mojo:jdepend-maven-plugin 2.0; it does not work with current versions of RAT and site plugins.</action> + <action type="remove" dev="ggregory" due-to="Gary Gregory">Remove FindBugs properties, use SpotBugs instead.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/cache from 3 to 3.0.6, #118.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from 2 to 3.</action>