You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/09/23 20:38:00 UTC

[tomcat] branch master updated: Correct version number

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b2de81  Correct version number
9b2de81 is described below

commit 9b2de812f6ff1c7bc5968898749d0249a9c820c5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Sep 23 21:37:25 2019 +0100

    Correct version number
---
 build.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index a4d4f75..7d37c12 100644
--- a/build.xml
+++ b/build.xml
@@ -1846,9 +1846,9 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
       sourcepath="${tomcat.dist}/src/java"
       destdir="${tomcat.dist}/webapps/docs/annotationapi"
       version="true"
-      windowtitle="Common Annotations 1.2 API Documentation - Apache Tomcat ${version}"
-      doctitle="Common Annotations 1.2 API - Apache Tomcat ${version}"
-      header="&lt;b&gt;Common Annotations 1.2 - Apache Tomcat ${version}&lt;/b&gt;"
+      windowtitle="Common Annotations 1.3 API Documentation - Apache Tomcat ${version}"
+      doctitle="Common Annotations 1.3 API - Apache Tomcat ${version}"
+      header="&lt;b&gt;Common Annotations 1.3 - Apache Tomcat ${version}&lt;/b&gt;"
       bottom="Copyright &amp;#169; 2000-${year} Apache Software Foundation. All Rights Reserved."
       encoding="UTF-8"
       docencoding="UTF-8"


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