This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new 477f2ed Removed jacoco version 0.8.0. Parent 48 has 0.8.3 and
supports JDK 11.
477f2ed is described below
commit 477f2edba8f2b5f73d2f609ed571221908dbe006
Author: Alex Herbert <[email protected]>
AuthorDate: Wed May 22 21:32:47 2019 +0100
Removed jacoco version 0.8.0. Parent 48 has 0.8.3 and supports JDK 11.
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2843b5d..a150f66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,6 @@
<!-- Workaround to avoid duplicating config files. -->
<statistics.parent.dir>${basedir}</statistics.parent.dir>
- <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>