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 2017/10/12 07:55:27 UTC

commons-collections git commit: override jacoco version for java9 compatibility (closes #30)

Repository: commons-collections
Updated Branches:
  refs/heads/master 07de4dd57 -> b15deac11


override jacoco version for java9 compatibility (closes #30)


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

Branch: refs/heads/master
Commit: b15deac11af9ba749f3492f62e49e5e4ca63edc8
Parents: 07de4dd
Author: Kavuri, Vamsi <va...@capitalone.com>
Authored: Thu Oct 12 00:04:10 2017 -0400
Committer: pascalschumacher <pa...@gmx.net>
Committed: Thu Oct 12 09:54:55 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/b15deac1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 27a217d..1700933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,6 +509,9 @@
 
     <!-- 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>
   </properties>