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 e2bc41a941 Consistent use of period at the end of sentences in
comments.
e2bc41a941 is described below
commit e2bc41a94189b5325f020ca0f6f1fc070aa19c2b
Author: Mark Thomas <[email protected]>
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 0776b38788..3291920a06 100644
--- a/build.xml
+++ b/build.xml
@@ -2306,7 +2306,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.
@@ -2314,7 +2314,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.
@@ -2323,7 +2323,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}
#
@@ -2332,7 +2332,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}
@@ -2356,15 +2356,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: [email protected]
For additional commands, e-mail: [email protected]