From e36affe27b6cee125f8c185b6f4eafde7bd39d83 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Mon, 9 Feb 2026 13:32:18 +0200 Subject: [PATCH] fix: Set required Java and Maven versions in vaadin-maven-plugin (#8498) 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 a0cde713e..e4b917539 100644 --- a/scripts/generator/templates/template-vaadin-maven-plugin-pom.xml +++ b/scripts/generator/templates/template-vaadin-maven-plugin-pom.xml @@ -73,9 +73,11 @@ org.apache.maven.plugins maven-plugin-plugin - 3.15.0 + 3.15.2 true + 17 + 3.5 @@ -189,7 +191,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.15.0 + 3.15.2