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 82e864a947 Consistent use of period at the end of sentences in comments. 82e864a947 is described below commit 82e864a9471c3e44efbeefb69552f3e5072171fe Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Aug 11 16:22:41 2022 +0100 Consistent use of period at the end of sentences in comments. --- build.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.xml b/build.xml index f0ed5714d9..5c6b6e07a8 100644 --- a/build.xml +++ b/build.xml @@ -2664,7 +2664,7 @@ skip.installer property in build.properties" /> # limitations under the License. # ----------------------------------------------------------------------------- -# This file was auto-generated by the pre-release Ant target +# This file was auto-generated by the pre-release Ant target. # Any unwanted settings may be over-ridden in a build.properties file located # in the same directory as this file. @@ -2672,7 +2672,7 @@ skip.installer property in build.properties" /> # Set the version-dev to "" (empty string) as this is not a development release. version.dev= -# Ensure consistent timestamps for reproducible builds +# Ensure consistent timestamps for reproducible builds. ant.tstamp.now.iso=${tstamp.iso.release} # Enable insertion of detatched signatures into the Windows installer. @@ -2681,7 +2681,7 @@ do.codesigning=true # Reproducible builds require the use of the build tools defined below. The # vendors (where appropriate) and versions must match exactly for a reproducible # build since this data is embedded in various files, particularly JAR file -# manifests, as part of the build process +# manifests, as part of the build process. # # Apache Ant: ${ant.version} # @@ -2690,7 +2690,7 @@ do.codesigning=true # Java Version: ${java.vm.version} # The following is provided for information only. Builds will be repeatable -# whether or not the build ennvironment in consistent with this information +# whether or not the build ennvironment in consistent with this information. # # OS: ${os.arch} ${os.name} ${os.version} # File encoding: ${file.encoding} @@ -2714,15 +2714,15 @@ do.codesigning=true # limitations under the License. # ----------------------------------------------------------------------------- -# This file was auto-generated by the pre-release Ant target +# This file was auto-generated by the pre-release Ant target. # 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 +# Re-use the same GPG executable. gpg.exec=${gpg.exec} -# Set the user name to use to upload the artefacts to Nexus +# Set the user name to use to upload the artefacts to Nexus. asf.ldap.username=${release.asfusername} </echo> <replace file="webapps/docs/changelog.xml" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org