You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/11/02 20:02:02 UTC

[lang] Update maven-spotbugs-plugin to version 3.1.7

Repository: commons-lang
Updated Branches:
  refs/heads/master 0fcd4ce92 -> 5ccbfeb86


Update maven-spotbugs-plugin to version 3.1.7


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/5ccbfeb8
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/5ccbfeb8
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/5ccbfeb8

Branch: refs/heads/master
Commit: 5ccbfeb86fdd64477c0d82581fae445497d5bd73
Parents: 0fcd4ce
Author: pascalschumacher <pa...@gmx.net>
Authored: Fri Nov 2 21:01:51 2018 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Fri Nov 2 21:01:51 2018 +0100

----------------------------------------------------------------------
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/5ccbfeb8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 422e333..b769706 100644
--- a/pom.xml
+++ b/pom.xml
@@ -620,7 +620,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>
     <japicmp.skip>false</japicmp.skip>
 
     <!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
@@ -908,8 +908,6 @@
       <properties>
         <!-- jacoco does not work with java 11 yet, see https://github.com/jacoco/jacoco/issues/663 -->
         <jacoco.skip>true</jacoco.skip>
-        <!-- spotbugs does not work with java 11 yet -->
-        <spotbugs.skip>true</spotbugs.skip>
       </properties>
     </profile>