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 2021/12/09 15:42:27 UTC

[camel-spring-boot-examples] branch main updated: Prepare for next version

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b03fe24  Prepare for next version
b03fe24 is described below

commit b03fe243bdf1c0cd10dfcf24cd46bcdf5092780e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Dec 2 14:34:08 2021 +0100

    Prepare for next version
---
 activemq/pom.xml                                           | 2 +-
 actuator-http-metrics/pom.xml                              | 2 +-
 amqp/pom.xml                                               | 2 +-
 apm-opentracing/pom.xml                                    | 2 +-
 arangodb/pom.xml                                           | 2 +-
 aws2-s3/pom.xml                                            | 2 +-
 clustered-route-controller/cluster-bootstrap/pom.xml       | 2 +-
 clustered-route-controller/cluster-node/pom.xml            | 2 +-
 clustered-route-controller/pom.xml                         | 2 +-
 fhir-auth-tx/pom.xml                                       | 2 +-
 fhir/pom.xml                                               | 2 +-
 geocoder/pom.xml                                           | 2 +-
 grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml | 2 +-
 grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml | 2 +-
 grpc-kubernetes/pom.xml                                    | 2 +-
 grpc/hello-camel-grpc-client/pom.xml                       | 2 +-
 grpc/hello-camel-grpc-server/pom.xml                       | 2 +-
 grpc/pom.xml                                               | 2 +-
 health-checks/pom.xml                                      | 2 +-
 hystrix/client/pom.xml                                     | 2 +-
 hystrix/pom.xml                                            | 2 +-
 hystrix/service1/pom.xml                                   | 2 +-
 hystrix/service2/pom.xml                                   | 2 +-
 infinispan/pom.xml                                         | 2 +-
 jira/pom.xml                                               | 2 +-
 kafka-avro/pom.xml                                         | 2 +-
 kafka-offsetrepository/pom.xml                             | 2 +-
 kamelet-chucknorris/pom.xml                                | 2 +-
 load-balancer-eip/pom.xml                                  | 2 +-
 master/pom.xml                                             | 2 +-
 metrics/pom.xml                                            | 2 +-
 opentracing/client/pom.xml                                 | 2 +-
 opentracing/loggingtracer/pom.xml                          | 2 +-
 opentracing/pom.xml                                        | 2 +-
 opentracing/service1/pom.xml                               | 2 +-
 opentracing/service2/pom.xml                               | 2 +-
 paho-mqtt5-shared-subscriptions/pom.xml                    | 2 +-
 pojo/pom.xml                                               | 2 +-
 pom.xml                                                    | 4 ++--
 quartz/pom.xml                                             | 2 +-
 rabbitmq/pom.xml                                           | 2 +-
 reactive-streams/pom.xml                                   | 2 +-
 resilience4j/client/pom.xml                                | 2 +-
 resilience4j/client2/pom.xml                               | 2 +-
 resilience4j/pom.xml                                       | 2 +-
 resilience4j/service1/pom.xml                              | 2 +-
 resilience4j/service2/pom.xml                              | 2 +-
 rest-jpa/pom.xml                                           | 2 +-
 rest-openapi-simple/pom.xml                                | 2 +-
 rest-openapi-springdoc/pom.xml                             | 2 +-
 rest-openapi/pom.xml                                       | 2 +-
 rest-producer/pom.xml                                      | 2 +-
 rest-swagger-simple/pom.xml                                | 2 +-
 rest-swagger/pom.xml                                       | 2 +-
 routes-configuration/pom.xml                               | 2 +-
 routetemplate/pom.xml                                      | 2 +-
 servicecall/consumer/pom.xml                               | 2 +-
 servicecall/pom.xml                                        | 2 +-
 servicecall/services/pom.xml                               | 2 +-
 splitter-eip/pom.xml                                       | 2 +-
 spring-boot/pom.xml                                        | 2 +-
 strimzi/pom.xml                                            | 2 +-
 supervising-route-controller/pom.xml                       | 2 +-
 twitter-salesforce/pom.xml                                 | 2 +-
 type-converter/pom.xml                                     | 2 +-
 undertow-spring-security/pom.xml                           | 2 +-
 unit-testing/pom.xml                                       | 2 +-
 validator/pom.xml                                          | 2 +-
 webhook/pom.xml                                            | 2 +-
 widget-gadget/pom.xml                                      | 2 +-
 xml-import/pom.xml                                         | 2 +-
 xml/pom.xml                                                | 2 +-
 zipkin/client/pom.xml                                      | 2 +-
 zipkin/pom.xml                                             | 2 +-
 zipkin/service1/pom.xml                                    | 2 +-
 zipkin/service2/pom.xml                                    | 2 +-
 76 files changed, 77 insertions(+), 77 deletions(-)

