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

[camel-karaf] 05/07: Core: 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 a54a2f7d4b71a0427bf33dab9c18249d7f585674
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 10:22:57 2020 +0100

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

diff --git a/core/pom.xml b/core/pom.xml
index 029b870..7a96d67 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -92,7 +92,7 @@
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-bundle-plugin</artifactId>
-                <version>${project.version}</version>
+                <version>${camel-version}</version>
                 <configuration>
                     <supportIncrementalBuild>true</supportIncrementalBuild>
                     <noWarningProjectTypes>pom</noWarningProjectTypes>