This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 9c0048ecc9 Increase minimum Ant version to 1.10.2 for reproducible builds 9c0048ecc9 is described below commit 9c0048ecc983224f2eedc7f14bf6b06ef44fa606 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 9 08:34:22 2022 +0100 Increase minimum Ant version to 1.10.2 for reproducible builds Ant 1.10.x requires Java 8 and Tomcat 10.0.x requires Java 8 so this allows a simpler build script. --- build.properties.default | 2 +- webapps/docs/changelog.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index 90da707915..43ec60aa87 100644 --- a/build.properties.default +++ b/build.properties.default @@ -36,7 +36,7 @@ version.patch=0 version.suffix=-dev # ----- Build tools ----- -ant.version.required=1.9.10 +ant.version.required=1.10.2 # ----- Reproducible builds ----- # Uncomment and set to current time for reproducible builds diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index be83a0a425..dd78f99bfd 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -130,6 +130,10 @@ <update> Update to bnd 6.3.1. (markt) </update> + <update> + The minimum Ant version required to build Tomcat 10.1.x is now 1.10.2. + (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org