diff --git a/activemq/pom.xml b/activemq/pom.xml
index 11a6439..b53e340 100644
--- a/activemq/pom.xml
+++ b/activemq/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-activemq</artifactId>
diff --git a/actuator-http-metrics/pom.xml b/actuator-http-metrics/pom.xml
index d134b7e..1543e40 100644
--- a/actuator-http-metrics/pom.xml
+++ b/actuator-http-metrics/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-actuator-http-metrics</artifactId>
diff --git a/amqp/pom.xml b/amqp/pom.xml
index 3b7255b..e735bd0 100644
--- a/amqp/pom.xml
+++ b/amqp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-amqp</artifactId>
diff --git a/apm-opentracing/pom.xml b/apm-opentracing/pom.xml
index af8f9b5..27848bf 100644
--- a/apm-opentracing/pom.xml
+++ b/apm-opentracing/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-apm-opentracing</artifactId>
diff --git a/arangodb/pom.xml b/arangodb/pom.xml
index 2ce8588..0af6cb9 100644
--- a/arangodb/pom.xml
+++ b/arangodb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-arangodb</artifactId>
diff --git a/aws2-s3/pom.xml b/aws2-s3/pom.xml
index 3941e75..1629b09 100644
--- a/aws2-s3/pom.xml
+++ b/aws2-s3/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-aws2-s3</artifactId>
diff --git a/clustered-route-controller/cluster-bootstrap/pom.xml b/clustered-route-controller/cluster-bootstrap/pom.xml
index acf34c1..236ce57 100644
--- a/clustered-route-controller/cluster-bootstrap/pom.xml
+++ b/clustered-route-controller/cluster-bootstrap/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-clustered-route-controller</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-clustered-route-controller-cluster-bootstrap</artifactId>
diff --git a/clustered-route-controller/cluster-node/pom.xml b/clustered-route-controller/cluster-node/pom.xml
index 8fa51ae..8d70ae9 100644
--- a/clustered-route-controller/cluster-node/pom.xml
+++ b/clustered-route-controller/cluster-node/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-clustered-route-controller</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-clustered-route-controller-cluster-node</artifactId>
diff --git a/clustered-route-controller/pom.xml b/clustered-route-controller/pom.xml
index a928437..8c6ef22 100644
--- a/clustered-route-controller/pom.xml
+++ b/clustered-route-controller/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-clustered-route-controller</artifactId>
diff --git a/fhir-auth-tx/pom.xml b/fhir-auth-tx/pom.xml
index 7e0e2af..2311464 100644
--- a/fhir-auth-tx/pom.xml
+++ b/fhir-auth-tx/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-fhir-auth-tx</artifactId>
diff --git a/fhir/pom.xml b/fhir/pom.xml
index a524d81..e3e1e7b 100644
--- a/fhir/pom.xml
+++ b/fhir/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-fhir</artifactId>
diff --git a/geocoder/pom.xml b/geocoder/pom.xml
index 0ea5a27..b721ff7 100644
--- a/geocoder/pom.xml
+++ b/geocoder/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-geocoder</artifactId>
diff --git a/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml b/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
index d24672c..8998ea2 100644
--- a/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
+++ b/grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-grpc-kubernetes</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hello-grpc-client-kubernetes</artifactId>
diff --git a/grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml b/grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
index d9305c0..5b56d66 100644
--- a/grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
+++ b/grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-grpc-kubernetes</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hello-grpc-server-kubernetes</artifactId>
diff --git a/grpc-kubernetes/pom.xml b/grpc-kubernetes/pom.xml
index 90bf31e..3108f7e 100644
--- a/grpc-kubernetes/pom.xml
+++ b/grpc-kubernetes/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-grpc-kubernetes</artifactId>
diff --git a/grpc/hello-camel-grpc-client/pom.xml b/grpc/hello-camel-grpc-client/pom.xml
index 74694bf..b8739da 100644
--- a/grpc/hello-camel-grpc-client/pom.xml
+++ b/grpc/hello-camel-grpc-client/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-grpc</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-hello-grpc-client</artifactId>
diff --git a/grpc/hello-camel-grpc-server/pom.xml b/grpc/hello-camel-grpc-server/pom.xml
index bde4704..d1d48e9 100644
--- a/grpc/hello-camel-grpc-server/pom.xml
+++ b/grpc/hello-camel-grpc-server/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-grpc</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-hello-grpc-server</artifactId>
diff --git a/grpc/pom.xml b/grpc/pom.xml
index 18f8f77..e6e7473 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-grpc</artifactId>
diff --git a/health-checks/pom.xml b/health-checks/pom.xml
index ecfdba1..7306801 100644
--- a/health-checks/pom.xml
+++ b/health-checks/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-health-checks</artifactId>
diff --git a/hystrix/client/pom.xml b/hystrix/client/pom.xml
index 55ba886..4beecc7 100644
--- a/hystrix/client/pom.xml
+++ b/hystrix/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-hystrix</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hystrix-client</artifactId>
diff --git a/hystrix/pom.xml b/hystrix/pom.xml
index fe75a19..df175a4 100644
--- a/hystrix/pom.xml
+++ b/hystrix/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hystrix</artifactId>
diff --git a/hystrix/service1/pom.xml b/hystrix/service1/pom.xml
index 84a11e6..3da667f 100644
--- a/hystrix/service1/pom.xml
+++ b/hystrix/service1/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-hystrix</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hystrix-service1</artifactId>
diff --git a/hystrix/service2/pom.xml b/hystrix/service2/pom.xml
index b842125..e09da0e 100644
--- a/hystrix/service2/pom.xml
+++ b/hystrix/service2/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-hystrix</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hystrix-service2</artifactId>
diff --git a/infinispan/pom.xml b/infinispan/pom.xml
index 2b95ea4..2023845 100644
--- a/infinispan/pom.xml
+++ b/infinispan/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-infinispan</artifactId>
diff --git a/jira/pom.xml b/jira/pom.xml
index 593c230..9f859a8 100644
--- a/jira/pom.xml
+++ b/jira/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-jira</artifactId>
diff --git a/kafka-avro/pom.xml b/kafka-avro/pom.xml
index 3fe8149..4cff40f 100644
--- a/kafka-avro/pom.xml
+++ b/kafka-avro/pom.xml
@@ -23,7 +23,7 @@
   <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
   <artifactId>camel-example-spring-boot-kafka-avro</artifactId>
