From ce5c42807d0976f47b9f418fea1243d885cb859e Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Mon, 12 Feb 2018 19:23:29 +0100 Subject: [PATCH] Use spotbugs instead of findbugs Fixes #18 --- README.md | 1 + pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88409058..4ec0b47a 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,7 @@ integration test. ### Version 1.4.1 (?????) * Fixed [#16](https://github.com/adangel/liquibase-percona/issues/16): Failing test PerconaAddForeignKeyConstraintChangeTest +* Fixed [#18](https://github.com/adangel/liquibase-percona/issues/18): Use spotbugs instead of findbugs ### Version 1.4.0 (2017-07-21) diff --git a/pom.xml b/pom.xml index 05a757aa..dfe10c15 100644 --- a/pom.xml +++ b/pom.xml @@ -136,12 +136,12 @@ - org.codehaus.mojo - findbugs-maven-plugin - 3.0.4 + com.github.spotbugs + spotbugs-maven-plugin + 3.1.1 - findbugs + spotbugs check