This is an automated email from the ASF dual-hosted git repository. schultz 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 18706c3684 Revert "Have 'pre-release' indicate the the release is in progress." 18706c3684 is described below commit 18706c36845eadd8e0f344c3e45248ab9ab4a527 Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Wed Mar 1 09:11:09 2023 -0500 Revert "Have 'pre-release' indicate the the release is in progress." This reverts commit 96be7da23139ea52feb1e6f9fb3b6c45c354b7cf. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 31daa9189c..123b6002ce 100644 --- a/build.xml +++ b/build.xml @@ -2741,7 +2741,7 @@ asf.ldap.username=${release.asfusername} <replace file="webapps/docs/changelog.xml" encoding="UTF-8" token="rtext="in development"" - value="rtext="Release in progress"" /> + value="rtext=""" /> </target> <target name="release" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org