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 2019/08/31 09:59:49 UTC

[commons-text] branch master updated: Update spotbugs-maven-plugin to version 3.1.12.2.

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new d66f426  Update spotbugs-maven-plugin to version 3.1.12.2.
d66f426 is described below

commit d66f426793bd87edfbce6837237e91ee3f1c0ebb
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sat Aug 31 11:59:43 2019 +0200

    Update spotbugs-maven-plugin to version 3.1.12.2.
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 582335e..6cddfaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
     <checkstyle.version>8.23</checkstyle.version>
 
-    <spotbugs.plugin.version>3.1.12</spotbugs.plugin.version>
+    <spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>
     
     <commons.jacoco.version>0.8.4</commons.jacoco.version>
 
@@ -446,8 +446,6 @@
       <properties>
         <!-- jacoco does not work with java 13 yet -->
         <jacoco.skip>true</jacoco.skip>
-        <!-- spotbugs does not work on java 13 yet, "java.lang.IllegalArgumentException: Unsupported class file major version 57" -->
-        <spotbugs.skip>true</spotbugs.skip>
       </properties>
     </profile>
   </profiles>