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

[camel-karaf] 04/07: Components: 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 5cd2cfc9f98efa6a4d0f813f2137feabdf287a1d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:19:46 2020 +0100

    Components: Use camel-version property placeholder for org.apache.camel used
---
 components/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/pom.xml b/components/pom.xml
index c68fc35..a94e2ef 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -54,7 +54,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>${camel-version}</version>
                 <extensions>false</extensions>
                 <configuration>
                     <supportIncrementalBuild>true</supportIncrementalBuild>