From d76a41536bf2ad765578f889057ccedb13c27f60 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Mon, 9 Feb 2026 15:46:06 +0200 Subject: [PATCH] fix: Set required Java and Maven versions in vaadin-maven-plugin (#8497) 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..4079f5130 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 + 21 + 3.8 @@ -189,7 +191,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.15.0 + 3.15.2