This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-exec.git
The following commit(s) were added to refs/heads/master by this push: new 88221cb Clarifies Java platform requirement 88221cb is described below commit 88221cb2411bc3babf5089acb58a6e21be23bf10 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:34:47 2023 -0400 Clarifies Java platform requirement --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 870d850..baa3453 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,7 +25,7 @@ <author email="sgoes...@apache.org">Siegfried Goeschl</author> </properties> <body> - <release version="1.4.0" date="20YY-MM-DD" description="Maintenance and feature Release (Java 8)"> + <release version="1.4.0" date="20YY-MM-DD" description="Maintenance and feature Release (Java 8 or above)"> <!-- ADD --> <action issue="EXEC-105" type="fix" date="2023-07-16" due-to="Dimitrios Efthymiou"> Fix code snippet in tutorial page.