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:03:34 UTC

[camel-examples] branch master updated: Camel-Example-MyBatis: Moved to new groupId for camel-blueprint

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


The following commit(s) were added to refs/heads/master by this push:
     new 9466e09  Camel-Example-MyBatis: Moved to new groupId for camel-blueprint
9466e09 is described below

commit 9466e090ac648e48e5425f76e0651781f1fd0f52
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:03:08 2020 +0200

    Camel-Example-MyBatis: Moved to new groupId for camel-blueprint
---
 examples/camel-example-mybatis/pom.xml | 3 ++-
 examples/pom.xml                       | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-mybatis/pom.xml b/examples/camel-example-mybatis/pom.xml
index 3da0377..d3d00be 100644
--- a/examples/camel-example-mybatis/pom.xml
+++ b/examples/camel-example-mybatis/pom.xml
@@ -56,8 +56,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>
diff --git a/examples/pom.xml b/examples/pom.xml
index f95245f..783c0d5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -178,6 +178,8 @@
         <jdk.version>1.8</jdk.version>
         <compiler.fork>false</compiler.fork>
 
+        <camel.karaf.version>3.2.0-SNAPSHOT</camel.karaf.version>
+
         <!-- Versions -->
         <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
         <aether-version>1.0.2.v20150114</aether-version>