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:51 UTC

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

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>