From b2ad6d453419c7e4d6b38c773b0efc0ac96919d0 Mon Sep 17 00:00:00 2001 From: allanmckenzie Date: Fri, 12 Jun 2026 10:50:20 +0100 Subject: [PATCH] Remove stale maven-plugin-annotations.version=3.9.0 override The BOM already manages maven-plugin-annotations at 3.15.2. The local property override pinned it to the older 3.9.0, silently suppressing the BOM version. The annotation-validator-maven-plugin had an explicit tag referencing this property; removing both lets the BOM manage the version correctly. --- annotation-validator/annotation-validator-maven-plugin/pom.xml | 1 - pom.xml | 3 --- 2 files changed, 4 deletions(-) diff --git a/annotation-validator/annotation-validator-maven-plugin/pom.xml b/annotation-validator/annotation-validator-maven-plugin/pom.xml index 5f96ac32c..8869fbef4 100644 --- a/annotation-validator/annotation-validator-maven-plugin/pom.xml +++ b/annotation-validator/annotation-validator-maven-plugin/pom.xml @@ -17,7 +17,6 @@ org.apache.maven.plugin-tools maven-plugin-annotations provided - ${maven-plugin-annotations.version} org.apache.maven diff --git a/pom.xml b/pom.xml index 984820f76..6baf96dd2 100644 --- a/pom.xml +++ b/pom.xml @@ -41,9 +41,6 @@ 25.104.0-M3 25.104.0-M3 - - 3.9.0 -