This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new ffed0ba839 Don't forget to actually READ build-release.properties. ffed0ba839 is described below commit ffed0ba8392aaa7504cc0edb3c20387e0ff8627d Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Wed Jun 8 17:29:16 2022 -0400 Don't forget to actually READ build-release.properties. --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 79bb0d5ff9..e815e5aaf3 100644 --- a/build.xml +++ b/build.xml @@ -34,6 +34,7 @@ <!-- property values you may customize. --> <property file="${user.home}/build.properties"/> <property file="build.properties"/> + <property file="build-release.properties"/> <property file="build.properties.default"/> <!-- Project Name --> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org