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 2020/03/29 15:17:45 UTC

[camel-examples] branch master updated (271a04d -> 4728a4c)

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-examples.git.


    from 271a04d  Camel-Ehcache-blueprint example: Moved to new camel-blueprint groupId
     new 6f6aa2d  Camel-Fhir-osgi example: Moved to new groupId for camel-blueprint
     new 9c0ad38  Camel-Example-netty-http: moved to new groupId for camel-blueprint
     new 5a1747d  Camel-Example-olingo4-blueprint: moved to new groupId for camel-blueprint
     new d5fbc2c  Camel-Servlet-osgi-blueprint example: moved to new groupId for camel-blueprint
     new 4a7fa7e  Camel-sql-example-blueprint: Moved to new groupId for camel-blueprint
     new 4728a4c  Camel-example-transformer-blueprint: Use the correct camel.karaf.version placeholder

The 6 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-fhir-osgi/pom.xml              | 3 ++-
 examples/camel-example-netty-http/pom.xml             | 3 ++-
 examples/camel-example-olingo4-blueprint/pom.xml      | 3 ++-
 examples/camel-example-servlet-rest-blueprint/pom.xml | 3 ++-
 examples/camel-example-sql-blueprint/pom.xml          | 3 ++-
 examples/camel-example-transformer-blueprint/pom.xml  | 6 +++---
 6 files changed, 13 insertions(+), 8 deletions(-)


[camel-examples] 01/06: Camel-Fhir-osgi example: Moved to new groupId for camel-blueprint

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-examples.git

commit 6f6aa2d9ffa0e9f325884d1c62aeefeddd97a0de
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:11:18 2020 +0200

    Camel-Fhir-osgi example: Moved to new groupId for camel-blueprint
---
 examples/camel-example-fhir-osgi/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-fhir-osgi/pom.xml b/examples/camel-example-fhir-osgi/pom.xml
index c475be1..1dea0ea 100644
--- a/examples/camel-example-fhir-osgi/pom.xml
+++ b/examples/camel-example-fhir-osgi/pom.xml
@@ -62,8 +62,9 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
+            <version>${camel.karaf.version}</version>
         </dependency>
 
         <dependency>


[camel-examples] 04/06: Camel-Servlet-osgi-blueprint example: moved to new groupId for camel-blueprint

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-examples.git

commit d5fbc2ccdf742dba64b656fedf2c29879103a90f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:14:54 2020 +0200

    Camel-Servlet-osgi-blueprint example: moved to new groupId for camel-blueprint
---
 examples/camel-example-servlet-rest-blueprint/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-servlet-rest-blueprint/pom.xml b/examples/camel-example-servlet-rest-blueprint/pom.xml
index 05a6b94..ed9ccc6 100644
--- a/examples/camel-example-servlet-rest-blueprint/pom.xml
+++ b/examples/camel-example-servlet-rest-blueprint/pom.xml
@@ -65,8 +65,9 @@
             <artifactId>camel-core</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
+            <version>${camel.karaf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>


[camel-examples] 05/06: Camel-sql-example-blueprint: Moved to new groupId for camel-blueprint

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-examples.git

commit 4a7fa7eb45ec896a3ba47363af2aa8554ff65913
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:15:48 2020 +0200

    Camel-sql-example-blueprint: Moved to new groupId for camel-blueprint
---
 examples/camel-example-sql-blueprint/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-sql-blueprint/pom.xml b/examples/camel-example-sql-blueprint/pom.xml
index a15053c..87c2625 100644
--- a/examples/camel-example-sql-blueprint/pom.xml
+++ b/examples/camel-example-sql-blueprint/pom.xml
@@ -59,8 +59,9 @@
 
         <!-- Camel -->
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
+            <version>${camel.karaf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>


[camel-examples] 06/06: Camel-example-transformer-blueprint: Use the correct camel.karaf.version placeholder

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-examples.git

commit 4728a4c8d6cb3c7315addf0a9f7098dac740e98f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:17:09 2020 +0200

    Camel-example-transformer-blueprint: Use the correct camel.karaf.version placeholder
---
 examples/camel-example-transformer-blueprint/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/camel-example-transformer-blueprint/pom.xml b/examples/camel-example-transformer-blueprint/pom.xml
index 5f6f5e7..84bbf61 100644
--- a/examples/camel-example-transformer-blueprint/pom.xml
+++ b/examples/camel-example-transformer-blueprint/pom.xml
@@ -59,12 +59,12 @@
         <dependency>
             <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
-            <version>${project.version}</version>
+            <version>${camel.karaf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint-main</artifactId>
-            <version>${project.version}</version>
+            <version>${camel.karaf.version}</version>
         </dependency>
 
         <!-- logging -->
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-test-blueprint</artifactId>
-            <version>${project.version}</version>
+            <version>${camel.karaf.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>


[camel-examples] 02/06: Camel-Example-netty-http: moved to new groupId for camel-blueprint

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-examples.git

commit 9c0ad387c4a7af50d12af964cfa5bdc90f6551c5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:12:23 2020 +0200

    Camel-Example-netty-http: moved to new groupId for camel-blueprint
---
 examples/camel-example-netty-http/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-netty-http/pom.xml b/examples/camel-example-netty-http/pom.xml
index 0426f04..efabdbb 100644
--- a/examples/camel-example-netty-http/pom.xml
+++ b/examples/camel-example-netty-http/pom.xml
@@ -56,8 +56,9 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
+            <version>${camel.karaf.version}</version>
         </dependency>
 
         <dependency>


[camel-examples] 03/06: Camel-Example-olingo4-blueprint: moved to new groupId for camel-blueprint

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-examples.git

commit 5a1747d3401b4a62c55c46637064e8c3cb57ab1d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:13:46 2020 +0200

    Camel-Example-olingo4-blueprint: moved to new groupId for camel-blueprint
---
 examples/camel-example-olingo4-blueprint/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-olingo4-blueprint/pom.xml b/examples/camel-example-olingo4-blueprint/pom.xml
index 8a33a9f..c3763f7 100644
--- a/examples/camel-example-olingo4-blueprint/pom.xml
+++ b/examples/camel-example-olingo4-blueprint/pom.xml
@@ -52,8 +52,9 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.camel</groupId>
+            <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-blueprint</artifactId>
+            <version>${camel.karaf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>