You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2023/02/27 20:37:36 UTC

[tomcat] branch 9.0.x updated: Have 'pre-release' indicate the the release is in progress.

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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 626b48842a Have 'pre-release' indicate the the release is in progress.
626b48842a is described below

commit 626b48842ab68b0e55cbeffa7fb57241ddb849b2
Author: schultz <sc...@apache.org>
AuthorDate: Mon Feb 27 12:35:49 2023 -0800

    Have 'pre-release' indicate the the release is in progress.
    
    This saves one more step in the release process.
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index ef15f37441..7300ae58ae 100644
--- a/build.xml
+++ b/build.xml
@@ -2701,7 +2701,7 @@ asf.ldap.username=${release.asfusername}
     <replace file="webapps/docs/changelog.xml"
         encoding="UTF-8"
         token="rtext=&quot;in development&quot;"
-        value="rtext=&quot;&quot;" />
+        value="rtext=&quot;Release in progress&quot;" />
   </target>
 
   <target name="release"


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