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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit e34b8d7f8770ee19188244062cec4c562369d521
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 24 10:34:39 2021 +0000

    Switch to ant.tstamp.now property as 1.9.x doesn't support iso variant
---
 build.properties.default | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.properties.default b/build.properties.default
index f3e030d..2d2e8a7 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,7 +31,8 @@ version.suffix=-dev
 
 # ----- Reproducible builds -----
 # Uncomment and set to current time for reproducible builds
-#ant.tstamp.now.iso=2021-03-18T06:00:00Z
+#2021-03-18T06:00:00Z
+#ant.tstamp.now=1616047200
 
 # ----- Source control flags -----
 git.branch=master

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

Reply via email to