From 28c04f953357f6068d99e07ff0fb3741a55a02d9 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Mon, 9 Feb 2026 15:25:09 +0200 Subject: [PATCH] fix: Set required Java and Maven versions in vaadin-maven-plugin (#8499) Prevents potential issues with Maven versions >= 3.9.12 if a Java version newer than the supported one is used to package the Maven plugin. --- .../templates/template-vaadin-maven-plugin-pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/generator/templates/template-vaadin-maven-plugin-pom.xml b/scripts/generator/templates/template-vaadin-maven-plugin-pom.xml index 98dfe7f8c..0eab2b8d1 100644 --- a/scripts/generator/templates/template-vaadin-maven-plugin-pom.xml +++ b/scripts/generator/templates/template-vaadin-maven-plugin-pom.xml @@ -56,9 +56,11 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.2 + 3.15.2 true + 11 + 3.5 @@ -172,7 +174,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.2 + 3.15.2