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 <[email protected]> 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>
