You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2018/07/01 12:55:01 UTC

svn commit: r1834789 - /jmeter/trunk/build.properties

Author: fschumacher
Date: Sun Jul  1 12:55:01 2018
New Revision: 1834789

URL: http://svn.apache.org/viewvc?rev=1834789&view=rev
Log:
Update to current jacoco version 0.8.1

Modified:
    jmeter/trunk/build.properties

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1834789&r1=1834788&r2=1834789&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Sun Jul  1 12:55:01 2018
@@ -456,10 +456,10 @@ rat-tasks.loc                = ${maven2.
 rat-tasks.md5                = 96b699581b4475ed5756a0c24af745e8
 
 # Optional for use by JaCoCo
-jacocoant.version            = 0.8.0
+jacocoant.version            = 0.8.1
 jacocoant.jar                = org.jacoco.ant-${jacocoant.version}-nodeps.jar
 jacocoant.loc                = ${maven2.repo}/org/jacoco/org.jacoco.ant/${jacocoant.version}
-jacocoant.md5                = 32c7ef273edc5c3928b76b2dfc1b590e
+jacocoant.md5                = 1496c185c62fdea6068096e33bca64fd
 
 # Optional for use by JDBC_TESTS.jmx
 hsqldb.version               = 2.4.0