You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/07/07 21:43:59 UTC

commons-collections git commit: Pickup JaCoCo 0.8.1 from commons-parent.

Repository: commons-collections
Updated Branches:
  refs/heads/master 333971caf -> 71140f3db


Pickup JaCoCo 0.8.1 from commons-parent.

Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/71140f3d
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/71140f3d
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/71140f3d

Branch: refs/heads/master
Commit: 71140f3db62a5e79fa1bfaf3191d429daa268a35
Parents: 333971c
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 7 15:43:56 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 7 15:43:56 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/71140f3d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 15100e4..d1c0b9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -516,9 +516,6 @@
     <!-- Override clirr version to enable clirr on Java 8 -->
     <commons.clirr.version>2.8</commons.clirr.version>
     
-    <!-- Override jacoco for java 9 compatibility -->
-    <commons.jacoco.version>0.7.9</commons.jacoco.version>
-    
     <!--Used to generate the VOTE file, and can optionally be used with Clirr and JAmpiCmp -->
     <commons.bc.version>4.1</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>