You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2021/08/30 10:59:38 UTC

[tomcat] branch 9.0.x updated: Add a note about allowed values for ant.tstamp.now property. Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527

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

kkolinko pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new fe7a5c8  Add a note about allowed values for ant.tstamp.now property. Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527
fe7a5c8 is described below

commit fe7a5c8c98e839e4766385da3a709d08aa5bf09f
Author: Konstantin Kolinko <kk...@apache.org>
AuthorDate: Mon Aug 30 13:54:27 2021 +0300

    Add a note about allowed values for ant.tstamp.now property.
    Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527
---
 build.properties.default | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.properties.default b/build.properties.default
index ead69a3..f2208e7 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,6 +31,7 @@ version.suffix=-dev
 
 # ----- Reproducible builds -----
 # Uncomment and set to current time for reproducible builds
+# Note: The value is in seconds (unlike milliseconds used by System.currentTimeMillis()).
 #2021-07-29T12:00:00Z
 #ant.tstamp.now=1627560000
 

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