You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/06/07 20:15:37 UTC

ant-ivy git commit: Update JaCoCo

Repository: ant-ivy
Updated Branches:
  refs/heads/master 62724c69e -> cbe4dfac4


Update JaCoCo

Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/cbe4dfac
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/cbe4dfac
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/cbe4dfac

Branch: refs/heads/master
Commit: cbe4dfac42e59a60e29023c536fe4eb99f2375f8
Parents: 62724c6
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Thu Jun 7 22:15:21 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Thu Jun 7 22:15:21 2018 +0200

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/cbe4dfac/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8a25709..95f1767 100644
--- a/build.xml
+++ b/build.xml
@@ -403,7 +403,7 @@
     </target>
 
     <target name="init-jacoco" depends="jar" unless="skip.test">
-        <ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant" revision="0.7.9"
+        <ivy:cachepath organisation="org.jacoco" module="org.jacoco.ant" revision="0.8.1"
                        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"/>