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 6b508a3365898a7693939c451718664aabdd0435
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 12 10:43:16 2021 +0100

    Upgrade to 3.9.0-SNAPSHOT
---
 pom.xml                                                               | 4 ++--
 spring-boot-activemq/pom.xml                                          | 2 +-
 spring-boot-actuator-http-metrics/pom.xml                             | 2 +-
 spring-boot-amqp/pom.xml                                              | 2 +-
 spring-boot-apm-opentracing/pom.xml                                   | 2 +-
 spring-boot-arangodb/pom.xml                                          | 2 +-
 spring-boot-aws2-s3/pom.xml                                           | 2 +-
 spring-boot-clustered-route-controller/cluster-bootstrap/pom.xml      | 2 +-
 spring-boot-clustered-route-controller/cluster-node/pom.xml           | 2 +-
 spring-boot-clustered-route-controller/pom.xml                        | 2 +-
 spring-boot-fhir-auth-tx/pom.xml                                      | 2 +-
 spring-boot-fhir/pom.xml                                              | 2 +-
 spring-boot-geocoder/pom.xml                                          | 2 +-
 .../hello-camel-grpc-client-kubernetes/pom.xml                        | 2 +-
 .../hello-camel-grpc-server-kubernetes/pom.xml                        | 2 +-
 spring-boot-grpc-kubernetes/pom.xml                                   | 2 +-
 spring-boot-grpc/hello-camel-grpc-client/pom.xml                      | 2 +-
 spring-boot-grpc/hello-camel-grpc-server/pom.xml                      | 2 +-
 spring-boot-grpc/pom.xml                                              | 2 +-
 spring-boot-health-checks/pom.xml                                     | 2 +-
 spring-boot-hystrix/client/pom.xml                                    | 2 +-
 spring-boot-hystrix/pom.xml                                           | 2 +-
 spring-boot-hystrix/service1/pom.xml                                  | 2 +-
 spring-boot-hystrix/service2/pom.xml                                  | 2 +-
 spring-boot-infinispan/pom.xml                                        | 2 +-
 spring-boot-jira/pom.xml                                              | 2 +-
 spring-boot-kafka-avro/pom.xml                                        | 2 +-
 spring-boot-kafka-offsetrepository/pom.xml                            | 2 +-
 spring-boot-load-balancer-eip/pom.xml                                 | 2 +-
 spring-boot-master/pom.xml                                            | 2 +-
 spring-boot-metrics/pom.xml                                           | 2 +-
 spring-boot-opentracing/client/pom.xml                                | 2 +-
 spring-boot-opentracing/loggingtracer/pom.xml                         | 2 +-
 spring-boot-opentracing/pom.xml                                       | 2 +-
 spring-boot-opentracing/service1/pom.xml                              | 2 +-
 spring-boot-opentracing/service2/pom.xml                              | 2 +-
 spring-boot-pojo/pom.xml                                              | 2 +-
 spring-boot-rabbitmq/pom.xml                                          | 2 +-
 spring-boot-reactive-streams/pom.xml                                  | 2 +-
 spring-boot-resilience4j/client/pom.xml                               | 2 +-
 spring-boot-resilience4j/client2/pom.xml                              | 2 +-
 spring-boot-resilience4j/pom.xml                                      | 2 +-
 spring-boot-resilience4j/service1/pom.xml                             | 2 +-
 spring-boot-resilience4j/service2/pom.xml                             | 2 +-
 spring-boot-rest-jpa/pom.xml                                          | 2 +-
 spring-boot-rest-openapi-simple/pom.xml                               | 2 +-
 spring-boot-rest-openapi/pom.xml                                      | 2 +-
 spring-boot-rest-producer/pom.xml                                     | 2 +-
 spring-boot-rest-swagger-simple/pom.xml                               | 2 +-
 spring-boot-rest-swagger/pom.xml                                      | 2 +-
 spring-boot-routetemplate/pom.xml                                     | 2 +-
 spring-boot-servicecall/consumer/pom.xml                              | 2 +-
 spring-boot-servicecall/pom.xml                                       | 2 +-
 spring-boot-servicecall/services/pom.xml                              | 2 +-
 spring-boot-splitter-eip/pom.xml                                      | 2 +-
 spring-boot-strimzi/pom.xml                                           | 2 +-
 spring-boot-supervising-route-controller/pom.xml                      | 2 +-
 spring-boot-twitter-salesforce/pom.xml                                | 2 +-
 spring-boot-type-converter/pom.xml                                    | 2 +-
 spring-boot-undertow-spring-security/pom.xml                          | 2 +-
 spring-boot-unit-testing/pom.xml                                      | 2 +-
 spring-boot-validator/pom.xml                                         | 2 +-
 spring-boot-webhook/pom.xml                                           | 2 +-
 spring-boot-widget-gadget/pom.xml                                     | 2 +-
 spring-boot-xml/pom.xml                                               | 2 +-
 spring-boot-zipkin/client/pom.xml                                     | 2 +-
 spring-boot-zipkin/pom.xml                                            | 2 +-
 spring-boot-zipkin/service1/pom.xml                                   | 2 +-
 spring-boot-zipkin/service2/pom.xml                                   | 2 +-
 spring-boot/pom.xml                                                   | 2 +-
 70 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/pom.xml b/pom.xml
