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/27 10:00:14 UTC

[camel-karaf] 02/07: Camel-Blueprint: Use camel-version property placeholder for org.apache.camel used

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

commit b84e32a0a78c08ba3c73e5499a935b779bcd4d2a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:09:47 2020 +0100

    Camel-Blueprint: Use camel-version property placeholder for org.apache.camel used
---
 components/camel-blueprint/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index 295fafd..88973ce 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -151,7 +151,7 @@
                     <configuration>
                         <artifactItems>
                             <artifactItem>
-                                <groupId>org.apache.camel</groupId>
+                                <groupId>org.apache.camel.karaf</groupId>
                                 <artifactId>camel-blueprint</artifactId>
                                 <version>${project.version}</version>
                                 <type>jar</type>
@@ -227,7 +227,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-eip-documentation-enricher-maven-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>${camel-version}</version>
                 <executions>
                     <execution>
                         <id>eip-documentation-enricher</id>