This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 537e3b8cdf Fix corruption spotted when preparing 10.0.x release 537e3b8cdf is described below commit 537e3b8cdf05282fbc2436e85d3fc6c6235d2e66 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 e78581c9f6..586924af45 100644 --- a/build.xml +++ b/build.xml @@ -2720,6 +2720,7 @@ gpg.exec=${gpg.exec} asf.ldap.username=${release.asfusername} </echo> <replace file="webapps/docs/changelog.xml" + encoding="UTF-8" token="rtext="in development"" value="rtext=""" /> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org