This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit bab1f843b7c88f3ed7c976c31069e8745ad72ed0 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jul 5 13:48:37 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 3b4c6f1..7a46224 100644 --- a/build.properties.default +++ b/build.properties.default @@ -298,4 +298,4 @@ cobertura.checksum.value=63a8c5b3f5c1226fcc52cc9c9ea2a812|705d23e5a8815aff3bc4ad cobertura.home=${base.path}/cobertura-${cobertura.version} cobertura.jar=${cobertura.home}/cobertura-${cobertura.version}.jar cobertura.lib=${cobertura.home}/lib -cobertura.loc=${base-sf.loc}/cobertura/cobertura-2.0.3-bin.tar.gz +cobertura.loc=${base-sf.loc}/cobertura/cobertura-${cobertura.version}-bin.tar.gz --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org