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 aa91298f8d Add pre-release summary message.
aa91298f8d is described below
commit aa91298f8d97ab56f387893cee621ad988622097
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 e676cc9ce9..a593c019b1 100644
--- a/build.xml
+++ b/build.xml
@@ -2817,6 +2817,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]