diff --git a/kafka-offsetrepository/pom.xml b/kafka-offsetrepository/pom.xml
index 1469e8c..ca6f75a 100644
--- a/kafka-offsetrepository/pom.xml
+++ b/kafka-offsetrepository/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-kafka-offsetrepository</artifactId>
diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index 26d0d8d..54d2c9f 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-kamelet-chucknorris</artifactId>
diff --git a/load-balancer-eip/pom.xml b/load-balancer-eip/pom.xml
index 3653e95..fa1cef4 100644
--- a/load-balancer-eip/pom.xml
+++ b/load-balancer-eip/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<artifactId>examples</artifactId>
 		<groupId>org.apache.camel.springboot.example</groupId>
-		<version>3.13.0-SNAPSHOT</version>
+		<version>3.14.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/master/pom.xml b/master/pom.xml
index 45b99cd..ab195a6 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-master</artifactId>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index a952503..6911aa4 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-metrics</artifactId>
diff --git a/opentracing/client/pom.xml b/opentracing/client/pom.xml
index 4cc9f4d..30db686 100644
--- a/opentracing/client/pom.xml
+++ b/opentracing/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-opentracing</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-opentracing-client</artifactId>
diff --git a/opentracing/loggingtracer/pom.xml b/opentracing/loggingtracer/pom.xml
index 44dea77..a6db7ac 100644
--- a/opentracing/loggingtracer/pom.xml
+++ b/opentracing/loggingtracer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-opentracing</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-opentracing-loggingtracer</artifactId>
diff --git a/opentracing/pom.xml b/opentracing/pom.xml
index 50c599c..e5e51be 100644
--- a/opentracing/pom.xml
+++ b/opentracing/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-opentracing</artifactId>
diff --git a/opentracing/service1/pom.xml b/opentracing/service1/pom.xml
index 1910ccb..61545aa 100644
--- a/opentracing/service1/pom.xml
+++ b/opentracing/service1/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-opentracing</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-opentracing-service1</artifactId>
diff --git a/opentracing/service2/pom.xml b/opentracing/service2/pom.xml
index 999417b..52625bc 100644
--- a/opentracing/service2/pom.xml
+++ b/opentracing/service2/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-opentracing</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-opentracing-service2</artifactId>
diff --git a/paho-mqtt5-shared-subscriptions/pom.xml b/paho-mqtt5-shared-subscriptions/pom.xml
index 920e801..072d19a 100644
--- a/paho-mqtt5-shared-subscriptions/pom.xml
+++ b/paho-mqtt5-shared-subscriptions/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>examples</artifactId>
         <groupId>org.apache.camel.springboot.example</groupId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pojo/pom.xml b/pojo/pom.xml
