From a20e1440cc925c676cf44c2741b64e16cc4b1775 Mon Sep 17 00:00:00 2001 From: Chris Jaekl Date: Wed, 29 Nov 2017 21:04:04 +0900 Subject: [PATCH] Switch (back) to using the head-of-stream JaCoCo. When I upgraded from Java 7 to Java 8, JaCoCo broke. At that time, the most recent version of the Maven Plugin did not work, and I had to hard-code a (slightly older) version in order to get builds to work. Now, I have upgraded to Java 9, and the previously-hard-coded version does not work with that. Removing the version specifyer (well, commenting it out) brings me back to a state where builds succeed. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 051053c..399bea9 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ org.jacoco jacoco-maven-plugin - 0.7.4.201502262128 +