index 426292d..c71f27c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.apache.camel.springboot</groupId>
                <artifactId>spring-boot</artifactId>
-               <version>3.8.0-SNAPSHOT</version>
+               <version>3.9.0-SNAPSHOT</version>
        </parent>
 
        <groupId>org.apache.camel.springboot.example</groupId>
@@ -85,7 +85,7 @@
        </modules>
 
        <properties>
-               <camel-version>3.8.0-SNAPSHOT</camel-version>
+               <camel-version>3.9.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/spring-boot-activemq/pom.xml b/spring-boot-activemq/pom.xml
index 7b48470..e66aee9 100644
--- a/spring-boot-activemq/pom.xml
+++ b/spring-boot-activemq/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-activemq</artifactId>
diff --git a/spring-boot-actuator-http-metrics/pom.xml 
b/spring-boot-actuator-http-metrics/pom.xml
index 352d3b2..9d982e1 100644
--- a/spring-boot-actuator-http-metrics/pom.xml
+++ b/spring-boot-actuator-http-metrics/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-actuator-http-metrics</artifactId>
diff --git a/spring-boot-amqp/pom.xml b/spring-boot-amqp/pom.xml
index 2b43dfc..154f50f 100644
--- a/spring-boot-amqp/pom.xml
+++ b/spring-boot-amqp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-amqp</artifactId>
diff --git a/spring-boot-apm-opentracing/pom.xml 
b/spring-boot-apm-opentracing/pom.xml
index 453802a..4cb4ccc 100644
--- a/spring-boot-apm-opentracing/pom.xml
+++ b/spring-boot-apm-opentracing/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-apm-opentracing</artifactId>
diff --git a/spring-boot-arangodb/pom.xml b/spring-boot-arangodb/pom.xml
index a5d861c..c099b46 100644
--- a/spring-boot-arangodb/pom.xml
+++ b/spring-boot-arangodb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-arangodb</artifactId>
diff --git a/spring-boot-aws2-s3/pom.xml b/spring-boot-aws2-s3/pom.xml
index ad61fa5..339cfec 100644
--- a/spring-boot-aws2-s3/pom.xml
+++ b/spring-boot-aws2-s3/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-aws2-s3</artifactId>
diff --git a/spring-boot-clustered-route-controller/cluster-bootstrap/pom.xml 
b/spring-boot-clustered-route-controller/cluster-bootstrap/pom.xml
index a1db3d5..e62a37f 100644
--- a/spring-boot-clustered-route-controller/cluster-bootstrap/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     
<artifactId>camel-example-spring-boot-clustered-route-controller-cluster-bootstrap</artifactId>
diff --git a/spring-boot-clustered-route-controller/cluster-node/pom.xml 
b/spring-boot-clustered-route-controller/cluster-node/pom.xml
index 9615283..fa9eadc 100644
--- a/spring-boot-clustered-route-controller/cluster-node/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     
<artifactId>camel-example-spring-boot-clustered-route-controller-cluster-node</artifactId>
diff --git a/spring-boot-clustered-route-controller/pom.xml 
b/spring-boot-clustered-route-controller/pom.xml
index f2b72bc..0bf8205 100644
--- a/spring-boot-clustered-route-controller/pom.xml
+++ b/spring-boot-clustered-route-controller/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     
<artifactId>camel-example-spring-boot-clustered-route-controller</artifactId>
diff --git a/spring-boot-fhir-auth-tx/pom.xml b/spring-boot-fhir-auth-tx/pom.xml
index cdb2bbb..1ef9de7 100644
--- a/spring-boot-fhir-auth-tx/pom.xml
+++ b/spring-boot-fhir-auth-tx/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-fhir-auth-tx</artifactId>
diff --git a/spring-boot-fhir/pom.xml b/spring-boot-fhir/pom.xml
index 6b87fb9..5e71c24 100644
--- a/spring-boot-fhir/pom.xml
+++ b/spring-boot-fhir/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-fhir</artifactId>
diff --git a/spring-boot-geocoder/pom.xml b/spring-boot-geocoder/pom.xml
index 6e36ea2..f4dcb29 100644
--- a/spring-boot-geocoder/pom.xml
+++ b/spring-boot-geocoder/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-geocoder</artifactId>
diff --git 
a/spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml 
b/spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
index 8e0c5fb..2e64c8f 100644
--- a/spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     
<artifactId>camel-example-spring-boot-hello-grpc-client-kubernetes</artifactId>
diff --git 
a/spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml 
b/spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
index 1b7fdf0..e2d545a 100644
--- a/spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     
<artifactId>camel-example-spring-boot-hello-grpc-server-kubernetes</artifactId>
diff --git a/spring-boot-grpc-kubernetes/pom.xml 
b/spring-boot-grpc-kubernetes/pom.xml
index bf99d42..762c26a 100644
--- a/spring-boot-grpc-kubernetes/pom.xml
+++ b/spring-boot-grpc-kubernetes/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-grpc-kubernetes</artifactId>
diff --git a/spring-boot-grpc/hello-camel-grpc-client/pom.xml 
b/spring-boot-grpc/hello-camel-grpc-client/pom.xml
index 53ed308..4247877 100644
--- a/spring-boot-grpc/hello-camel-grpc-client/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-hello-grpc-client</artifactId>
diff --git a/spring-boot-grpc/hello-camel-grpc-server/pom.xml 
b/spring-boot-grpc/hello-camel-grpc-server/pom.xml
index f7d7b80..3d02a90 100644
--- a/spring-boot-grpc/hello-camel-grpc-server/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-hello-grpc-server</artifactId>
diff --git a/spring-boot-grpc/pom.xml b/spring-boot-grpc/pom.xml
index 78958d6..67dcdeb 100644
--- a/spring-boot-grpc/pom.xml
+++ b/spring-boot-grpc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-grpc</artifactId>
diff --git a/spring-boot-health-checks/pom.xml 
b/spring-boot-health-checks/pom.xml
index b154120..a8c7b5a 100644
--- a/spring-boot-health-checks/pom.xml
+++ b/spring-boot-health-checks/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-health-checks</artifactId>
diff --git a/spring-boot-hystrix/client/pom.xml 
b/spring-boot-hystrix/client/pom.xml
index e4ebbff..354463b 100644
--- a/spring-boot-hystrix/client/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hystrix-client</artifactId>
diff --git a/spring-boot-hystrix/pom.xml b/spring-boot-hystrix/pom.xml
index 189f17b..1ab7063 100644
--- a/spring-boot-hystrix/pom.xml
+++ b/spring-boot-hystrix/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hystrix</artifactId>
diff --git a/spring-boot-hystrix/service1/pom.xml 
b/spring-boot-hystrix/service1/pom.xml
index 0c5dc03..487e084 100644
--- a/spring-boot-hystrix/service1/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hystrix-service1</artifactId>
diff --git a/spring-boot-hystrix/service2/pom.xml 
b/spring-boot-hystrix/service2/pom.xml
index bc4821d..806cd51 100644
--- a/spring-boot-hystrix/service2/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-hystrix-service2</artifactId>
diff --git a/spring-boot-infinispan/pom.xml b/spring-boot-infinispan/pom.xml
index c00795e..fbad9b0 100644
--- a/spring-boot-infinispan/pom.xml
+++ b/spring-boot-infinispan/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-infinispan</artifactId>
diff --git a/spring-boot-jira/pom.xml b/spring-boot-jira/pom.xml
index 7225fea..7b615d1 100644
--- a/spring-boot-jira/pom.xml
+++ b/spring-boot-jira/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-jira</artifactId>
diff --git a/spring-boot-kafka-avro/pom.xml b/spring-boot-kafka-avro/pom.xml
index 95cf9d0..19e3947 100644
--- a/spring-boot-kafka-avro/pom.xml
+++ b/spring-boot-kafka-avro/pom.xml
@@ -23,7 +23,7 @@
   <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
   <artifactId>camel-example-spring-boot-kafka-avro</artifactId>
