Repository: camel
Updated Branches:
  refs/heads/master d9004016d -> f1354d731


Move components version to the parent pom

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f1354d73
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f1354d73
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f1354d73

Branch: refs/heads/master
Commit: f1354d7310b445f93baab894bf9406d8ec399e65
Parents: d900401
Author: Dmitry Volodin <dmvo...@gmail.com>
Authored: Thu May 25 15:46:08 2017 +0300
Committer: Zoran Regvart <zregv...@apache.org>
Committed: Fri May 26 09:01:52 2017 +0200

----------------------------------------------------------------------
 components/camel-protobuf/pom.xml                              | 4 ++--
 components/camel-salesforce/camel-salesforce-component/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f1354d73/components/camel-protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-protobuf/pom.xml 
b/components/camel-protobuf/pom.xml
index 5a86d45..33f7547 100644
--- a/components/camel-protobuf/pom.xml
+++ b/components/camel-protobuf/pom.xml
@@ -92,7 +92,7 @@
       <extension>
         <groupId>kr.motd.maven</groupId>
         <artifactId>os-maven-plugin</artifactId>
-        <version>1.4.1.Final</version>
+        <version>${os-maven-plugin-version}</version>
       </extension>
     </extensions>
 
@@ -139,7 +139,7 @@
       <plugin>
         <groupId>org.xolstice.maven.plugins</groupId>
         <artifactId>protobuf-maven-plugin</artifactId>
-        <version>0.5.0</version>
+        <version>${protobuf-maven-plugin-version}</version>
         <extensions>true</extensions>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/camel/blob/f1354d73/components/camel-salesforce/camel-salesforce-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml 
b/components/camel-salesforce/camel-salesforce-component/pom.xml
index 68025f5..60ec3d5 100644
--- a/components/camel-salesforce/camel-salesforce-component/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-component/pom.xml
@@ -169,7 +169,7 @@
     <dependency>
       <groupId>com.googlecode.junit-toolbox</groupId>
       <artifactId>junit-toolbox</artifactId>
-      <version>2.2</version>
+      <version>${junit-toolbox-version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Reply via email to