This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 443391d stop overriding Jacoco version, maybe this makes the JDK 13
build pass
443391d is described below
commit 443391d2c387ca19e5e7ee99f886db5dfacb91e2
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Apr 16 18:23:12 2019 +0200
stop overriding Jacoco version, maybe this makes the JDK 13 build pass
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 21f980d..78e98bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,7 +524,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z,
arj.
</activation>
<properties>
<maven.compiler.release>9</maven.compiler.release>
- <commons.jacoco.version>0.8.2</commons.jacoco.version>
<animal.sniffer.skip>true</animal.sniffer.skip>
<!-- coverall version 4.3.0 does not work with java 9, see
https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
<coveralls.skip>true</coveralls.skip>