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 2019/03/15 13:21:49 UTC

[camel] branch master updated: Lets harmonize the use of maven plugins version from parent

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e1d8ae5  Lets harmonize the use of maven plugins version from parent
e1d8ae5 is described below

commit e1d8ae590892e9ec2a1138e90627e75fa2ad8189
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 15 14:21:24 2019 +0100

    Lets harmonize the use of maven plugins version from parent
---
 .../camel-salesforce-maven-plugin/src/it/customized-types/pom.xml       | 2 +-
 .../camel-salesforce-maven-plugin/src/it/simple-it/pom.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/customized-types/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/customized-types/pom.xml
index 4f60f88..9ca011f 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/customized-types/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/customized-types/pom.xml
@@ -37,7 +37,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>properties-maven-plugin</artifactId>
-        <version>1.0-alpha-2</version>
+        <version>${properties-maven-plugin-version}</version>
         <executions>
           <execution>
             <phase>initialize</phase>
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml
index 95a3614..7fec364 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml
@@ -37,7 +37,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>properties-maven-plugin</artifactId>
-        <version>1.0-alpha-2</version>
+        <version>${properties-maven-plugin-version}</version>
         <executions>
           <execution>
             <phase>initialize</phase>