index aa8e70d..9c8bf76 100644
--- a/pojo/pom.xml
+++ b/pojo/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-pojo</artifactId>
diff --git a/pom.xml b/pom.xml
index 09e38a4..854f8c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.camel.springboot</groupId>
 		<artifactId>spring-boot</artifactId>
-		<version>3.13.0-SNAPSHOT</version>
+		<version>3.14.0-SNAPSHOT</version>
 	</parent>
 
 	<groupId>org.apache.camel.springboot.example</groupId>
@@ -91,7 +91,7 @@
     </modules>
 
 	<properties>
-		<camel-version>3.13.0-SNAPSHOT</camel-version>
+		<camel-version>3.14.0-SNAPSHOT</camel-version>
 		<skip.starting.camel.context>false</skip.starting.camel.context>
 		<javax.servlet.api.version>4.0.1</javax.servlet.api.version>
 		<fabric8-maven-plugin-version>4.4.1</fabric8-maven-plugin-version>
diff --git a/quartz/pom.xml b/quartz/pom.xml
index a368479..56411de 100644
--- a/quartz/pom.xml
+++ b/quartz/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-quartz</artifactId>
diff --git a/rabbitmq/pom.xml b/rabbitmq/pom.xml
index 455ce2b..4a31ad5 100644
--- a/rabbitmq/pom.xml
+++ b/rabbitmq/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rabbitmq</artifactId>
diff --git a/reactive-streams/pom.xml b/reactive-streams/pom.xml
index 9194672..ae65aa2 100644
--- a/reactive-streams/pom.xml
+++ b/reactive-streams/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-reactive-streams</artifactId>
diff --git a/resilience4j/client/pom.xml b/resilience4j/client/pom.xml
index 0e9a346..13a9db4 100644
--- a/resilience4j/client/pom.xml
+++ b/resilience4j/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-resilience4j</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j-client</artifactId>
diff --git a/resilience4j/client2/pom.xml b/resilience4j/client2/pom.xml
index 6d8c5ee..67c7a7e 100644
--- a/resilience4j/client2/pom.xml
+++ b/resilience4j/client2/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-resilience4j</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j-client2</artifactId>
diff --git a/resilience4j/pom.xml b/resilience4j/pom.xml
index fe55274..4337c4f 100644
--- a/resilience4j/pom.xml
+++ b/resilience4j/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j</artifactId>
diff --git a/resilience4j/service1/pom.xml b/resilience4j/service1/pom.xml
index 5252cf9..a372f91 100644
--- a/resilience4j/service1/pom.xml
+++ b/resilience4j/service1/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-resilience4j</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j-service1</artifactId>
diff --git a/resilience4j/service2/pom.xml b/resilience4j/service2/pom.xml
index 25abb21..e7fea7e 100644
--- a/resilience4j/service2/pom.xml
+++ b/resilience4j/service2/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-resilience4j</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j-service2</artifactId>
diff --git a/rest-jpa/pom.xml b/rest-jpa/pom.xml
index 94f0c5c..fc3775d 100644
--- a/rest-jpa/pom.xml
+++ b/rest-jpa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-jpa</artifactId>
diff --git a/rest-openapi-simple/pom.xml b/rest-openapi-simple/pom.xml
index 5691082..152d9db 100644
--- a/rest-openapi-simple/pom.xml
+++ b/rest-openapi-simple/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-openapi-simple</artifactId>
diff --git a/rest-openapi-springdoc/pom.xml b/rest-openapi-springdoc/pom.xml
index 63f2fbf..531cb24 100644
--- a/rest-openapi-springdoc/pom.xml
+++ b/rest-openapi-springdoc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-openapi-springdoc</artifactId>
diff --git a/rest-openapi/pom.xml b/rest-openapi/pom.xml
index 0dabcfe..83d6d5a 100644
--- a/rest-openapi/pom.xml
+++ b/rest-openapi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-openapi</artifactId>
diff --git a/rest-producer/pom.xml b/rest-producer/pom.xml
index a0c8b0f..161ea6f 100644
--- a/rest-producer/pom.xml
+++ b/rest-producer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-producer</artifactId>
diff --git a/rest-swagger-simple/pom.xml b/rest-swagger-simple/pom.xml
index f6daf76..28fabcc 100644
--- a/rest-swagger-simple/pom.xml
+++ b/rest-swagger-simple/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-swagger-simple</artifactId>
diff --git a/rest-swagger/pom.xml b/rest-swagger/pom.xml
index 12d1a13..4ea81f8 100644
--- a/rest-swagger/pom.xml
+++ b/rest-swagger/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-swagger</artifactId>
diff --git a/routes-configuration/pom.xml b/routes-configuration/pom.xml
index 1654c06..69c0eba 100644
--- a/routes-configuration/pom.xml
+++ b/routes-configuration/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-routes-configuration</artifactId>
diff --git a/routetemplate/pom.xml b/routetemplate/pom.xml
index 037cf8c..ecf76cb 100644
--- a/routetemplate/pom.xml
+++ b/routetemplate/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-routetemplate</artifactId>
diff --git a/servicecall/consumer/pom.xml b/servicecall/consumer/pom.xml
index 319c21b..d0abdd2 100644
--- a/servicecall/consumer/pom.xml
+++ b/servicecall/consumer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-servicecall</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-servicecall-consumer</artifactId>
diff --git a/servicecall/pom.xml b/servicecall/pom.xml
index a51c975..6af872d 100644
--- a/servicecall/pom.xml
+++ b/servicecall/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-servicecall</artifactId>
diff --git a/servicecall/services/pom.xml b/servicecall/services/pom.xml
index 4779145..dcc017a 100644
--- a/servicecall/services/pom.xml
+++ b/servicecall/services/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-servicecall</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-servicecall-services</artifactId>
diff --git a/splitter-eip/pom.xml b/splitter-eip/pom.xml
index 5041f09..4284e21 100644
--- a/splitter-eip/pom.xml
+++ b/splitter-eip/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<artifactId>examples</artifactId>
 		<groupId>org.apache.camel.springboot.example</groupId>