diff --git a/spring-boot-kafka-offsetrepository/pom.xml 
b/spring-boot-kafka-offsetrepository/pom.xml
index a5b2729..b02614a 100644
--- a/spring-boot-kafka-offsetrepository/pom.xml
+++ b/spring-boot-kafka-offsetrepository/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-kafka-offsetrepository</artifactId>
diff --git a/spring-boot-load-balancer-eip/pom.xml 
b/spring-boot-load-balancer-eip/pom.xml
index ab23d93..ecb4aa6 100644
--- a/spring-boot-load-balancer-eip/pom.xml
+++ b/spring-boot-load-balancer-eip/pom.xml
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>examples</artifactId>
                <groupId>org.apache.camel.springboot.example</groupId>
-               <version>3.8.0-SNAPSHOT</version>
+               <version>3.9.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/spring-boot-master/pom.xml b/spring-boot-master/pom.xml
index fb14164..4b5df76 100644
--- a/spring-boot-master/pom.xml
+++ b/spring-boot-master/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-master</artifactId>
diff --git a/spring-boot-metrics/pom.xml b/spring-boot-metrics/pom.xml
index 9fe2b17..2562ffb 100644
--- a/spring-boot-metrics/pom.xml
+++ b/spring-boot-metrics/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-metrics</artifactId>
diff --git a/spring-boot-opentracing/client/pom.xml 
b/spring-boot-opentracing/client/pom.xml
index 6fe6250..962dff7 100644
--- a/spring-boot-opentracing/client/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-opentracing-client</artifactId>
diff --git a/spring-boot-opentracing/loggingtracer/pom.xml 
b/spring-boot-opentracing/loggingtracer/pom.xml
index 26b41b3..ab2bd85 100644
--- a/spring-boot-opentracing/loggingtracer/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     
<artifactId>camel-example-spring-boot-opentracing-loggingtracer</artifactId>
diff --git a/spring-boot-opentracing/pom.xml b/spring-boot-opentracing/pom.xml
index 4e6cffe..28444c7 100644
--- a/spring-boot-opentracing/pom.xml
+++ b/spring-boot-opentracing/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-opentracing</artifactId>
diff --git a/spring-boot-opentracing/service1/pom.xml 
b/spring-boot-opentracing/service1/pom.xml
index 9b8dc01..7db80f1 100644
--- a/spring-boot-opentracing/service1/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-opentracing-service1</artifactId>
diff --git a/spring-boot-opentracing/service2/pom.xml 
b/spring-boot-opentracing/service2/pom.xml
index a249788..d66e7d4 100644
--- a/spring-boot-opentracing/service2/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-opentracing-service2</artifactId>
diff --git a/spring-boot-pojo/pom.xml b/spring-boot-pojo/pom.xml
index a3da7b6..38ff489 100644
--- a/spring-boot-pojo/pom.xml
+++ b/spring-boot-pojo/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-pojo</artifactId>
diff --git a/spring-boot-rabbitmq/pom.xml b/spring-boot-rabbitmq/pom.xml
index c76461d..698fad1 100644
--- a/spring-boot-rabbitmq/pom.xml
+++ b/spring-boot-rabbitmq/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rabbitmq</artifactId>
diff --git a/spring-boot-reactive-streams/pom.xml 
b/spring-boot-reactive-streams/pom.xml
index eb64536..865f247 100644
--- a/spring-boot-reactive-streams/pom.xml
+++ b/spring-boot-reactive-streams/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-reactive-streams</artifactId>
diff --git a/spring-boot-resilience4j/client/pom.xml 
b/spring-boot-resilience4j/client/pom.xml
index 899eb08..c5ff0cc 100644
--- a/spring-boot-resilience4j/client/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j-client</artifactId>
diff --git a/spring-boot-resilience4j/client2/pom.xml 
b/spring-boot-resilience4j/client2/pom.xml
index 24392ab..6f277c5 100644
--- a/spring-boot-resilience4j/client2/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j-client2</artifactId>
diff --git a/spring-boot-resilience4j/pom.xml b/spring-boot-resilience4j/pom.xml
index 610641f..60bbe8b 100644
--- a/spring-boot-resilience4j/pom.xml
+++ b/spring-boot-resilience4j/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j</artifactId>
diff --git a/spring-boot-resilience4j/service1/pom.xml 
b/spring-boot-resilience4j/service1/pom.xml
index dd47547..f0e9af5 100644
--- a/spring-boot-resilience4j/service1/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j-service1</artifactId>
diff --git a/spring-boot-resilience4j/service2/pom.xml 
b/spring-boot-resilience4j/service2/pom.xml
index a1663e4..9f5c38e 100644
--- a/spring-boot-resilience4j/service2/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-resilience4j-service2</artifactId>
diff --git a/spring-boot-rest-jpa/pom.xml b/spring-boot-rest-jpa/pom.xml
index 56e92d5..dadd67c 100644
--- a/spring-boot-rest-jpa/pom.xml
+++ b/spring-boot-rest-jpa/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-jpa</artifactId>
diff --git a/spring-boot-rest-openapi-simple/pom.xml 
b/spring-boot-rest-openapi-simple/pom.xml
index 40fbdaa..61bc74e 100644
--- a/spring-boot-rest-openapi-simple/pom.xml
+++ b/spring-boot-rest-openapi-simple/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-openapi-simple</artifactId>
diff --git a/spring-boot-rest-openapi/pom.xml b/spring-boot-rest-openapi/pom.xml
index 3a38640..83dab27 100644
--- a/spring-boot-rest-openapi/pom.xml
+++ b/spring-boot-rest-openapi/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-openapi</artifactId>
diff --git a/spring-boot-rest-producer/pom.xml 
b/spring-boot-rest-producer/pom.xml
index 4f7e491..aebd597 100644
--- a/spring-boot-rest-producer/pom.xml
+++ b/spring-boot-rest-producer/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-producer</artifactId>
diff --git a/spring-boot-rest-swagger-simple/pom.xml 
b/spring-boot-rest-swagger-simple/pom.xml
index a137f07..4edb534 100644
--- a/spring-boot-rest-swagger-simple/pom.xml
+++ b/spring-boot-rest-swagger-simple/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-swagger-simple</artifactId>
diff --git a/spring-boot-rest-swagger/pom.xml b/spring-boot-rest-swagger/pom.xml
index 9be7b4b..a2c8ca1 100644
--- a/spring-boot-rest-swagger/pom.xml
+++ b/spring-boot-rest-swagger/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-rest-swagger</artifactId>
diff --git a/spring-boot-routetemplate/pom.xml 
b/spring-boot-routetemplate/pom.xml
index daff954..ce16a58 100644
--- a/spring-boot-routetemplate/pom.xml
+++ b/spring-boot-routetemplate/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-routetemplate</artifactId>
diff --git a/spring-boot-servicecall/consumer/pom.xml 
b/spring-boot-servicecall/consumer/pom.xml
index 0c67b4c..eeaaa4c 100644
--- a/spring-boot-servicecall/consumer/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-servicecall-consumer</artifactId>
diff --git a/spring-boot-servicecall/pom.xml b/spring-boot-servicecall/pom.xml
index bc29587..52b5606 100644
--- a/spring-boot-servicecall/pom.xml
+++ b/spring-boot-servicecall/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-servicecall</artifactId>
diff --git a/spring-boot-servicecall/services/pom.xml 
b/spring-boot-servicecall/services/pom.xml
index 85f6535..cfe54e9 100644
--- a/spring-boot-servicecall/services/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-servicecall-services</artifactId>
diff --git a/spring-boot-splitter-eip/pom.xml b/spring-boot-splitter-eip/pom.xml
index 12f73a2..04c4f1c 100644
--- a/spring-boot-splitter-eip/pom.xml
+++ b/spring-boot-splitter-eip/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <artifactId>examples</artifactId>
                <groupId>org.apache.camel.springboot.example</groupId>
