You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2019/02/19 03:32:59 UTC

[ant-ivy] branch master updated: Upgrade to 0.8.3 of jacoco

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 4ffcf8f  Upgrade to 0.8.3 of jacoco
4ffcf8f is described below

commit 4ffcf8f06f238b17e78e8033c3e8278833e452eb
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Tue Feb 19 09:02:49 2019 +0530

    Upgrade to 0.8.3 of jacoco
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 0ad49ce..3d39409 100644
--- a/build.xml
+++ b/build.xml
@@ -438,7 +438,7 @@
     </target>
 
     <target name="init-jacoco" depends="jar" unless="skip.test">
-        <ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant" revision="0.8.2"
+        <ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant" revision="0.8.3"
                        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"/>