Repository: commons-text Updated Branches: refs/heads/master ed94773e2 -> 062b2e0ae
Update maven-spotbugs-plugin to version 3.1.7 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/062b2e0a Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/062b2e0a Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/062b2e0a Branch: refs/heads/master Commit: 062b2e0aeae3874231109b052d7046cb08e50d86 Parents: ed94773 Author: Pascal Schumacher <pascalschumac...@gmx.net> Authored: Fri Nov 2 21:07:18 2018 +0100 Committer: Pascal Schumacher <pascalschumac...@gmx.net> Committed: Fri Nov 2 21:07:18 2018 +0100 ---------------------------------------------------------------------- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/062b2e0a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 825f9fc..f46dfa9 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> <checkstyle.version>8.13</checkstyle.version> - <spotbugs.plugin.version>3.1.6</spotbugs.plugin.version> + <spotbugs.plugin.version>3.1.7</spotbugs.plugin.version> <!-- generate report even if there are binary incompatible changes --> <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> @@ -459,8 +459,6 @@ <properties> <!-- jacoco does not work with java 11 yet, see https://github.com/jacoco/jacoco/issues/663 --> <jacoco.skip>true</jacoco.skip> - <!-- spotbugs maven plugin does not work with java 11 yet, see https://github.com/spotbugs/spotbugs-maven-plugin/issues/83 --> - <spotbugs.skip>true</spotbugs.skip> </properties> </profile> <profile>