You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/07/13 20:39:18 UTC

[tomcat] branch main updated: Fix typos

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

markt 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 2145fdecfa Fix typos
2145fdecfa is described below

commit 2145fdecfa659e72fdb16c7c9b072684f88cb249
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 86684d3a73..e78581c9f6 100644
--- a/build.xml
+++ b/build.xml
@@ -2632,7 +2632,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" />
@@ -2710,7 +2710,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org