-               <version>3.8.0-SNAPSHOT</version>
+               <version>3.9.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/spring-boot-strimzi/pom.xml b/spring-boot-strimzi/pom.xml
index 95aa8f5..14d6b55 100644
--- a/spring-boot-strimzi/pom.xml
+++ b/spring-boot-strimzi/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.camel.springboot.example</groupId>
                <artifactId>examples</artifactId>
-               <version>3.8.0-SNAPSHOT</version>
+               <version>3.9.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>camel-example-spring-boot-strimzi</artifactId>
diff --git a/spring-boot-supervising-route-controller/pom.xml 
b/spring-boot-supervising-route-controller/pom.xml
index c18ec94..0fe7d14 100644
--- a/spring-boot-supervising-route-controller/pom.xml
+++ b/spring-boot-supervising-route-controller/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     
<artifactId>camel-example-spring-boot-supervising-route-controller</artifactId>
diff --git a/spring-boot-twitter-salesforce/pom.xml 
b/spring-boot-twitter-salesforce/pom.xml
index 2f03c4d..0c12a65 100644
--- a/spring-boot-twitter-salesforce/pom.xml
+++ b/spring-boot-twitter-salesforce/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-twitter-salesforce</artifactId>
diff --git a/spring-boot-type-converter/pom.xml 
b/spring-boot-type-converter/pom.xml
index 19d77fc..14aaacd 100644
--- a/spring-boot-type-converter/pom.xml
+++ b/spring-boot-type-converter/pom.xml
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>examples</artifactId>
                <groupId>org.apache.camel.springboot.example</groupId>
