Skip to content

Commit

Permalink
Remove FindBugs properties, use SpotBugs instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 7, 2022
1 parent 3183032 commit 6088e18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 6088e18

Please sign in to comment.