You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/02/18 23:10:27 UTC

[camel] 01/02: Use consistent maven-archetype-plugin versions

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

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

commit ee1d3682722760a43db51aa7519b1b6919a56ebe
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Feb 19 00:09:13 2018 +0100

    Use consistent maven-archetype-plugin versions
    
    `camel-archetype-scr` and `camel-olingo2-component` declared versions
    of archetype plugin without taking into consideration version in
    `camel-parent`, this uses the property`${maven-archetype-plugin-version}`
    in both.
---
 archetypes/camel-archetype-scr/pom.xml                   | 2 +-
 components/camel-olingo2/camel-olingo2-component/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archetypes/camel-archetype-scr/pom.xml b/archetypes/camel-archetype-scr/pom.xml
index dcf1b78..67c209f 100644
--- a/archetypes/camel-archetype-scr/pom.xml
+++ b/archetypes/camel-archetype-scr/pom.xml
@@ -66,7 +66,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.2</version>
+          <version>${maven-archetype-plugin-version}</version>
           <configuration>
             <skip>${maven.test.skip.exec}</skip>
           </configuration>
diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml
index 4c3fc0f..a803858 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -331,7 +331,7 @@
           </plugin>
           <plugin>
             <artifactId>maven-archetype-plugin</artifactId>
-            <version>3.0.1</version>
+            <version>${maven-archetype-plugin-version}</version>
             <executions>
               <execution>
                 <id>generate-my-car-service</id>

-- 
To stop receiving notification emails like this one, please contact
zregvart@apache.org.