This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ca9c8239ec7e Remove duplicated managed version for 
maven-plugin-annotations
ca9c8239ec7e is described below

commit ca9c8239ec7e392b3b8f2301c6d2a468ead81786
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed Jun 17 15:41:44 2026 +0200

    Remove duplicated managed version for maven-plugin-annotations
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml   | 1 -
 tooling/maven/camel-api-component-maven-plugin/pom.xml              | 1 -
 tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml | 1 -
 3 files changed, 3 deletions(-)

diff --git a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml 
b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
index 0d77e3c9c941..2542196d514a 100644
--- a/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
+++ b/components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml
@@ -88,7 +88,6 @@
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.15.2</version>
             <scope>provided</scope>
         </dependency>
 
diff --git a/tooling/maven/camel-api-component-maven-plugin/pom.xml 
b/tooling/maven/camel-api-component-maven-plugin/pom.xml
index 3133748244a9..6ccecc44ef22 100644
--- a/tooling/maven/camel-api-component-maven-plugin/pom.xml
+++ b/tooling/maven/camel-api-component-maven-plugin/pom.xml
@@ -80,7 +80,6 @@
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.15.2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git 
a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml 
b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
index ab8b79973e2b..c83bcef0a0c4 100644
--- a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
+++ b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml
@@ -62,7 +62,6 @@
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.15.2</version>
             <scope>provided</scope>
         </dependency>
 

Reply via email to