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 2018/10/19 07:24:36 UTC

[camel] branch master updated (5dd5808 -> 6f3b690)

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

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


    from 5dd5808  Added Books link in Summary
     new 2c2ef21  Upgrade Fabric8 Maven Plugin to version 3.5.42
     new 6f3b690  Use the right placeholder for Exec Maven Plugin

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/camel-example-cassandra-kubernetes/pom.xml | 2 +-
 examples/camel-example-hazelcast-kubernetes/pom.xml | 2 +-
 parent/pom.xml                                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[camel] 02/02: Use the right placeholder for Exec Maven Plugin

Posted by ac...@apache.org.
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

commit 6f3b69075e5acf0b7ef46898db5c61560c873399
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 19 09:23:19 2018 +0200

    Use the right placeholder for Exec Maven Plugin
---
 examples/camel-example-cassandra-kubernetes/pom.xml | 2 +-
 examples/camel-example-hazelcast-kubernetes/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/camel-example-cassandra-kubernetes/pom.xml b/examples/camel-example-cassandra-kubernetes/pom.xml
index 3030c7c..7fbc455 100644
--- a/examples/camel-example-cassandra-kubernetes/pom.xml
+++ b/examples/camel-example-cassandra-kubernetes/pom.xml
@@ -120,7 +120,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
-        <version>${exec-maven-plugin.version}</version>
+        <version>${exec-maven-plugin-version}</version>
         <configuration>
           <mainClass>org.apache.camel.spring.Main</mainClass>
         </configuration>
diff --git a/examples/camel-example-hazelcast-kubernetes/pom.xml b/examples/camel-example-hazelcast-kubernetes/pom.xml
index ed931e1..6f0c5b1 100644
--- a/examples/camel-example-hazelcast-kubernetes/pom.xml
+++ b/examples/camel-example-hazelcast-kubernetes/pom.xml
@@ -112,7 +112,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
-        <version>${exec-maven-plugin.version}</version>
+        <version>${exec-maven-plugin-version}</version>
         <configuration>
           <mainClass>org.apache.camel.spring.Main</mainClass>
         </configuration>


[camel] 01/02: Upgrade Fabric8 Maven Plugin to version 3.5.42

Posted by ac...@apache.org.
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

commit 2c2ef21e75761db224ab5e4ac3b282cba08d7022
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 19 09:18:43 2018 +0200

    Upgrade Fabric8 Maven Plugin to version 3.5.42
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8ca6421..f86e41b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -212,7 +212,7 @@
     <etcd4j-version>2.16.0</etcd4j-version>
     <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
     <ezmorph-bundle-version>1.0.6_1</ezmorph-bundle-version>
-    <fabric8-maven-plugin-version>3.5.41</fabric8-maven-plugin-version>
+    <fabric8-maven-plugin-version>3.5.42</fabric8-maven-plugin-version>
     <facebook4j-core-version>2.4.12</facebook4j-core-version>
     <facebook4j-core-bundle-version>2.4.12_1</facebook4j-core-bundle-version>
     <fastinfoset-version>1.2.13_1</fastinfoset-version>