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/06/17 12:26:35 UTC

[text] Upgrade spotbugs-maven-plugin to version 3.1.5

Repository: commons-text
Updated Branches:
  refs/heads/master ee8cef4d6 -> 13627dab8


Upgrade spotbugs-maven-plugin to version 3.1.5


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/13627dab
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/13627dab
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/13627dab

Branch: refs/heads/master
Commit: 13627dab88753468c8d7c530f2fa2e68488a1d4f
Parents: ee8cef4
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sun Jun 17 14:26:13 2018 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sun Jun 17 14:26:13 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/13627dab/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f36deb5..95d027d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
     <checkstyle.version>8.10.1</checkstyle.version>
 
-    <spotbugs.plugin.version>3.1.3.1</spotbugs.plugin.version>
+    <spotbugs.plugin.version>3.1.5</spotbugs.plugin.version>
     
     <!-- Commons Release Plugin -->
     <commons.bc.version>1.4</commons.bc.version>
@@ -434,8 +434,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, because ASM does not yet support the java 11 class file format -->
-        <spotbugs.skip>true</spotbugs.skip>
       </properties>
     </profile>
   </profiles>