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/06/09 16:10:51 UTC

[tomcat] branch 10.0.x updated: Remove trailing spaces

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 c3ba78728d Remove trailing spaces
c3ba78728d is described below

commit c3ba78728d60708348bd6725732a5f0a02585ace
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 9 17:09:18 2022 +0100

    Remove trailing spaces
---
 BUILDING.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 8f7aa9cc53..fe0dac7f6d 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -301,14 +301,14 @@ You can build them by using the following commands:
     Release managers will be provided with the necessary credentials by the PMC.
 
  4. Build the release:
- 
+
     Apache Tomcat releases are fully reproducible.
 
     Release managers producing release builds must follow the following
     procedure:
-    
+
     cd ${tomcat.source}
-    ant pre-release 
+    ant pre-release
     ant release
     git commit -a -m "Tag <version-number>"
     git tag <vesion-number>
@@ -319,12 +319,12 @@ You can build them by using the following commands:
     The output from either 'ant release' call may be uploaded as the official
     release since they will be identical. It is recommended that the output from
     the second call is used.
-    
+
     Anyone wishing to reproduce an official build must do so from an official
     source release. The build tool chain defined in build.properties.release
     must be used to reproduce an official build. Once unpacked to
     ${tomcat.source}, the following steps must be followed
-    
+
     cd ${tomcat.source}
     ant release
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org