This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new f08219f  Correct version for code coverage report
f08219f is described below

commit f08219ff1e385e71f16dd57bbd6a6a01f8d5e49b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 18 08:47:35 2022 +0000

    Correct version for code coverage report
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index f02b366..6ee78f6 100644
--- a/build.xml
+++ b/build.xml
@@ -1985,7 +1985,7 @@
       <executiondata>
         <file file="${coverage.datafile}"/>
       </executiondata>
-      <structure name="Tomcat 10.0.x Code Coverage">
+      <structure name="Tomcat 9.0.x Code Coverage">
         <classfiles>
           <fileset dir="${tomcat.classes}"/>
         </classfiles>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to