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:05 UTC

[tomcat] branch main updated: Remove trailing spaces

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

commit d912059aacae4b9c90efeef8aacf386603d2ae20
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 41a8b8658e..5eee8234cc 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