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
commit bdc9f01991ef88e2e52554eda2fbedeb2e9ca644 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 9 14:16:49 2022 +0100 Remove reproducible timestamp: it is now generated by pre-release target --- build.properties.default | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.properties.default b/build.properties.default index b514c3f845..bd93d66127 100644 --- a/build.properties.default +++ b/build.properties.default @@ -38,12 +38,6 @@ version.suffix=-M17-dev # ----- Build tools ----- ant.version.required=1.10.2 -# ----- Reproducible builds ----- -# Uncomment and set to current time for reproducible builds -# Note: The value is in seconds (unlike milliseconds used by System.currentTimeMillis()). -#2022-03-31T12:00:00Z -#ant.tstamp.now=1648728000 - # ----- Build control flags ----- compile.debug=true # Do not pass -deprecation (-Xlint:deprecation) flag to javac --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org