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

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

Author: pmouawad
Date: Mon Jan 22 12:24:11 2018
New Revision: 1821852

URL: http://svn.apache.org/viewvc?rev=1821852&view=rev
Log:
Fix wrong md5 for jacoco

Modified:
    jmeter/trunk/build.properties

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1821852&r1=1821851&r2=1821852&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Mon Jan 22 12:24:11 2018
@@ -449,7 +449,7 @@ rat-tasks.md5                = 96b699581
 jacocoant.version            = 0.8.0
 jacocoant.jar                = org.jacoco.ant-${jacocoant.version}-nodeps.jar
 jacocoant.loc                = ${maven2.repo}/org/jacoco/org.jacoco.ant/${jacocoant.version}
-jacocoant.md5                = b6fe002579ef298b8402f9b462654fd1
+jacocoant.md5                = 32c7ef273edc5c3928b76b2dfc1b590e
 
 # Optional for use by JDBC_TESTS.jmx
 hsqldb.version               = 2.4.0