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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new f37937116d Fix typos
f37937116d is described below

commit f37937116df42ae58a58b4fb606d7e2b230ac10f
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 3700162006..ad33010644 100644
--- a/build.xml
+++ b/build.xml
@@ -2274,7 +2274,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" />
@@ -2352,7 +2352,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

Reply via email to