-               <version>3.8.0-SNAPSHOT</version>
+               <version>3.9.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/spring-boot-undertow-spring-security/pom.xml 
b/spring-boot-undertow-spring-security/pom.xml
index fd4bad9..4c4c17e 100644
--- a/spring-boot-undertow-spring-security/pom.xml
+++ b/spring-boot-undertow-spring-security/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>examples</artifactId>
         <groupId>org.apache.camel.springboot.example</groupId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/spring-boot-unit-testing/pom.xml b/spring-boot-unit-testing/pom.xml
index 7310115..3171e68 100644
--- a/spring-boot-unit-testing/pom.xml
+++ b/spring-boot-unit-testing/pom.xml
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>examples</artifactId>
                <groupId>org.apache.camel.springboot.example</groupId>
-               <version>3.8.0-SNAPSHOT</version>
+               <version>3.9.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/spring-boot-validator/pom.xml b/spring-boot-validator/pom.xml
index 254c119..35d6e49 100644
--- a/spring-boot-validator/pom.xml
+++ b/spring-boot-validator/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-validator</artifactId>
diff --git a/spring-boot-webhook/pom.xml b/spring-boot-webhook/pom.xml
index 5021c6f..d6e8ebb 100644
--- a/spring-boot-webhook/pom.xml
+++ b/spring-boot-webhook/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>examples</artifactId>
         <groupId>org.apache.camel.springboot.example</groupId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/spring-boot-widget-gadget/pom.xml 
