This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 10a143530274e579b0257d58e8abaae50c79c659 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jul 5 13:48:27 2019 +0100 Parameterise Cobertura version --- build.properties.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index f0fd62f..f30d21e 100644 --- a/build.properties.default +++ b/build.properties.default @@ -263,7 +263,7 @@ cobertura.checksum.algorithm=MD5|SHA-1 cobertura.checksum.value=4f46638aa8e4d89565c038092398ea06|99cb44d36555feedcedc46263c23c2f5394ef342 cobertura.home=${base.path}/cobertura-${cobertura.version} cobertura.jar=${cobertura.home}/cobertura-${cobertura.version}.jar -cobertura.loc=${base-sf.loc}/cobertura/cobertura-2.1.1-bin.tar.gz +cobertura.loc=${base-sf.loc}/cobertura/cobertura-${cobertura.version}-bin.tar.gz # ----- Findbugs ----- findbugs.version=3.1.12 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org