Skip to content

Commit

Permalink
Merge pull request #356 from jeffret-b/completeSpotbugsTransition
Browse files Browse the repository at this point in the history
Complete the transition to spotbugs.
  • Loading branch information
jeffret-b committed Dec 5, 2019
2 parents 81ea1f1 + edf1ac4 commit 0b54f82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ THE SOFTWARE.
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<findbugs.effort>Max</findbugs.effort>
<findbugs.excludeFilterFile>${basedir}/src/findbugs/excludeFilter.xml</findbugs.excludeFilterFile>
<findbugs.threshold>Low</findbugs.threshold>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.excludeFilterFile>${basedir}/src/spotbugs/excludeFilter.xml</spotbugs.excludeFilterFile>
<spotbugs.threshold>Low</spotbugs.threshold>
<!-- TODO: Required to override by a version with certchain support (MJARSIGNER-53) on @oleg-nenashev's machine. Remove once it's in upstream -->
<maven-jarsigner-plugin.version>1.4</maven-jarsigner-plugin.version>
</properties>
Expand Down
File renamed without changes.

0 comments on commit 0b54f82

Please sign in to comment.