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 <[email protected]>
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="<b>Common Annotations 1.2 - Apache Tomcat
${version}</b>"
+ windowtitle="Common Annotations 1.3 API Documentation - Apache Tomcat
${version}"
+ doctitle="Common Annotations 1.3 API - Apache Tomcat ${version}"
+ header="<b>Common Annotations 1.3 - Apache Tomcat
${version}</b>"
bottom="Copyright &#169; 2000-${year} Apache Software Foundation.
All Rights Reserved."
encoding="UTF-8"
docencoding="UTF-8"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]