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 2022/07/14 08:15:25 UTC

[tomcat] branch 10.0.x updated: Fix corruption spotted when preparing 10.0.x release

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

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


The following commit(s) were added to refs/heads/10.0.x by this push:
     new a0da8d3853 Fix corruption spotted when preparing 10.0.x release
a0da8d3853 is described below

commit a0da8d3853a525b8bb60a7e7f47fefb14c5237ed
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jul 14 09:15:06 2022 +0100

    Fix corruption spotted when preparing 10.0.x release
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 157292d3e7..15dd8b1714 100644
--- a/build.xml
+++ b/build.xml
@@ -2681,6 +2681,7 @@ gpg.exec=${gpg.exec}
 asf.ldap.username=${release.asfusername}
 </echo>
     <replace file="webapps/docs/changelog.xml"
+        encoding="UTF-8"
         token="rtext=&quot;in development&quot;"
         value="rtext=&quot;&quot;" />
   </target>


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