This is an automated email from the ASF dual-hosted git repository. markt 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 046b7ee Use correct property to pass timestamp to tomcat-jdbc module 046b7ee is described below commit 046b7eea279fb4a1c58499ed275318d488fcba64 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jan 24 14:24:36 2022 +0000 Use correct property to pass timestamp to tomcat-jdbc module Originally, reproducible builds used ant.tstamp.now.iso but that was switched shortly after the initial commit to ant.tstamp.now but this reference wasn't updated. --- build.xml | 2 +- webapps/docs/changelog.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 3110753..5e69b11 100644 --- a/build.xml +++ b/build.xml @@ -1477,7 +1477,7 @@ <echo message="Building Tomcat JDBC pool libraries"/> <ant antfile="${tomcat.jdbc.dir}/build.xml" dir="${tomcat.jdbc.dir}" inheritAll="false" target="build"> - <property name="ant.tstamp.now.iso" value ="${ant.tstamp.now.iso}" /> + <property name="ant.tstamp.now" value ="${ant.tstamp.now}" /> <property name="tomcat.pool" value="${tomcat.pool}" /> <property name="tomcat.juli.jar" value="${tomcat-juli.jar}" /> <property name="skip.download" value="set"/> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 2e4f6fe..0a5dd08 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -1441,8 +1441,8 @@ <add> Implement the first phase of reproducible builds. Sequential builds on the same machine now produce identical output provided that the Ant - property <code>ant.tstamp.now.iso</code> is set. The minimum required - Ant version is now 1.9.10. (markt) + property <code>ant.tstamp.now</code> is set. The minimum required Ant + version is now 1.9.10. (markt) </add> <add> Improvements to Chinese translations. Provided by Ruan Wenjun. (mark) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org