b/spring-boot-widget-gadget/pom.xml
index 3a07ee6..1121e26 100644
--- a/spring-boot-widget-gadget/pom.xml
+++ b/spring-boot-widget-gadget/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>examples</artifactId>
         <groupId>org.apache.camel.springboot.example</groupId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/spring-boot-xml/pom.xml b/spring-boot-xml/pom.xml
index d14bcab..c20961c 100644
--- a/spring-boot-xml/pom.xml
+++ b/spring-boot-xml/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-xml</artifactId>
diff --git a/spring-boot-zipkin/client/pom.xml 
b/spring-boot-zipkin/client/pom.xml
index e8c7206..8b6cea4 100644
--- a/spring-boot-zipkin/client/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-zipkin-client</artifactId>
diff --git a/spring-boot-zipkin/pom.xml b/spring-boot-zipkin/pom.xml
index 48d3c5f..dd9ca73 100644
--- a/spring-boot-zipkin/pom.xml
+++ b/spring-boot-zipkin/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-zipkin</artifactId>
diff --git a/spring-boot-zipkin/service1/pom.xml 
b/spring-boot-zipkin/service1/pom.xml
index fe59ee0..c61e48a 100644
--- a/spring-boot-zipkin/service1/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-zipkin-service1</artifactId>
diff --git a/spring-boot-zipkin/service2/pom.xml 
b/spring-boot-zipkin/service2/pom.xml
index 7b827eb..28e0f02 100644
--- a/spring-boot-zipkin/service2/pom.xml
+++ b/spring-boot-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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot-zipkin-service2</artifactId>
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index c8830af..8c3de9f 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.8.0-SNAPSHOT</version>
+        <version>3.9.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-spring-boot</artifactId>

Reply via email to