This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push: new e5496d7 [MPOM-447] activate javac's release flag e5496d7 is described below commit e5496d7155f9590e1dc7cad093f1c9d4882e875d Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Tue Nov 14 09:26:58 2023 +0100 [MPOM-447] activate javac's release flag --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index e0ceb16..264e2c6 100644 --- a/pom.xml +++ b/pom.xml @@ -1318,6 +1318,9 @@ under the License. <activation> <jdk>[11,)</jdk> </activation> + <properties> + <maven.compiler.release>${javaVersion}</maven.compiler.release> + </properties> <build> <!--- newer versions of plugins requires JDK 11 --> <plugins>