This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 8f3be985fc Fix typos 8f3be985fc is described below commit 8f3be985fc88b0ff8f7f8dfb905dbba18e230635 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jul 13 21:38:16 2022 +0100 Fix typos --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 24e589707f..157292d3e7 100644 --- a/build.xml +++ b/build.xml @@ -2593,7 +2593,7 @@ skip.installer property in build.properties" /> </target> <target name="-pre-release-lone-target-check"> - <fail message="The pre-release target must be called all on its own. Specifically, you must run 'ant release' /after/ 'and pre-release' in order to properly configure the build."> + <fail message="The pre-release target must be called all on its own. Specifically, you must run 'ant release' /after/ 'ant pre-release' in order to properly configure the build."> <condition> <not> <equals arg1="${ant.project.invoked-targets}" arg2="pre-release" /> @@ -2671,7 +2671,7 @@ ant.tstamp.now.iso=${tstamp.iso.release} # This file was auto-generated by the pre-release Ant target -# Remove version-dev to from the version since this is not a development release. +# Remove "-dev" from the version since this is not a development release. maven.asf.release.deploy.version=${version.major}.${version.minor}.${version.build}${version.suffix} # Re-use the same GPG executable --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org