This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 9412c022fe Javadoc locale should have both language AND country for official releases. 9412c022fe is described below commit 9412c022fe1cd4736f1e8e8147f744d42cfd487d Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Wed Feb 12 08:23:42 2025 -0500 Javadoc locale should have both language AND country for official releases. --- build.properties.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index 0bea62d954..e91ea12647 100644 --- a/build.properties.default +++ b/build.properties.default @@ -63,7 +63,7 @@ execute.spotbugs=false # works better for Tomcat. javadoc.failonerror=true javadoc.failonwarning=false -javadoc.locale=en +javadoc.locale=en_US # ----- Test configuration ----- execute.test.nio=true --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org