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 cc47f2cc28 Add pre-release summary message.
cc47f2cc28 is described below
commit cc47f2cc28196fef418340248653fc1c3e463604
Author: Christopher Schultz <[email protected]>
AuthorDate: Mon Jul 8 09:54:19 2024 -0400
Add pre-release summary message.
---
build.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/build.xml b/build.xml
index 219be34f20..74acbb349b 100644
--- a/build.xml
+++ b/build.xml
@@ -2790,6 +2790,13 @@ asf.ldap.username=${release.asfusername}
byline="true"
match="<section name="Tomcat
${version.major}.${version.minor}.${version.build}${version.suffix}
\([^)]*\).*>"
replace="<section name="Tomcat
${version.major}.${version.minor}.${version.build}${version.suffix}
\(${release.asfusername}\)" rtext="">" />
+
+ <echo>=====
+
+Configured for ${release.asfusername} to release Tomcat
${version.major}.${version.minor}.${version.build}${version.suffix} using Java
${java.vm.version} and ant ${antversion}
+
+=====
+</echo>
</target>
<target name="release"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]