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 0257fd67a413b2a7721c3c5e9b4ca3ef28c470c3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 22 17:52:30 2020 +0200 Bump to 3.5.0-SNAPSHOT --- README.adoc | 4 ++-- camel-example-spring-boot-activemq/pom.xml | 2 +- camel-example-spring-boot-amqp/pom.xml | 2 +- .../cluster-bootstrap/pom.xml | 2 +- .../cluster-node/pom.xml | 2 +- camel-example-spring-boot-clustered-route-controller/pom.xml | 2 +- camel-example-spring-boot-fhir-auth-tx/pom.xml | 2 +- camel-example-spring-boot-fhir/pom.xml | 2 +- camel-example-spring-boot-geocoder/pom.xml | 2 +- .../hello-camel-grpc-client-kubernetes/pom.xml | 2 +- .../hello-camel-grpc-server-kubernetes/pom.xml | 2 +- camel-example-spring-boot-grpc-kubernetes/pom.xml | 2 +- camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml | 2 +- camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml | 2 +- camel-example-spring-boot-grpc/pom.xml | 2 +- camel-example-spring-boot-health-checks/pom.xml | 2 +- camel-example-spring-boot-hystrix/client/pom.xml | 2 +- camel-example-spring-boot-hystrix/pom.xml | 2 +- camel-example-spring-boot-hystrix/service1/pom.xml | 2 +- camel-example-spring-boot-hystrix/service2/pom.xml | 2 +- camel-example-spring-boot-infinispan/pom.xml | 2 +- camel-example-spring-boot-jira/pom.xml | 2 +- camel-example-spring-boot-kafka-avro/pom.xml | 2 +- camel-example-spring-boot-kafka-offsetrepository/pom.xml | 2 +- camel-example-spring-boot-master/pom.xml | 2 +- camel-example-spring-boot-metrics/pom.xml | 2 +- camel-example-spring-boot-opentracing/client/pom.xml | 2 +- camel-example-spring-boot-opentracing/loggingtracer/pom.xml | 2 +- camel-example-spring-boot-opentracing/pom.xml | 2 +- camel-example-spring-boot-opentracing/service1/pom.xml | 2 +- camel-example-spring-boot-opentracing/service2/pom.xml | 2 +- camel-example-spring-boot-pojo/pom.xml | 2 +- camel-example-spring-boot-rabbitmq/pom.xml | 2 +- camel-example-spring-boot-reactive-streams/pom.xml | 2 +- camel-example-spring-boot-resilience4j/client/pom.xml | 2 +- camel-example-spring-boot-resilience4j/client2/pom.xml | 2 +- camel-example-spring-boot-resilience4j/pom.xml | 2 +- camel-example-spring-boot-resilience4j/service1/pom.xml | 2 +- camel-example-spring-boot-resilience4j/service2/pom.xml | 2 +- camel-example-spring-boot-rest-jpa/pom.xml | 2 +- camel-example-spring-boot-rest-openapi-simple/pom.xml | 2 +- camel-example-spring-boot-rest-openapi/pom.xml | 2 +- camel-example-spring-boot-rest-producer/pom.xml | 2 +- camel-example-spring-boot-rest-swagger-simple/pom.xml | 2 +- camel-example-spring-boot-rest-swagger/pom.xml | 2 +- camel-example-spring-boot-servicecall/consumer/pom.xml | 2 +- camel-example-spring-boot-servicecall/pom.xml | 2 +- camel-example-spring-boot-servicecall/services/pom.xml | 2 +- camel-example-spring-boot-strimzi/pom.xml | 2 +- camel-example-spring-boot-supervising-route-controller/pom.xml | 2 +- camel-example-spring-boot-twitter-salesforce/pom.xml | 2 +- camel-example-spring-boot-undertow-spring-security/pom.xml | 2 +- camel-example-spring-boot-validator/pom.xml | 2 +- camel-example-spring-boot-webhook/pom.xml | 2 +- camel-example-spring-boot-widget-gadget/pom.xml | 2 +- camel-example-spring-boot-xml/pom.xml | 2 +- camel-example-spring-boot-zipkin/client/pom.xml | 2 +- camel-example-spring-boot-zipkin/pom.xml | 2 +- camel-example-spring-boot-zipkin/service1/pom.xml | 2 +- camel-example-spring-boot-zipkin/service2/pom.xml | 2 +- camel-example-spring-boot/pom.xml | 2 +- camel-example-spring-cloud-servicecall/consumer/pom.xml | 2 +- camel-example-spring-cloud-servicecall/pom.xml | 2 +- camel-example-spring-cloud-servicecall/service/pom.xml | 2 +- camel-example-spring-cloud-serviceregistry/consumer/pom.xml | 2 +- camel-example-spring-cloud-serviceregistry/pom.xml | 2 +- camel-example-spring-cloud-serviceregistry/service/pom.xml | 2 +- pom.xml | 2 +- 68 files changed, 69 insertions(+), 69 deletions(-) diff --git a/README.adoc b/README.adoc index 90ef95b..73d8d57 100644 --- a/README.adoc +++ b/README.adoc @@ -17,14 +17,14 @@ Number of Examples: 40 (0 deprecated) |=== | Example | Category | Description +| link:camel-example-spring-boot-health-checks/readme.adoc[Spring Boot Health Checks] (camel-example-spring-boot-health-checks) | | + | link:camel-example-spring-boot-undertow-spring-security/readme.adoc[Spring Boot Undertow Spring Security] (camel-example-spring-boot-undertow-spring-security) | Advanced | Example on how to use the Camel Undertow component with spring security and Keycloak | link:camel-example-spring-boot-webhook/readme.adoc[Spring Boot Webhook] (camel-example-spring-boot-webhook) | Advanced | Example on how to use the Camel Webhook component | link:camel-example-spring-boot/readme.adoc[Spring Boot] (camel-example-spring-boot) | Beginner | An example showing how to work with Camel and Spring Boot -| link:camel-example-spring-boot-health-checks/readme.adoc[Spring Boot Health Checks] (camel-example-spring-boot-health-checks) | Beginner | An example showing how to work with Camel's Health Checks and Spring Boot - | link:camel-example-spring-boot-jira/README.adoc[Spring Boot Jira] (camel-example-spring-boot-jira) | Beginner | An example that uses Jira Camel API | link:camel-example-spring-boot-pojo/README.adoc[Spring Boot Pojo] (camel-example-spring-boot-pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot diff --git a/camel-example-spring-boot-activemq/pom.xml b/camel-example-spring-boot-activemq/pom.xml index 086a9ef..9bd8852 100644 --- a/camel-example-spring-boot-activemq/pom.xml +++ b/camel-example-spring-boot-activemq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-activemq</artifactId> diff --git a/camel-example-spring-boot-amqp/pom.xml b/camel-example-spring-boot-amqp/pom.xml index 5513b2f..a787a02 100644 --- a/camel-example-spring-boot-amqp/pom.xml +++ b/camel-example-spring-boot-amqp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-amqp</artifactId> diff --git a/camel-example-spring-boot-clustered-route-controller/cluster-bootstrap/pom.xml b/camel-example-spring-boot-clustered-route-controller/cluster-bootstrap/pom.xml index 25888e2..b3dbe00 100644 --- a/camel-example-spring-boot-clustered-route-controller/cluster-bootstrap/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-clustered-route-controller-cluster-bootstrap</artifactId> diff --git a/camel-example-spring-boot-clustered-route-controller/cluster-node/pom.xml b/camel-example-spring-boot-clustered-route-controller/cluster-node/pom.xml index 1c179f1..4dd7436 100644 --- a/camel-example-spring-boot-clustered-route-controller/cluster-node/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-clustered-route-controller-cluster-node</artifactId> diff --git a/camel-example-spring-boot-clustered-route-controller/pom.xml b/camel-example-spring-boot-clustered-route-controller/pom.xml index 42e6355..bebb2bc 100644 --- a/camel-example-spring-boot-clustered-route-controller/pom.xml +++ b/camel-example-spring-boot-clustered-route-controller/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-clustered-route-controller</artifactId> diff --git a/camel-example-spring-boot-fhir-auth-tx/pom.xml b/camel-example-spring-boot-fhir-auth-tx/pom.xml index 20c59f0..dc1390d 100644 --- a/camel-example-spring-boot-fhir-auth-tx/pom.xml +++ b/camel-example-spring-boot-fhir-auth-tx/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-fhir-auth-tx</artifactId> diff --git a/camel-example-spring-boot-fhir/pom.xml b/camel-example-spring-boot-fhir/pom.xml index c6ce1b5..0908c14 100644 --- a/camel-example-spring-boot-fhir/pom.xml +++ b/camel-example-spring-boot-fhir/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-fhir</artifactId> diff --git a/camel-example-spring-boot-geocoder/pom.xml b/camel-example-spring-boot-geocoder/pom.xml index cdc220e..3936828 100644 --- a/camel-example-spring-boot-geocoder/pom.xml +++ b/camel-example-spring-boot-geocoder/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-geocoder</artifactId> diff --git a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml b/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml index 6bf0f26..674abc2 100644 --- a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-client-kubernetes/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hello-grpc-client-kubernetes</artifactId> diff --git a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml b/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml index a77fccc..86854e3 100644 --- a/camel-example-spring-boot-grpc-kubernetes/hello-camel-grpc-server-kubernetes/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hello-grpc-server-kubernetes</artifactId> diff --git a/camel-example-spring-boot-grpc-kubernetes/pom.xml b/camel-example-spring-boot-grpc-kubernetes/pom.xml index 57cc09e..d095c0b 100644 --- a/camel-example-spring-boot-grpc-kubernetes/pom.xml +++ b/camel-example-spring-boot-grpc-kubernetes/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-grpc-kubernetes</artifactId> diff --git a/camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml b/camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml index c026e2a..14f50b7 100644 --- a/camel-example-spring-boot-grpc/hello-camel-grpc-client/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-hello-grpc-client</artifactId> diff --git a/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml b/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml index f527150..0009db5 100644 --- a/camel-example-spring-boot-grpc/hello-camel-grpc-server/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-hello-grpc-server</artifactId> diff --git a/camel-example-spring-boot-grpc/pom.xml b/camel-example-spring-boot-grpc/pom.xml index 258d8d9..bdb94c9 100644 --- a/camel-example-spring-boot-grpc/pom.xml +++ b/camel-example-spring-boot-grpc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-grpc</artifactId> diff --git a/camel-example-spring-boot-health-checks/pom.xml b/camel-example-spring-boot-health-checks/pom.xml index 58fbdb3..23f7cb1 100644 --- a/camel-example-spring-boot-health-checks/pom.xml +++ b/camel-example-spring-boot-health-checks/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-health-checks</artifactId> diff --git a/camel-example-spring-boot-hystrix/client/pom.xml b/camel-example-spring-boot-hystrix/client/pom.xml index fd4a07d..5d89f9e 100644 --- a/camel-example-spring-boot-hystrix/client/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hystrix-client</artifactId> diff --git a/camel-example-spring-boot-hystrix/pom.xml b/camel-example-spring-boot-hystrix/pom.xml index 00ce7d2..74e18d3 100644 --- a/camel-example-spring-boot-hystrix/pom.xml +++ b/camel-example-spring-boot-hystrix/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hystrix</artifactId> diff --git a/camel-example-spring-boot-hystrix/service1/pom.xml b/camel-example-spring-boot-hystrix/service1/pom.xml index bc478fa..de7013b 100644 --- a/camel-example-spring-boot-hystrix/service1/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hystrix-service1</artifactId> diff --git a/camel-example-spring-boot-hystrix/service2/pom.xml b/camel-example-spring-boot-hystrix/service2/pom.xml index 6cb32fd..3959c24 100644 --- a/camel-example-spring-boot-hystrix/service2/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-hystrix-service2</artifactId> diff --git a/camel-example-spring-boot-infinispan/pom.xml b/camel-example-spring-boot-infinispan/pom.xml index df34bc6..cbea9b4 100644 --- a/camel-example-spring-boot-infinispan/pom.xml +++ b/camel-example-spring-boot-infinispan/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-infinispan</artifactId> diff --git a/camel-example-spring-boot-jira/pom.xml b/camel-example-spring-boot-jira/pom.xml index d0fdfb3..b61f4ce 100644 --- a/camel-example-spring-boot-jira/pom.xml +++ b/camel-example-spring-boot-jira/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-jira</artifactId> diff --git a/camel-example-spring-boot-kafka-avro/pom.xml b/camel-example-spring-boot-kafka-avro/pom.xml index 16fc7d5..c051260 100644 --- a/camel-example-spring-boot-kafka-avro/pom.xml +++ b/camel-example-spring-boot-kafka-avro/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-kafka-avro</artifactId> diff --git a/camel-example-spring-boot-kafka-offsetrepository/pom.xml b/camel-example-spring-boot-kafka-offsetrepository/pom.xml index 6739d0d..dcefd08 100644 --- a/camel-example-spring-boot-kafka-offsetrepository/pom.xml +++ b/camel-example-spring-boot-kafka-offsetrepository/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-kafka-offsetrepository</artifactId> diff --git a/camel-example-spring-boot-master/pom.xml b/camel-example-spring-boot-master/pom.xml index 8cb718c..b4307d3 100644 --- a/camel-example-spring-boot-master/pom.xml +++ b/camel-example-spring-boot-master/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-master</artifactId> diff --git a/camel-example-spring-boot-metrics/pom.xml b/camel-example-spring-boot-metrics/pom.xml index f74bef1..7dd5a40 100644 --- a/camel-example-spring-boot-metrics/pom.xml +++ b/camel-example-spring-boot-metrics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-metrics</artifactId> diff --git a/camel-example-spring-boot-opentracing/client/pom.xml b/camel-example-spring-boot-opentracing/client/pom.xml index 6dda49c..66bff07 100644 --- a/camel-example-spring-boot-opentracing/client/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing-client</artifactId> diff --git a/camel-example-spring-boot-opentracing/loggingtracer/pom.xml b/camel-example-spring-boot-opentracing/loggingtracer/pom.xml index e5b78e4..ade3413 100644 --- a/camel-example-spring-boot-opentracing/loggingtracer/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing-loggingtracer</artifactId> diff --git a/camel-example-spring-boot-opentracing/pom.xml b/camel-example-spring-boot-opentracing/pom.xml index 42284e8..8befa92 100644 --- a/camel-example-spring-boot-opentracing/pom.xml +++ b/camel-example-spring-boot-opentracing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing</artifactId> diff --git a/camel-example-spring-boot-opentracing/service1/pom.xml b/camel-example-spring-boot-opentracing/service1/pom.xml index a772c45..7bbddf8 100644 --- a/camel-example-spring-boot-opentracing/service1/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing-service1</artifactId> diff --git a/camel-example-spring-boot-opentracing/service2/pom.xml b/camel-example-spring-boot-opentracing/service2/pom.xml index 36ba182..4e1886f 100644 --- a/camel-example-spring-boot-opentracing/service2/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentracing-service2</artifactId> diff --git a/camel-example-spring-boot-pojo/pom.xml b/camel-example-spring-boot-pojo/pom.xml index 22224f5..98f8c98 100644 --- a/camel-example-spring-boot-pojo/pom.xml +++ b/camel-example-spring-boot-pojo/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-pojo</artifactId> diff --git a/camel-example-spring-boot-rabbitmq/pom.xml b/camel-example-spring-boot-rabbitmq/pom.xml index acea554..111a82c 100644 --- a/camel-example-spring-boot-rabbitmq/pom.xml +++ b/camel-example-spring-boot-rabbitmq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rabbitmq</artifactId> diff --git a/camel-example-spring-boot-reactive-streams/pom.xml b/camel-example-spring-boot-reactive-streams/pom.xml index 1321b43..54f0efd 100644 --- a/camel-example-spring-boot-reactive-streams/pom.xml +++ b/camel-example-spring-boot-reactive-streams/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-reactive-streams</artifactId> diff --git a/camel-example-spring-boot-resilience4j/client/pom.xml b/camel-example-spring-boot-resilience4j/client/pom.xml index bcf1b7a..2cef687 100644 --- a/camel-example-spring-boot-resilience4j/client/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-client</artifactId> diff --git a/camel-example-spring-boot-resilience4j/client2/pom.xml b/camel-example-spring-boot-resilience4j/client2/pom.xml index 11c39de..6e1926e 100644 --- a/camel-example-spring-boot-resilience4j/client2/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-client2</artifactId> diff --git a/camel-example-spring-boot-resilience4j/pom.xml b/camel-example-spring-boot-resilience4j/pom.xml index 1bacaab..685619b 100644 --- a/camel-example-spring-boot-resilience4j/pom.xml +++ b/camel-example-spring-boot-resilience4j/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j</artifactId> diff --git a/camel-example-spring-boot-resilience4j/service1/pom.xml b/camel-example-spring-boot-resilience4j/service1/pom.xml index 385dd32..5ba5b1d 100644 --- a/camel-example-spring-boot-resilience4j/service1/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-service1</artifactId> diff --git a/camel-example-spring-boot-resilience4j/service2/pom.xml b/camel-example-spring-boot-resilience4j/service2/pom.xml index ca90c74..cf23fb9 100644 --- a/camel-example-spring-boot-resilience4j/service2/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-service2</artifactId> diff --git a/camel-example-spring-boot-rest-jpa/pom.xml b/camel-example-spring-boot-rest-jpa/pom.xml index 46cb70c..09bef8e 100644 --- a/camel-example-spring-boot-rest-jpa/pom.xml +++ b/camel-example-spring-boot-rest-jpa/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-jpa</artifactId> diff --git a/camel-example-spring-boot-rest-openapi-simple/pom.xml b/camel-example-spring-boot-rest-openapi-simple/pom.xml index bc719b9..7df25d0 100644 --- a/camel-example-spring-boot-rest-openapi-simple/pom.xml +++ b/camel-example-spring-boot-rest-openapi-simple/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-openapi-simple</artifactId> diff --git a/camel-example-spring-boot-rest-openapi/pom.xml b/camel-example-spring-boot-rest-openapi/pom.xml index be380d6..e88fe16 100644 --- a/camel-example-spring-boot-rest-openapi/pom.xml +++ b/camel-example-spring-boot-rest-openapi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-openapi</artifactId> diff --git a/camel-example-spring-boot-rest-producer/pom.xml b/camel-example-spring-boot-rest-producer/pom.xml index 4cee1ef..bff7b1c 100644 --- a/camel-example-spring-boot-rest-producer/pom.xml +++ b/camel-example-spring-boot-rest-producer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-producer</artifactId> diff --git a/camel-example-spring-boot-rest-swagger-simple/pom.xml b/camel-example-spring-boot-rest-swagger-simple/pom.xml index d130a8c..7c82101 100644 --- a/camel-example-spring-boot-rest-swagger-simple/pom.xml +++ b/camel-example-spring-boot-rest-swagger-simple/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-swagger-simple</artifactId> diff --git a/camel-example-spring-boot-rest-swagger/pom.xml b/camel-example-spring-boot-rest-swagger/pom.xml index 09646dd..ff62f51 100644 --- a/camel-example-spring-boot-rest-swagger/pom.xml +++ b/camel-example-spring-boot-rest-swagger/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-swagger</artifactId> diff --git a/camel-example-spring-boot-servicecall/consumer/pom.xml b/camel-example-spring-boot-servicecall/consumer/pom.xml index b515fbd..3916b4b 100644 --- a/camel-example-spring-boot-servicecall/consumer/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-servicecall-consumer</artifactId> diff --git a/camel-example-spring-boot-servicecall/pom.xml b/camel-example-spring-boot-servicecall/pom.xml index 231a451..bc437ae 100644 --- a/camel-example-spring-boot-servicecall/pom.xml +++ b/camel-example-spring-boot-servicecall/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-servicecall</artifactId> diff --git a/camel-example-spring-boot-servicecall/services/pom.xml b/camel-example-spring-boot-servicecall/services/pom.xml index 78ce2ad..3627c91 100644 --- a/camel-example-spring-boot-servicecall/services/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-servicecall-services</artifactId> diff --git a/camel-example-spring-boot-strimzi/pom.xml b/camel-example-spring-boot-strimzi/pom.xml index 4d0af8e..c8dee81 100644 --- a/camel-example-spring-boot-strimzi/pom.xml +++ b/camel-example-spring-boot-strimzi/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-strimzi</artifactId> diff --git a/camel-example-spring-boot-supervising-route-controller/pom.xml b/camel-example-spring-boot-supervising-route-controller/pom.xml index 27eb978..8c3176e 100644 --- a/camel-example-spring-boot-supervising-route-controller/pom.xml +++ b/camel-example-spring-boot-supervising-route-controller/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-supervising-route-controller</artifactId> diff --git a/camel-example-spring-boot-twitter-salesforce/pom.xml b/camel-example-spring-boot-twitter-salesforce/pom.xml index 6528e34..75f6f38 100644 --- a/camel-example-spring-boot-twitter-salesforce/pom.xml +++ b/camel-example-spring-boot-twitter-salesforce/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-twitter-salesforce</artifactId> diff --git a/camel-example-spring-boot-undertow-spring-security/pom.xml b/camel-example-spring-boot-undertow-spring-security/pom.xml index f98408b..491b297 100644 --- a/camel-example-spring-boot-undertow-spring-security/pom.xml +++ b/camel-example-spring-boot-undertow-spring-security/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-example-spring-boot-validator/pom.xml b/camel-example-spring-boot-validator/pom.xml index df26fd7..e350eed 100644 --- a/camel-example-spring-boot-validator/pom.xml +++ b/camel-example-spring-boot-validator/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-validator</artifactId> diff --git a/camel-example-spring-boot-webhook/pom.xml b/camel-example-spring-boot-webhook/pom.xml index 2427872..8e5244c 100644 --- a/camel-example-spring-boot-webhook/pom.xml +++ b/camel-example-spring-boot-webhook/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-example-spring-boot-widget-gadget/pom.xml b/camel-example-spring-boot-widget-gadget/pom.xml index 68c3f9a..f844b7a 100644 --- a/camel-example-spring-boot-widget-gadget/pom.xml +++ b/camel-example-spring-boot-widget-gadget/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-example-spring-boot-xml/pom.xml b/camel-example-spring-boot-xml/pom.xml index 1442fd7..5355640 100644 --- a/camel-example-spring-boot-xml/pom.xml +++ b/camel-example-spring-boot-xml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-xml</artifactId> diff --git a/camel-example-spring-boot-zipkin/client/pom.xml b/camel-example-spring-boot-zipkin/client/pom.xml index 08e183a..02a4a64 100644 --- a/camel-example-spring-boot-zipkin/client/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-zipkin-client</artifactId> diff --git a/camel-example-spring-boot-zipkin/pom.xml b/camel-example-spring-boot-zipkin/pom.xml index cb2b366..e3ff935 100644 --- a/camel-example-spring-boot-zipkin/pom.xml +++ b/camel-example-spring-boot-zipkin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-zipkin</artifactId> diff --git a/camel-example-spring-boot-zipkin/service1/pom.xml b/camel-example-spring-boot-zipkin/service1/pom.xml index 68e3172..ff88b90 100644 --- a/camel-example-spring-boot-zipkin/service1/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-zipkin-service1</artifactId> diff --git a/camel-example-spring-boot-zipkin/service2/pom.xml b/camel-example-spring-boot-zipkin/service2/pom.xml index 1f96ab1..11e1608 100644 --- a/camel-example-spring-boot-zipkin/service2/pom.xml +++ b/camel-example-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.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-zipkin-service2</artifactId> diff --git a/camel-example-spring-boot/pom.xml b/camel-example-spring-boot/pom.xml index c22f0bb..b2987ce 100644 --- a/camel-example-spring-boot/pom.xml +++ b/camel-example-spring-boot/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot</artifactId> diff --git a/camel-example-spring-cloud-servicecall/consumer/pom.xml b/camel-example-spring-cloud-servicecall/consumer/pom.xml index c8cb8c4..6e3f770 100644 --- a/camel-example-spring-cloud-servicecall/consumer/pom.xml +++ b/camel-example-spring-cloud-servicecall/consumer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-cloud-servicecall</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-cloud-servicecall-consumer</artifactId> diff --git a/camel-example-spring-cloud-servicecall/pom.xml b/camel-example-spring-cloud-servicecall/pom.xml index 447b8c8..28b858d 100644 --- a/camel-example-spring-cloud-servicecall/pom.xml +++ b/camel-example-spring-cloud-servicecall/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-cloud-servicecall</artifactId> diff --git a/camel-example-spring-cloud-servicecall/service/pom.xml b/camel-example-spring-cloud-servicecall/service/pom.xml index ddb3307..b0af493 100644 --- a/camel-example-spring-cloud-servicecall/service/pom.xml +++ b/camel-example-spring-cloud-servicecall/service/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-cloud-servicecall</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-cloud-servicecall-service</artifactId> diff --git a/camel-example-spring-cloud-serviceregistry/consumer/pom.xml b/camel-example-spring-cloud-serviceregistry/consumer/pom.xml index 3370b91..58e0634 100644 --- a/camel-example-spring-cloud-serviceregistry/consumer/pom.xml +++ b/camel-example-spring-cloud-serviceregistry/consumer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-cloud-serviceregistry</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-cloud-serviceregistry-consumer</artifactId> diff --git a/camel-example-spring-cloud-serviceregistry/pom.xml b/camel-example-spring-cloud-serviceregistry/pom.xml index 3702853..c97dd26 100644 --- a/camel-example-spring-cloud-serviceregistry/pom.xml +++ b/camel-example-spring-cloud-serviceregistry/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-cloud-serviceregistry</artifactId> diff --git a/camel-example-spring-cloud-serviceregistry/service/pom.xml b/camel-example-spring-cloud-serviceregistry/service/pom.xml index 16256eb..cd10736 100644 --- a/camel-example-spring-cloud-serviceregistry/service/pom.xml +++ b/camel-example-spring-cloud-serviceregistry/service/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-cloud-serviceregistry</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-cloud-serviceregistry-service</artifactId> diff --git a/pom.xml b/pom.xml index 52fe6df..5ada0c5 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>spring-boot</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.5.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.springboot.example</groupId>