This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 5ca6112b9b7756b6dd9f0b03a86513a87b31f8bd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 8 07:39:47 2020 +0200 Set 3.6.0-SNAPSHOT as version --- camel-example-spring-boot-activemq/pom.xml | 2 +- camel-example-spring-boot-amqp/pom.xml | 2 +- camel-example-spring-boot-arangodb/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 +- 67 files changed, 67 insertions(+), 67 deletions(-) diff --git a/camel-example-spring-boot-activemq/pom.xml b/camel-example-spring-boot-activemq/pom.xml index 9bd8852..3577892 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.5.0-SNAPSHOT</version> + <version>3.6.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 a787a02..c4bf95e 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.5.0-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-amqp</artifactId> diff --git a/camel-example-spring-boot-arangodb/pom.xml b/camel-example-spring-boot-arangodb/pom.xml index 1ab7b82..cd719d1 100644 --- a/camel-example-spring-boot-arangodb/pom.xml +++ b/camel-example-spring-boot-arangodb/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-boot-arangodb</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 b3dbe00..5cf9eed 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.5.0-SNAPSHOT</version> + <version>3.6.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 4dd7436..bd3ee3e 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.5.0-SNAPSHOT</version> + <version>3.6.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 bebb2bc..fa3e3be 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.5.0-SNAPSHOT</version> + <version>3.6.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 f04dfb4..7ca6c22 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.5.0-SNAPSHOT</version> + <version>3.6.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 732f0c3..250ba82 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.5.0-SNAPSHOT</version> + <version>3.6.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 3936828..8535397 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.5.0-SNAPSHOT</version> + <version>3.6.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 674abc2..5d887e6 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.5.0-SNAPSHOT</version> + <version>3.6.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 86854e3..605fdf1 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.5.0-SNAPSHOT</version> + <version>3.6.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 d095c0b..a5985b4 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.5.0-SNAPSHOT</version> + <version>3.6.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 14f50b7..f1ccbd0 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.5.0-SNAPSHOT</version> + <version>3.6.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 0009db5..0698528 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.5.0-SNAPSHOT</version> + <version>3.6.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 bdb94c9..dbc06d3 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.5.0-SNAPSHOT</version> + <version>3.6.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 23f7cb1..e524946 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.5.0-SNAPSHOT</version> + <version>3.6.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 5d89f9e..2165925 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.5.0-SNAPSHOT</version> + <version>3.6.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 74e18d3..cbe08eb 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.5.0-SNAPSHOT</version> + <version>3.6.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 de7013b..70ac2aa 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.5.0-SNAPSHOT</version> + <version>3.6.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 3959c24..7374d72 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.5.0-SNAPSHOT</version> + <version>3.6.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 cbea9b4..90eabb9 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.5.0-SNAPSHOT</version> + <version>3.6.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 b61f4ce..65ff42a 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.5.0-SNAPSHOT</version> + <version>3.6.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 c051260..842e728 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.5.0-SNAPSHOT</version> + <version>3.6.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 dcefd08..6e067cf 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.5.0-SNAPSHOT</version> + <version>3.6.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 b4307d3..80a316e 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.5.0-SNAPSHOT</version> + <version>3.6.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 7dd5a40..c7af86b 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.5.0-SNAPSHOT</version> + <version>3.6.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 66bff07..1fc8cfe 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.5.0-SNAPSHOT</version> + <version>3.6.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 ade3413..a1ee49f 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.5.0-SNAPSHOT</version> + <version>3.6.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 8befa92..a831339 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.5.0-SNAPSHOT</version> + <version>3.6.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 7bbddf8..a9c3966 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.5.0-SNAPSHOT</version> + <version>3.6.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 4e1886f..0d70a34 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.5.0-SNAPSHOT</version> + <version>3.6.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 98f8c98..b76508d 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.5.0-SNAPSHOT</version> + <version>3.6.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 111a82c..c0aff61 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.5.0-SNAPSHOT</version> + <version>3.6.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 54f0efd..40d3f78 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.5.0-SNAPSHOT</version> + <version>3.6.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 2cef687..bf9bf3d 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.5.0-SNAPSHOT</version> + <version>3.6.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 6e1926e..82f264d 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.5.0-SNAPSHOT</version> + <version>3.6.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 685619b..b1c9664 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.5.0-SNAPSHOT</version> + <version>3.6.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 5ba5b1d..706d3a7 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.5.0-SNAPSHOT</version> + <version>3.6.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 cf23fb9..f8ecb41 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.5.0-SNAPSHOT</version> + <version>3.6.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 09bef8e..bc3e069 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.5.0-SNAPSHOT</version> + <version>3.6.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 7df25d0..50b7eb2 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.5.0-SNAPSHOT</version> + <version>3.6.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 e88fe16..4042d6f 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.5.0-SNAPSHOT</version> + <version>3.6.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 bff7b1c..668273a 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.5.0-SNAPSHOT</version> + <version>3.6.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 7c82101..7d8ca95 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.5.0-SNAPSHOT</version> + <version>3.6.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 83d8870..b8079e2 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.5.0-SNAPSHOT</version> + <version>3.6.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 3916b4b..af3c78c 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.5.0-SNAPSHOT</version> + <version>3.6.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 bc437ae..c58b3c6 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.5.0-SNAPSHOT</version> + <version>3.6.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 3627c91..5bbb0fc 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.5.0-SNAPSHOT</version> + <version>3.6.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 c8dee81..fb865e5 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.5.0-SNAPSHOT</version> + <version>3.6.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 8c3176e..9de18b4 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.5.0-SNAPSHOT</version> + <version>3.6.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 75f6f38..2a7ae5d 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.5.0-SNAPSHOT</version> + <version>3.6.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 491b297..ee760dc 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.5.0-SNAPSHOT</version> + <version>3.6.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 4ed69c3..49546d0 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.5.0-SNAPSHOT</version> + <version>3.6.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 8e5244c..a178449 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.5.0-SNAPSHOT</version> + <version>3.6.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 f844b7a..1147857 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.5.0-SNAPSHOT</version> + <version>3.6.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 1efcc4a..b4a610d 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.5.0-SNAPSHOT</version> + <version>3.6.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 02a4a64..b10074a 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.5.0-SNAPSHOT</version> + <version>3.6.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 e3ff935..11d9c83 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.5.0-SNAPSHOT</version> + <version>3.6.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 ff88b90..c312428 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.5.0-SNAPSHOT</version> + <version>3.6.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 11e1608..4e991ce 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.5.0-SNAPSHOT</version> + <version>3.6.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 dfc8fe3..6a5fc7e 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.5.0-SNAPSHOT</version> + <version>3.6.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 6e3f770..36d806e 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.5.0-SNAPSHOT</version> + <version>3.6.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 28b858d..2fd6b73 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.5.0-SNAPSHOT</version> + <version>3.6.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 b0af493..2939795 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.5.0-SNAPSHOT</version> + <version>3.6.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 58e0634..4f922f1 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.5.0-SNAPSHOT</version> + <version>3.6.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 c97dd26..05155f9 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.5.0-SNAPSHOT</version> + <version>3.6.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 cd10736..9a6fd0f 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.5.0-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> </parent> <artifactId>camel-example-spring-cloud-serviceregistry-service</artifactId>