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

[camel-karaf] 06/07: Platforms: 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 a8065bb9eee36b9f87697dcdf764fd59359c5d59
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:26:40 2020 +0100

    Platforms: Use camel-version property placeholder for org.apache.camel used
---
 platforms/karaf/commands/pom.xml | 2 +-
 platforms/pom.xml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/platforms/karaf/commands/pom.xml b/platforms/karaf/commands/pom.xml
index 5c2e2fb..6f42d20 100644
--- a/platforms/karaf/commands/pom.xml
+++ b/platforms/karaf/commands/pom.xml
@@ -79,7 +79,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>${camel-version}</version>
                 <configuration>
                     <instructions>
                         <Import-Package>
diff --git a/platforms/pom.xml b/platforms/pom.xml
index febb293..8280cfd 100644
--- a/platforms/pom.xml
+++ b/platforms/pom.xml
@@ -39,7 +39,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>