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

[camel-karaf] 07/07: Camel-core-osgi: Use the correct version in camel-osgi-activator

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 f2480a0946f5480ce05c37e851881d99d1e47886
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:58:59 2020 +0100

    Camel-core-osgi: Use the correct version in camel-osgi-activator
---
 components/camel-osgi-activator/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-osgi-activator/pom.xml b/components/camel-osgi-activator/pom.xml
index ae2fcc4..8a7cd52 100644
--- a/components/camel-osgi-activator/pom.xml
+++ b/components/camel-osgi-activator/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>org.apache.camel.karaf</groupId>
             <artifactId>camel-core-osgi</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>