-		<version>3.13.0-SNAPSHOT</version>
+		<version>3.14.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index 398ce0a..f831c6c 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot</artifactId>
diff --git a/strimzi/pom.xml b/strimzi/pom.xml
index feedbb7..d2ee734 100644
--- a/strimzi/pom.xml
+++ b/strimzi/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.camel.springboot.example</groupId>
 		<artifactId>examples</artifactId>
-		<version>3.13.0-SNAPSHOT</version>
+		<version>3.14.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>camel-example-spring-boot-strimzi</artifactId>
diff --git a/supervising-route-controller/pom.xml b/supervising-route-controller/pom.xml
index 9cb983a..383b270 100644
--- a/supervising-route-controller/pom.xml
+++ b/supervising-route-controller/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-supervising-route-controller</artifactId>
diff --git a/twitter-salesforce/pom.xml b/twitter-salesforce/pom.xml
index 65ceaa4..0d97177 100644
--- a/twitter-salesforce/pom.xml
+++ b/twitter-salesforce/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-twitter-salesforce</artifactId>
diff --git a/type-converter/pom.xml b/type-converter/pom.xml
index ec14268..951d5ac 100644
--- a/type-converter/pom.xml
+++ b/type-converter/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<artifactId>examples</artifactId>
 		<groupId>org.apache.camel.springboot.example</groupId>
