This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 32e1d33cb7a493917138ae6e3af3214f26cc3336 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 1 14:58:15 2020 +0200 Explicit camel-version --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 7f3eb81..3d0bfe4 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,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.4.0</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 />
