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 39548c4 Prepare for next version 39548c4 is described below commit 39548c4d953d250e0be4a103f835db38ea5a1c1e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Sep 9 16:49:19 2024 +0200 Prepare for next version --- activemq/pom.xml | 2 +- actuator-http-metrics/pom.xml | 2 +- amqp/pom.xml | 2 +- aot-basic/pom.xml | 2 +- arangodb/pom.xml | 2 +- artemis/pom.xml | 2 +- aws-secrets-manager/pom.xml | 2 +- aws2-s3/pom.xml | 2 +- azure/camel-example-spring-boot-azure-eventhubs/pom.xml | 2 +- azure/camel-example-spring-boot-azure-servicebus/pom.xml | 2 +- azure/pom.xml | 2 +- dynamic-router-eip/dynamic-router-eip-single/pom.xml | 2 +- .../dynamic-router-eip-stack/all-numbers-service/pom.xml | 2 +- .../dynamic-router-eip-stack/even-numbers-service/pom.xml | 2 +- dynamic-router-eip/dynamic-router-eip-stack/main-router/pom.xml | 2 +- dynamic-router-eip/dynamic-router-eip-stack/numbers-common/pom.xml | 2 +- .../dynamic-router-eip-stack/odd-numbers-service/pom.xml | 2 +- dynamic-router-eip/dynamic-router-eip-stack/pom.xml | 2 +- dynamic-router-eip/pom.xml | 2 +- endpointdsl/pom.xml | 2 +- fhir-auth-tx/pom.xml | 2 +- fhir/pom.xml | 2 +- health-checks/pom.xml | 2 +- http-ssl/pom.xml | 2 +- http-ssl/ssl-camel-server/pom.xml | 2 +- http-ssl/ssl-client/pom.xml | 2 +- http-ssl/ssl-server/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 +- mail-ms-exchange-oauth2/pom.xml | 2 +- master/pom.xml | 2 +- metrics/pom.xml | 2 +- multi-datasource-2pc/pom.xml | 2 +- observation/client/pom.xml | 2 +- observation/loggingtracer/pom.xml | 2 +- observation/pom.xml | 2 +- observation/service1/pom.xml | 2 +- observation/service2/pom.xml | 2 +- openapi-contract-first/pom.xml | 2 +- opentelemetry/CarBooking/pom.xml | 2 +- opentelemetry/FlightBooking/pom.xml | 2 +- opentelemetry/HotelBooking/pom.xml | 2 +- opentelemetry/TripBooking/pom.xml | 2 +- opentelemetry/pom.xml | 2 +- paho-mqtt5-shared-subscriptions/pom.xml | 2 +- platform-http/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-cxf-opentelemetry/pom.xml | 2 +- rest-cxf-opentelemetry/rest-cxf-otel-common/pom.xml | 2 +- rest-cxf-opentelemetry/rest-cxf-otel-even/pom.xml | 2 +- rest-cxf-opentelemetry/rest-cxf-otel-odd/pom.xml | 2 +- rest-cxf-opentelemetry/rest-cxf-otel-random/pom.xml | 2 +- rest-cxf/pom.xml | 2 +- rest-openapi-simple/pom.xml | 2 +- rest-openapi-springdoc/pom.xml | 2 +- rest-openapi/pom.xml | 2 +- route-reload/pom.xml | 2 +- routes-configuration/pom.xml | 2 +- routetemplate-xml/pom.xml | 2 +- routetemplate/pom.xml | 2 +- saga/pom.xml | 2 +- saga/saga-app/pom.xml | 2 +- saga/saga-flight-service/pom.xml | 2 +- saga/saga-payment-service/pom.xml | 2 +- saga/saga-train-service/pom.xml | 2 +- soap-cxf/pom.xml | 2 +- splitter-eip/pom.xml | 2 +- spring-boot/pom.xml | 2 +- spring-jdbc/pom.xml | 2 +- strimzi/pom.xml | 2 +- supervising-route-controller/pom.xml | 2 +- tomcat-jdbc/pom.xml | 2 +- twitter-salesforce/pom.xml | 2 +- type-converter/pom.xml | 2 +- validator/pom.xml | 2 +- variables/pom.xml | 2 +- vault/pom.xml | 2 +- webhook/pom.xml | 2 +- widget-gadget/pom.xml | 2 +- xml-import/pom.xml | 2 +- xml/pom.xml | 2 +- 94 files changed, 95 insertions(+), 95 deletions(-) diff --git a/activemq/pom.xml b/activemq/pom.xml index 31e3056..e377834 100644 --- a/activemq/pom.xml +++ b/activemq/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.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 2361c2f..c0a9490 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-actuator-http-metrics</artifactId> diff --git a/amqp/pom.xml b/amqp/pom.xml index 18b4d53..ab9c618 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-amqp</artifactId> diff --git a/aot-basic/pom.xml b/aot-basic/pom.xml index 13657de..0f43300 100644 --- a/aot-basic/pom.xml +++ b/aot-basic/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-aot-basic</artifactId> diff --git a/arangodb/pom.xml b/arangodb/pom.xml index 5f0ec37..3cf1cfb 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-arangodb</artifactId> diff --git a/artemis/pom.xml b/artemis/pom.xml index 57b0918..ee160e6 100644 --- a/artemis/pom.xml +++ b/artemis/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-artemis</artifactId> diff --git a/aws-secrets-manager/pom.xml b/aws-secrets-manager/pom.xml index 5fc9af2..426e787 100644 --- a/aws-secrets-manager/pom.xml +++ b/aws-secrets-manager/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-aws-secrets-manager</artifactId> diff --git a/aws2-s3/pom.xml b/aws2-s3/pom.xml index 76522c2..2ae9a63 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-aws2-s3</artifactId> diff --git a/azure/camel-example-spring-boot-azure-eventhubs/pom.xml b/azure/camel-example-spring-boot-azure-eventhubs/pom.xml index 646ab97..2cda8ac 100644 --- a/azure/camel-example-spring-boot-azure-eventhubs/pom.xml +++ b/azure/camel-example-spring-boot-azure-eventhubs/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-azure</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-azure-eventhubs</artifactId> diff --git a/azure/camel-example-spring-boot-azure-servicebus/pom.xml b/azure/camel-example-spring-boot-azure-servicebus/pom.xml index f907d18..6855347 100644 --- a/azure/camel-example-spring-boot-azure-servicebus/pom.xml +++ b/azure/camel-example-spring-boot-azure-servicebus/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-azure</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-azure-servicebus</artifactId> diff --git a/azure/pom.xml b/azure/pom.xml index 93cb04d..e512e26 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-azure</artifactId> diff --git a/dynamic-router-eip/dynamic-router-eip-single/pom.xml b/dynamic-router-eip/dynamic-router-eip-single/pom.xml index bf2ab5e..3d70bc6 100644 --- a/dynamic-router-eip/dynamic-router-eip-single/pom.xml +++ b/dynamic-router-eip/dynamic-router-eip-single/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-dynamic-router-eip</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-dynamic-router-eip-single</artifactId> diff --git a/dynamic-router-eip/dynamic-router-eip-stack/all-numbers-service/pom.xml b/dynamic-router-eip/dynamic-router-eip-stack/all-numbers-service/pom.xml index 29b3b9c..f3510f0 100644 --- a/dynamic-router-eip/dynamic-router-eip-stack/all-numbers-service/pom.xml +++ b/dynamic-router-eip/dynamic-router-eip-stack/all-numbers-service/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-dynamic-router-eip-stack</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>all-numbers-service</artifactId> diff --git a/dynamic-router-eip/dynamic-router-eip-stack/even-numbers-service/pom.xml b/dynamic-router-eip/dynamic-router-eip-stack/even-numbers-service/pom.xml index 115e2a9..a7138d0 100644 --- a/dynamic-router-eip/dynamic-router-eip-stack/even-numbers-service/pom.xml +++ b/dynamic-router-eip/dynamic-router-eip-stack/even-numbers-service/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-dynamic-router-eip-stack</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>even-numbers-service</artifactId> diff --git a/dynamic-router-eip/dynamic-router-eip-stack/main-router/pom.xml b/dynamic-router-eip/dynamic-router-eip-stack/main-router/pom.xml index e42a797..a24ba01 100644 --- a/dynamic-router-eip/dynamic-router-eip-stack/main-router/pom.xml +++ b/dynamic-router-eip/dynamic-router-eip-stack/main-router/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-dynamic-router-eip-stack</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>main-router</artifactId> diff --git a/dynamic-router-eip/dynamic-router-eip-stack/numbers-common/pom.xml b/dynamic-router-eip/dynamic-router-eip-stack/numbers-common/pom.xml index 8449e17..713b251 100644 --- a/dynamic-router-eip/dynamic-router-eip-stack/numbers-common/pom.xml +++ b/dynamic-router-eip/dynamic-router-eip-stack/numbers-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-dynamic-router-eip-stack</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>numbers-common</artifactId> diff --git a/dynamic-router-eip/dynamic-router-eip-stack/odd-numbers-service/pom.xml b/dynamic-router-eip/dynamic-router-eip-stack/odd-numbers-service/pom.xml index 51adcf6..78a3c05 100644 --- a/dynamic-router-eip/dynamic-router-eip-stack/odd-numbers-service/pom.xml +++ b/dynamic-router-eip/dynamic-router-eip-stack/odd-numbers-service/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-dynamic-router-eip-stack</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>odd-numbers-service</artifactId> diff --git a/dynamic-router-eip/dynamic-router-eip-stack/pom.xml b/dynamic-router-eip/dynamic-router-eip-stack/pom.xml index 05472b0..93a1349 100644 --- a/dynamic-router-eip/dynamic-router-eip-stack/pom.xml +++ b/dynamic-router-eip/dynamic-router-eip-stack/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-dynamic-router-eip</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-dynamic-router-eip-stack</artifactId> diff --git a/dynamic-router-eip/pom.xml b/dynamic-router-eip/pom.xml index f9744ba..4e3e73d 100644 --- a/dynamic-router-eip/pom.xml +++ b/dynamic-router-eip/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-dynamic-router-eip</artifactId> diff --git a/endpointdsl/pom.xml b/endpointdsl/pom.xml index 428721a..d3c07e2 100644 --- a/endpointdsl/pom.xml +++ b/endpointdsl/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-endpointdsl</artifactId> diff --git a/fhir-auth-tx/pom.xml b/fhir-auth-tx/pom.xml index 05c6793..0b45c7d 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-fhir-auth-tx</artifactId> diff --git a/fhir/pom.xml b/fhir/pom.xml index f53fb2c..0bf0092 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-fhir</artifactId> diff --git a/health-checks/pom.xml b/health-checks/pom.xml index a6cb93a..ade65e9 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-health-checks</artifactId> diff --git a/http-ssl/pom.xml b/http-ssl/pom.xml index db2eef5..778364b 100644 --- a/http-ssl/pom.xml +++ b/http-ssl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-http-ssl</artifactId> diff --git a/http-ssl/ssl-camel-server/pom.xml b/http-ssl/ssl-camel-server/pom.xml index b8b6c6c..a01c690 100644 --- a/http-ssl/ssl-camel-server/pom.xml +++ b/http-ssl/ssl-camel-server/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-http-ssl</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-http-ssl-camel-server</artifactId> diff --git a/http-ssl/ssl-client/pom.xml b/http-ssl/ssl-client/pom.xml index 920d487..91213dd 100644 --- a/http-ssl/ssl-client/pom.xml +++ b/http-ssl/ssl-client/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-http-ssl</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-http-ssl-client</artifactId> diff --git a/http-ssl/ssl-server/pom.xml b/http-ssl/ssl-server/pom.xml index 2230efc..adc4cc1 100644 --- a/http-ssl/ssl-server/pom.xml +++ b/http-ssl/ssl-server/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-http-ssl</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-http-ssl-server</artifactId> diff --git a/infinispan/pom.xml b/infinispan/pom.xml index 42f8c36..f7bc6a2 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-infinispan</artifactId> diff --git a/jira/pom.xml b/jira/pom.xml index 2a58ae5..a48a982 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-jira</artifactId> diff --git a/kafka-avro/pom.xml b/kafka-avro/pom.xml index 2b98067..47745d7 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>4.8.0</version> + <version>4.9.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 61bed0f..11af083 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>4.8.0</version> + <version>4.9.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 cd2c7e7..a661830 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>4.8.0</version> + <version>4.9.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 e4b3e27..da941c6 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/mail-ms-exchange-oauth2/pom.xml b/mail-ms-exchange-oauth2/pom.xml index ea828de..c4c507c 100644 --- a/mail-ms-exchange-oauth2/pom.xml +++ b/mail-ms-exchange-oauth2/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/master/pom.xml b/master/pom.xml index 0b26b44..50c70d1 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-master</artifactId> diff --git a/metrics/pom.xml b/metrics/pom.xml index 5d4d288..09ef2b7 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-metrics</artifactId> diff --git a/multi-datasource-2pc/pom.xml b/multi-datasource-2pc/pom.xml index f570f93..7cfd68d 100644 --- a/multi-datasource-2pc/pom.xml +++ b/multi-datasource-2pc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-muti-datasources-2pc</artifactId> diff --git a/observation/client/pom.xml b/observation/client/pom.xml index 2fb9d79..c4d37cf 100644 --- a/observation/client/pom.xml +++ b/observation/client/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-observation</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-observation-client</artifactId> diff --git a/observation/loggingtracer/pom.xml b/observation/loggingtracer/pom.xml index 6121aa3..b219ab9 100644 --- a/observation/loggingtracer/pom.xml +++ b/observation/loggingtracer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-observation</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-observation-loggingtracer</artifactId> diff --git a/observation/pom.xml b/observation/pom.xml index 51eb46b..a68b256 100644 --- a/observation/pom.xml +++ b/observation/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-observation</artifactId> diff --git a/observation/service1/pom.xml b/observation/service1/pom.xml index ef8099d..28a36f4 100644 --- a/observation/service1/pom.xml +++ b/observation/service1/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-observation</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-observation-service1</artifactId> diff --git a/observation/service2/pom.xml b/observation/service2/pom.xml index 464e96b..a3b2ced 100644 --- a/observation/service2/pom.xml +++ b/observation/service2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-observation</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-observation-service2</artifactId> diff --git a/openapi-contract-first/pom.xml b/openapi-contract-first/pom.xml index ea702b9..be74e1f 100644 --- a/openapi-contract-first/pom.xml +++ b/openapi-contract-first/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-openapi-contract-first</artifactId> diff --git a/opentelemetry/CarBooking/pom.xml b/opentelemetry/CarBooking/pom.xml index 3bd12ce..d13eb85 100644 --- a/opentelemetry/CarBooking/pom.xml +++ b/opentelemetry/CarBooking/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-opentelemetry</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentelemetry-carbooking</artifactId> diff --git a/opentelemetry/FlightBooking/pom.xml b/opentelemetry/FlightBooking/pom.xml index a5b6da7..48c538c 100644 --- a/opentelemetry/FlightBooking/pom.xml +++ b/opentelemetry/FlightBooking/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-opentelemetry</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentelemetry-flightbooking</artifactId> diff --git a/opentelemetry/HotelBooking/pom.xml b/opentelemetry/HotelBooking/pom.xml index 5a3bfe7..23ff12c 100644 --- a/opentelemetry/HotelBooking/pom.xml +++ b/opentelemetry/HotelBooking/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-opentelemetry</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentelemetry-hotelbooking</artifactId> diff --git a/opentelemetry/TripBooking/pom.xml b/opentelemetry/TripBooking/pom.xml index 689d533..732803a 100644 --- a/opentelemetry/TripBooking/pom.xml +++ b/opentelemetry/TripBooking/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-opentelemetry</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentelemetry-tripbooking</artifactId> diff --git a/opentelemetry/pom.xml b/opentelemetry/pom.xml index 8cda8b1..8ecf549 100644 --- a/opentelemetry/pom.xml +++ b/opentelemetry/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-opentelemetry</artifactId> diff --git a/paho-mqtt5-shared-subscriptions/pom.xml b/paho-mqtt5-shared-subscriptions/pom.xml index bbd6a14..4e9ce82 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/platform-http/pom.xml b/platform-http/pom.xml index 8f7c95a..e4b44ce 100644 --- a/platform-http/pom.xml +++ b/platform-http/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-platform-http</artifactId> diff --git a/pojo/pom.xml b/pojo/pom.xml index b67bbdc..a9445b0 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-pojo</artifactId> diff --git a/pom.xml b/pom.xml index 5a74c64..09c0d6c 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>spring-boot</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.springboot.example</groupId> @@ -97,7 +97,7 @@ </modules> <properties> - <camel-version>4.8.0</camel-version> + <camel-version>4.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> <jkube-maven-plugin-version>1.14.0</jkube-maven-plugin-version> diff --git a/quartz/pom.xml b/quartz/pom.xml index 9262f17..d347443 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-quartz</artifactId> diff --git a/rabbitmq/pom.xml b/rabbitmq/pom.xml index 429d92c..05f44dc 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rabbitmq</artifactId> diff --git a/reactive-streams/pom.xml b/reactive-streams/pom.xml index c0e9c4d..aed455c 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>4.8.0</version> + <version>4.9.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 1583d2c..51acf17 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>4.8.0</version> + <version>4.9.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 7ff3d6b..e89c642 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-client2</artifactId> diff --git a/resilience4j/pom.xml b/resilience4j/pom.xml index 81ad756..a388f41 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j</artifactId> diff --git a/resilience4j/service1/pom.xml b/resilience4j/service1/pom.xml index f9b2ebe..a2d463b 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>4.8.0</version> + <version>4.9.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 18b2a65..651c081 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-resilience4j-service2</artifactId> diff --git a/rest-cxf-opentelemetry/pom.xml b/rest-cxf-opentelemetry/pom.xml index 4bcbbf3..73e40f2 100644 --- a/rest-cxf-opentelemetry/pom.xml +++ b/rest-cxf-opentelemetry/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-cxf-opentelemetry</artifactId> diff --git a/rest-cxf-opentelemetry/rest-cxf-otel-common/pom.xml b/rest-cxf-opentelemetry/rest-cxf-otel-common/pom.xml index 1411e77..d50d52d 100644 --- a/rest-cxf-opentelemetry/rest-cxf-otel-common/pom.xml +++ b/rest-cxf-opentelemetry/rest-cxf-otel-common/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-rest-cxf-opentelemetry</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-cxf-otel-common</artifactId> diff --git a/rest-cxf-opentelemetry/rest-cxf-otel-even/pom.xml b/rest-cxf-opentelemetry/rest-cxf-otel-even/pom.xml index b90b7ee..cba8c23 100644 --- a/rest-cxf-opentelemetry/rest-cxf-otel-even/pom.xml +++ b/rest-cxf-opentelemetry/rest-cxf-otel-even/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-rest-cxf-opentelemetry</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-cxf-otel-even</artifactId> diff --git a/rest-cxf-opentelemetry/rest-cxf-otel-odd/pom.xml b/rest-cxf-opentelemetry/rest-cxf-otel-odd/pom.xml index affd06a..ff30da2 100644 --- a/rest-cxf-opentelemetry/rest-cxf-otel-odd/pom.xml +++ b/rest-cxf-opentelemetry/rest-cxf-otel-odd/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-rest-cxf-opentelemetry</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-cxf-otel-odd</artifactId> diff --git a/rest-cxf-opentelemetry/rest-cxf-otel-random/pom.xml b/rest-cxf-opentelemetry/rest-cxf-otel-random/pom.xml index d220200..682801e 100644 --- a/rest-cxf-opentelemetry/rest-cxf-otel-random/pom.xml +++ b/rest-cxf-opentelemetry/rest-cxf-otel-random/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-rest-cxf-opentelemetry</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-cxf-otel-random</artifactId> diff --git a/rest-cxf/pom.xml b/rest-cxf/pom.xml index 4e1dde9..0290adf 100644 --- a/rest-cxf/pom.xml +++ b/rest-cxf/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-cxf</artifactId> diff --git a/rest-openapi-simple/pom.xml b/rest-openapi-simple/pom.xml index b15b222..c6fe449 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>4.8.0</version> + <version>4.9.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 f8e75a0..0904858 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>4.8.0</version> + <version>4.9.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 80194bf..6544373 100644 --- a/rest-openapi/pom.xml +++ b/rest-openapi/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-rest-openapi</artifactId> diff --git a/route-reload/pom.xml b/route-reload/pom.xml index 167b8ba..5ca7685 100644 --- a/route-reload/pom.xml +++ b/route-reload/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-route-reload</artifactId> diff --git a/routes-configuration/pom.xml b/routes-configuration/pom.xml index ef13f36..2b948d0 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-routes-configuration</artifactId> diff --git a/routetemplate-xml/pom.xml b/routetemplate-xml/pom.xml index a930807..9e6a6d2 100644 --- a/routetemplate-xml/pom.xml +++ b/routetemplate-xml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-routetemplate-xml</artifactId> diff --git a/routetemplate/pom.xml b/routetemplate/pom.xml index bc47870..463cbe4 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-routetemplate</artifactId> diff --git a/saga/pom.xml b/saga/pom.xml index cd1c8a0..494d1a7 100644 --- a/saga/pom.xml +++ b/saga/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-saga</artifactId> diff --git a/saga/saga-app/pom.xml b/saga/saga-app/pom.xml index de32d98..786844f 100644 --- a/saga/saga-app/pom.xml +++ b/saga/saga-app/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-saga</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-saga-app</artifactId> diff --git a/saga/saga-flight-service/pom.xml b/saga/saga-flight-service/pom.xml index 0ef02d0..2e05d10 100644 --- a/saga/saga-flight-service/pom.xml +++ b/saga/saga-flight-service/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-saga</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-saga-flight</artifactId> diff --git a/saga/saga-payment-service/pom.xml b/saga/saga-payment-service/pom.xml index 81b0a84..e291a6e 100644 --- a/saga/saga-payment-service/pom.xml +++ b/saga/saga-payment-service/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-saga</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-saga-payment</artifactId> diff --git a/saga/saga-train-service/pom.xml b/saga/saga-train-service/pom.xml index 6a2a487..397fc02 100644 --- a/saga/saga-train-service/pom.xml +++ b/saga/saga-train-service/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>camel-example-spring-boot-saga</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-saga-train</artifactId> diff --git a/soap-cxf/pom.xml b/soap-cxf/pom.xml index e44baf5..92a98b1 100644 --- a/soap-cxf/pom.xml +++ b/soap-cxf/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-soap-cxf</artifactId> diff --git a/splitter-eip/pom.xml b/splitter-eip/pom.xml index 12f2d17..b51192e 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index a359b93..5f0253e 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot</artifactId> diff --git a/spring-jdbc/pom.xml b/spring-jdbc/pom.xml index ed437d4..9a76273 100644 --- a/spring-jdbc/pom.xml +++ b/spring-jdbc/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-spring-jdbc</artifactId> diff --git a/strimzi/pom.xml b/strimzi/pom.xml index d09dad4..65af6f8 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>4.8.0</version> + <version>4.9.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 da28220..4b040ac 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-supervising-route-controller</artifactId> diff --git a/tomcat-jdbc/pom.xml b/tomcat-jdbc/pom.xml index fac2c05..d178e56 100644 --- a/tomcat-jdbc/pom.xml +++ b/tomcat-jdbc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot</artifactId> diff --git a/twitter-salesforce/pom.xml b/twitter-salesforce/pom.xml index a8563fd..10ff177 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>4.8.0</version> + <version>4.9.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 89c7450..82f0010 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/validator/pom.xml b/validator/pom.xml index 7106ef1..307c15e 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-validator</artifactId> diff --git a/variables/pom.xml b/variables/pom.xml index d4a4957..2092cb4 100644 --- a/variables/pom.xml +++ b/variables/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-variables</artifactId> diff --git a/vault/pom.xml b/vault/pom.xml index d61467d..e954ab2 100644 --- a/vault/pom.xml +++ b/vault/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-vault</artifactId> diff --git a/webhook/pom.xml b/webhook/pom.xml index 8b1d9ce..678be7c 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/widget-gadget/pom.xml b/widget-gadget/pom.xml index af24b60..f9eee0c 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/xml-import/pom.xml b/xml-import/pom.xml index 5fad9b9..521d6b7 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-xml-import</artifactId> diff --git a/xml/pom.xml b/xml/pom.xml index 48725c4..5b62c09 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>4.8.0</version> + <version>4.9.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-xml</artifactId>