-		<version>3.13.0-SNAPSHOT</version>
+		<version>3.14.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/undertow-spring-security/pom.xml b/undertow-spring-security/pom.xml
index 9aed07b..9222ae9 100644
--- a/undertow-spring-security/pom.xml
+++ b/undertow-spring-security/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>examples</artifactId>
         <groupId>org.apache.camel.springboot.example</groupId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/unit-testing/pom.xml b/unit-testing/pom.xml
index 495bd89..2ab63b6 100644
--- a/unit-testing/pom.xml
+++ b/unit-testing/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<artifactId>examples</artifactId>
 		<groupId>org.apache.camel.springboot.example</groupId>
-		<version>3.13.0-SNAPSHOT</version>
+		<version>3.14.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/validator/pom.xml b/validator/pom.xml
index 61fecda..a17efcd 100644
--- a/validator/pom.xml
+++ b/validator/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-validator</artifactId>
diff --git a/webhook/pom.xml b/webhook/pom.xml
index b6a1638..0b45c51 100644
--- a/webhook/pom.xml
+++ b/webhook/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>examples</artifactId>
         <groupId>org.apache.camel.springboot.example</groupId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/widget-gadget/pom.xml b/widget-gadget/pom.xml
index 9536896..a615199 100644
--- a/widget-gadget/pom.xml
+++ b/widget-gadget/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>examples</artifactId>
         <groupId>org.apache.camel.springboot.example</groupId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/xml-import/pom.xml b/xml-import/pom.xml
index 32482e5..f2f0d09 100644
--- a/xml-import/pom.xml
+++ b/xml-import/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-xml-import</artifactId>
diff --git a/xml/pom.xml b/xml/pom.xml
index 68d1b92..4af9be0 100644
--- a/xml/pom.xml
+++ b/xml/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-xml</artifactId>
diff --git a/zipkin/client/pom.xml b/zipkin/client/pom.xml
index 89ca714..4fda6bc 100644
--- a/zipkin/client/pom.xml
+++ b/zipkin/client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-zipkin</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-zipkin-client</artifactId>
diff --git a/zipkin/pom.xml b/zipkin/pom.xml
index d337516..698b5fa 100644
--- a/zipkin/pom.xml
+++ b/zipkin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-zipkin</artifactId>
diff --git a/zipkin/service1/pom.xml b/zipkin/service1/pom.xml
index 931eaa5..095e1e5 100644
--- a/zipkin/service1/pom.xml
+++ b/zipkin/service1/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-zipkin</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-zipkin-service1</artifactId>
diff --git a/zipkin/service2/pom.xml b/zipkin/service2/pom.xml
index 2c5590f..2b71d43 100644
--- a/zipkin/service2/pom.xml
+++ b/zipkin/service2/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>camel-example-spring-boot-zipkin</artifactId>
-        <version>3.13.0-SNAPSHOT</version>
+        <version>3.14.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-zipkin-service2</artifactId>