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 5fcf96c  Update spotbugs-maven-plugin to version 3.1.9 and enable 
SpotBugs on Java 12+ (closes #99).
5fcf96c is described below

commit 5fcf96ca1128a1a59f72d242b2f133893998df12
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Thu Dec 20 15:24:12 2018 +0100

    Update spotbugs-maven-plugin to version 3.1.9 and enable SpotBugs on Java 
12+ (closes #99).
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 194a2ad..2fc32fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
     <checkstyle.version>8.14</checkstyle.version>
 
-    <spotbugs.plugin.version>3.1.8</spotbugs.plugin.version>
+    <spotbugs.plugin.version>3.1.9</spotbugs.plugin.version>
     
     <commons.jacoco.version>0.8.2</commons.jacoco.version>
 
@@ -461,8 +461,6 @@
       <properties>
         <!-- currently fails with "javadoc: error - The code being documented 
uses modules but the packages defined in 
https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module." -->
         <maven.javadoc.skip>true</maven.javadoc.skip>
-        <!-- spotbugs does not work on java 12 yet, 
"java.lang.IllegalArgumentException: Unsupported class file major version 56" 
-->
-        <spotbugs.skip>true</spotbugs.skip>
       </properties>
     </profile>
   </profiles>

Reply via email to