This is an automated email from the ASF dual-hosted git repository.
jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push:
new 87de654 Use newer version of jacoco
87de654 is described below
commit 87de65450494a13a0ce2a86bd21742e2ac8c999a
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Nov 2 18:53:44 2019 +0530
Use newer version of jacoco
---
build.xml | 2 +-
version.properties | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 876cef3..fedc0f0 100644
--- a/build.xml
+++ b/build.xml
@@ -428,7 +428,7 @@
</target>
<target name="init-jacoco" depends="jar" unless="skip.test">
- <ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant"
revision="0.8.3"
+ <ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant"
revision="${jacoco.version}"
inline="true" conf="default" pathid="jacoco.classpath"
log="download-only"/>
<taskdef uri="antlib:org.jacoco.ant"
resource="org/jacoco/ant/antlib.xml"
classpathref="jacoco.classpath"/>
diff --git a/version.properties b/version.properties
index 74a8257..8d7c7d1 100644
--- a/version.properties
+++ b/version.properties
@@ -35,6 +35,7 @@ bouncycastle.version=1.64
commons-vfs2.version=2.2
hamcrest.version=1.3
httpclient.version=4.5.10
+jacoco.version=0.8.5
jsch.agentproxy.version=0.0.9
jsch.version=0.1.55
junit.version=4.12