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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new e0a5a4b  Update to JaCoCo 0.8.2 with works Java 11+.
e0a5a4b is described below

commit e0a5a4b5b63068063878fa68d2568e57d9e1f4fc
Author: pascalschumacher <pascalschumac...@gmx.net>
AuthorDate: Thu Dec 20 14:48:34 2018 +0100

    Update to JaCoCo 0.8.2 with works Java 11+.
---
 pom.xml | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index cbbedf8..56ddfd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,6 +629,8 @@
 
     <junit.version>5.3.2</junit.version>
 
+    <commons.jacoco.version>0.8.2</commons.jacoco.version>
+
     <!-- generate report even if there are binary incompatible changes -->
     
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <!-- 0.12.0 dies with a NullPointerException -->
@@ -901,17 +903,6 @@
     </profile>
 
     <profile>
-      <id>java11+</id>
-      <activation>
-        <jdk>[11,)</jdk>
-      </activation>
-      <properties>
-        <!-- jacoco does not work with java 11 yet, see 
https://github.com/jacoco/jacoco/issues/663 -->
-        <jacoco.skip>true</jacoco.skip>
-      </properties>
-    </profile>
-
-    <profile>
       <id>benchmark</id>
       <properties>
         <skipTests>true</skipTests>

Reply via email to