You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/18 15:53:45 UTC

[camel-spring-boot-examples] 22/40: Added camel-version property placeholder

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 8c129bfc991511bcdeb8d4dc886a52f38aca63be
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Aug 7 08:27:34 2020 +0200

    Added camel-version property placeholder
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 948a524..46276f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,6 +81,7 @@
         <!-- for symbolicName in OSGi examples we only want the artifactId, eg camel-example-sql -->
         <!-- as having org.apache.camel as prefix is not needed and makes the name very long -->
         <camel.osgi.symbolic.name>${project.artifactId}</camel.osgi.symbolic.name>
+        <camel-version>3.5.0-SNAPSHOT</camel-version>
         <skip.starting.camel.context>false</skip.starting.camel.context>
         <javax.servlet.api.version>4.0.1</javax.servlet.api.version>
         <camel.osgi.export.pkg />