Skip to content

Commit

Permalink
Use spotbugs instead of findbugs
Browse files Browse the repository at this point in the history
Fixes #18
  • Loading branch information
adangel committed Feb 12, 2018
1 parent 3edc4cd commit ce5c428
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.4</version>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<id>findbugs</id>
<id>spotbugs</id>
<goals>
<goal>check</goal>
</goals>
Expand Down

0 comments on commit ce5c428

Please # to comment.