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 88ae96abbb Increase minimum Ant version to 1.10.2 for reproducible builds 88ae96abbb is described below commit 88ae96abbb3fde0f40985d32c03a4f0a2d0e0fa2 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 1d6bc6e982..3eb47b1707 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 12da00c824..3563cab9c4 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 9.0.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