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

commons-rng git commit: Upgrade Jacoco.

Repository: commons-rng
Updated Branches:
  refs/heads/master 07431135c -> 2fa1dd8e9


Upgrade Jacoco.

Fixes the issue referred to in previous commit. Thanks to Bindul Bhowmik.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/2fa1dd8e
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/2fa1dd8e
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/2fa1dd8e

Branch: refs/heads/master
Commit: 2fa1dd8e991abdb0c6616ed36b5d72ed47ed0a94
Parents: 0743113
Author: Gilles <er...@apache.org>
Authored: Sat Feb 10 00:23:26 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Sat Feb 10 00:23:26 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/2fa1dd8e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b8f82fd..f4c7adf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
     <rng.parent.dir>${basedir}</rng.parent.dir>
 
     <!-- Temporary fix to support Java 8 -->
-    <commons.jacoco.version>0.7.5.201505241946</commons.jacoco.version>
+    <commons.jacoco.version>0.8.0</commons.jacoco.version>
     <commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.8</commons.jacoco.instructionRatio>
     <commons.jacoco.methodRatio>0.8</commons.jacoco.methodRatio>
@@ -171,8 +171,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <!-- Default "forkCount" leads to build failure on JDK 9. -->
-          <forkCount>0</forkCount>
           <includes>
             <include>**/*Test.java</include>
           </includes>