You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/06 13:07:43 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Exec Maven plugin

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

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

commit f0d836b843e3baae9b748d9054abb9a567c14ee1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 14:04:56 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Exec Maven plugin
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 catalog/camel-csimple-maven-plugin/pom.xml | 1 +
 catalog/camel-report-maven-plugin/pom.xml  | 1 +
 tooling/maven/camel-maven-plugin/pom.xml   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/catalog/camel-csimple-maven-plugin/pom.xml b/catalog/camel-csimple-maven-plugin/pom.xml
index eceeb9e12cd..5ca20c86394 100644
--- a/catalog/camel-csimple-maven-plugin/pom.xml
+++ b/catalog/camel-csimple-maven-plugin/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
+            <version>${exec-maven-plugin-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.maven</groupId>
diff --git a/catalog/camel-report-maven-plugin/pom.xml b/catalog/camel-report-maven-plugin/pom.xml
index b369548b2d1..bc5232782ad 100644
--- a/catalog/camel-report-maven-plugin/pom.xml
+++ b/catalog/camel-report-maven-plugin/pom.xml
@@ -83,6 +83,7 @@
         <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
+            <version>${exec-maven-plugin-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.maven</groupId>
diff --git a/tooling/maven/camel-maven-plugin/pom.xml b/tooling/maven/camel-maven-plugin/pom.xml
index dcc0940fed3..a5437dd3097 100644
--- a/tooling/maven/camel-maven-plugin/pom.xml
+++ b/tooling/maven/camel-maven-plugin/pom.xml
@@ -53,6 +53,7 @@
         <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
+            <version>${exec-maven-plugin-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.maven</groupId>