This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
commit eada675200e15e973d74fff35bfde9d42325bb36 Author: Mark Thomas <[email protected]> AuthorDate: Wed Jan 6 13:45:23 2021 +0000 Need to use Java 8 to build (JARs will still target Java 6) --- HOWTO-RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO-RELEASE.txt b/HOWTO-RELEASE.txt index 1d1c5b9..4b77870 100644 --- a/HOWTO-RELEASE.txt +++ b/HOWTO-RELEASE.txt @@ -23,7 +23,7 @@ Review open issues in Jira. Review open PRs on GitHub. Update to latest commons-parent and fix any issues. -Use Java 7. +Use Java 8. If you haven't already, add your public PGP key to KEYS.
