This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 7803d2cc87 Add pre-release summary message. 7803d2cc87 is described below commit 7803d2cc87bfe0b15d8ea4821f1bcf3b382b5d9c Author: Christopher Schultz <ch...@christopherschultz.net> 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 b3570d2dc5..43a82d856a 100644 --- a/build.xml +++ b/build.xml @@ -2850,6 +2850,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org