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 1a523762e4174d8a058dd7d5217dd22efe8a1e25 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Oct 21 07:57:57 2020 +0200 Aligned to 3.6.0 --- camel-example-spring-boot-activemq/pom.xml | 2 +- camel-example-spring-boot-actuator-http-metrics/pom.xml | 2 +- camel-example-spring-boot-amqp/pom.xml | 2 +- camel-example-spring-boot-apm-opentracing/pom.xml | 2 +- camel-example-spring-boot-arangodb/pom.xml | 2 +- camel-example-spring-boot-aws2-s3/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 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/camel-example-spring-boot-activemq/pom.xml b/camel-example-spring-boot-activemq/pom.xml index 7075ebe..749f777 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.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>camel-example-spring-boot-activemq</artifactId> diff --git a/camel-example-spring-boot-actuator-http-metrics/pom.xml b/camel-example-spring-boot-actuator-http-metrics/pom.xml index 1c14d09..a0c3ef8 100644 --- a/camel-example-spring-boot-actuator-http-metrics/pom.xml +++ b/camel-example-spring-boot-actuator-http-metrics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>camel-example-spring-boot-actuator-http-metrics</artifactId> diff --git a/camel-example-spring-boot-amqp/pom.xml b/camel-example-spring-boot-amqp/pom.xml index 6e1dcbb..c5368b9 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.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>camel-example-spring-boot-amqp</artifactId> diff --git a/camel-example-spring-boot-apm-opentracing/pom.xml b/camel-example-spring-boot-apm-opentracing/pom.xml index ac9c04d..816a4fa 100644 --- a/camel-example-spring-boot-apm-opentracing/pom.xml +++ b/camel-example-spring-boot-apm-opentracing/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>camel-example-spring-boot-apm-opentracing</artifactId> diff --git a/camel-example-spring-boot-arangodb/pom.xml b/camel-example-spring-boot-arangodb/pom.xml index cd719d1..58af40b 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.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>camel-example-spring-boot-arangodb</artifactId> diff --git a/camel-example-spring-boot-aws2-s3/pom.xml b/camel-example-spring-boot-aws2-s3/pom.xml index 88616ca..f93d732 100644 --- a/camel-example-spring-boot-aws2-s3/pom.xml +++ b/camel-example-spring-boot-aws2-s3/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>camel-example-spring-boot-aws2-s3</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 5cf9eed..11ce1ce 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 bd3ee3e..875ff23 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 fa3e3be..2ec1df9 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 db05285..e201c19 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 250ba82..ca489e3 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 b1d629e..2a4af78 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 5d887e6..f53f993 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 605fdf1..53db987 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 a5985b4..9a9909a 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 f1ccbd0..801d8cb 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 0698528..77980b6 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 dbc06d3..8212cbe 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 e524946..a41d084 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 2165925..3998d17 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 cbe08eb..d527ad2 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 70ac2aa..e7a0960 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 7374d72..2a4c017 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 90eabb9..cb0e283 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 65ff42a..376158a 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 817f610..6cc8490 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 4beaf65..685199f 100644 --- a/camel-example-spring-boot-kafka-offsetrepository/pom.xml +++ b/camel-example-spring-boot-kafka-offsetrepository/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.6.0-SNAPSHOT</version> + <version>3.6.0</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 80a316e..d7b2459 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 c7af86b..2488051 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 1fc8cfe..161df9e 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 a1ee49f..fa3c5c6 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 a831339..d384b68 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 a9c3966..f22aee9 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 8bb31c8..ce78168 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 b76508d..ba35f83 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 c0aff61..ed666bd 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 40d3f78..34a1c80 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 bf9bf3d..7611ac7 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 82f264d..f2c3eb4 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 b1c9664..535d3e5 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 706d3a7..00ec623 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 f8ecb41..d34bae1 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 6160184..1af7cac 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 50b7eb2..7eec7c0 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 4042d6f..0801902 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 668273a..b5a3e24 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 7d8ca95..77f9a6f 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 b8079e2..d2afdd3 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 af3c78c..05aadd4 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 c58b3c6..2aa23c2 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 5bbb0fc..8de0685 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 fb865e5..faf82c8 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 9de18b4..41607d3 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 2a7ae5d..e9b4309 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 ee760dc..258f69c 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 49546d0..0ef4466 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 a178449..17cc579 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 823479a..7d7f432 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 b4a610d..f32dd1c 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 b10074a..97fdebf 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 11d9c83..4b51f95 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 c312428..36dd84f 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 4e991ce..6bda286 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 6a5fc7e..ce4c6f8 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 36d806e..9b9b144 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 2fd6b73..436f27f 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 2939795..14a7d99 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 4f922f1..72194fd 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 05155f9..5b12f60 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.6.0-SNAPSHOT</version> + <version>3.6.0</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 9a6fd0f..78cee8d 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.6.0-SNAPSHOT</version> + <version>3.6.0</version> </parent> <artifactId>camel-example-spring-cloud-serviceregistry-service</artifactId>