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/31 11:07:03 UTC

[camel-examples] 08/08: Use camel.karaf.version everywhere

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 0abf6fc60a603e98c305a3881dd52e1db7578d05
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 31 12:58:36 2020 +0200

    Use camel.karaf.version everywhere
---
 examples/camel-example-ehcache-blueprint/pom.xml | 2 +-
 examples/camel-example-mybatis/pom.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/camel-example-ehcache-blueprint/pom.xml b/examples/camel-example-ehcache-blueprint/pom.xml
index 13d9b24..d28ac41 100644
--- a/examples/camel-example-ehcache-blueprint/pom.xml
+++ b/examples/camel-example-ehcache-blueprint/pom.xml
@@ -58,7 +58,7 @@
             <dependency>
                 <groupId>org.apache.camel.karaf</groupId>
                 <artifactId>camel-karaf-bom</artifactId>
-                <version>${project.version}</version>
+                <version>${camel.karaf.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
diff --git a/examples/camel-example-mybatis/pom.xml b/examples/camel-example-mybatis/pom.xml
index 2ee2b54..fc49436 100644
--- a/examples/camel-example-mybatis/pom.xml
+++ b/examples/camel-example-mybatis/pom.xml
@@ -53,7 +53,7 @@
             <dependency>
                 <groupId>org.apache.camel.karaf</groupId>
                 <artifactId>camel-karaf-bom</artifactId>
-                <version>${project.version}</version>
+                <version>${camel.karaf.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>