This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.7.x-align in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 52c851163562ea154f60f76edc9d8599133173c9 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Dec 16 14:30:58 2020 +0100 Next release train is 3.7.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-load-balancer-eip/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-routetemplate/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-splitter-eip/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-type-converter/pom.xml | 2 +- camel-example-spring-boot-undertow-spring-security/pom.xml | 2 +- camel-example-spring-boot-unit-testing/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 +- pom.xml | 4 ++-- 70 files changed, 71 insertions(+), 71 deletions(-) diff --git a/camel-example-spring-boot-activemq/pom.xml b/camel-example-spring-boot-activemq/pom.xml index c8fe9a5..371b4d8 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.7.0-SNAPSHOT</version> + <version>3.7.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 706355e..5c0d3ab 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.7.0-SNAPSHOT</version> + <version>3.7.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 42e7fc7..e2e8b03 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.7.0-SNAPSHOT</version> + <version>3.7.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 2a4af01..d8fdc59 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.7.0-SNAPSHOT</version> + <version>3.7.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 9dc12df..86184d0 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.7.0-SNAPSHOT</version> + <version>3.7.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 dc52cc6..94d4626 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.7.0-SNAPSHOT</version> + <version>3.7.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 3abec2d..8c71e64 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.7.0-SNAPSHOT</version> + <version>3.7.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 8216eac..700622e 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.7.0-SNAPSHOT</version> + <version>3.7.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 5d95bca..174e6aa 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.7.0-SNAPSHOT</version> + <version>3.7.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 48a1332..25f225c 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.7.0-SNAPSHOT</version> + <version>3.7.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 f665eac..9c7f49f 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.7.0-SNAPSHOT</version> + <version>3.7.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 b9a1283..5da0e06 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.7.0-SNAPSHOT</version> + <version>3.7.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 562c3fc..af3df8c 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.7.0-SNAPSHOT</version> + <version>3.7.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 c29a4d9..60f7bad 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.7.0-SNAPSHOT</version> + <version>3.7.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 2e33266..ea42f78 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.7.0-SNAPSHOT</version> + <version>3.7.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 6ddea6e..e22545c 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.7.0-SNAPSHOT</version> + <version>3.7.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 75a171f..1457d06 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.7.0-SNAPSHOT</version> + <version>3.7.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 e60569f..c192614 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.7.0-SNAPSHOT</version> + <version>3.7.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 bbe23de..e40418f 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.7.0-SNAPSHOT</version> + <version>3.7.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 54f8d19..c108ff4 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.7.0-SNAPSHOT</version> + <version>3.7.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 1c7cb68..663e69a 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.7.0-SNAPSHOT</version> + <version>3.7.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 8d7e3b0..0c3b704 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.7.0-SNAPSHOT</version> + <version>3.7.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 7b56711..eb23cb9 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.7.0-SNAPSHOT</version> + <version>3.7.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 5bc1631..b4a93df 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.7.0-SNAPSHOT</version> + <version>3.7.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 7973b04..20b1bcf 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.7.0-SNAPSHOT</version> + <version>3.7.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 301831d..2bc8ec8 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.7.0-SNAPSHOT</version> + <version>3.7.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 de98784..4cf221d 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.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <artifactId>camel-example-spring-boot-kafka-offsetrepository</artifactId> diff --git a/camel-example-spring-boot-load-balancer-eip/pom.xml b/camel-example-spring-boot-load-balancer-eip/pom.xml index 33e24cb..816a434 100644 --- a/camel-example-spring-boot-load-balancer-eip/pom.xml +++ b/camel-example-spring-boot-load-balancer-eip/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-example-spring-boot-master/pom.xml b/camel-example-spring-boot-master/pom.xml index fefcf23..5a154fd 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.7.0-SNAPSHOT</version> + <version>3.7.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 17f23e5..409d585 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.7.0-SNAPSHOT</version> + <version>3.7.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 5109f84..6fa3ce4 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.7.0-SNAPSHOT</version> + <version>3.7.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 b2bcd09..e390c0f 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.7.0-SNAPSHOT</version> + <version>3.7.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 e3786f9..00cc1c5 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.7.0-SNAPSHOT</version> + <version>3.7.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 8280e00..b67e958 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.7.0-SNAPSHOT</version> + <version>3.7.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 568c010..14aacfd 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.7.0-SNAPSHOT</version> + <version>3.7.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 1aebb67..83f3fee 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.7.0-SNAPSHOT</version> + <version>3.7.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 7f747cb..b196927 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.7.0-SNAPSHOT</version> + <version>3.7.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 fba09a3..d67d064 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.7.0-SNAPSHOT</version> + <version>3.7.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 28eca54..9edfdea 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.7.0-SNAPSHOT</version> + <version>3.7.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 072817c..7777531 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.7.0-SNAPSHOT</version> + <version>3.7.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 535a2c7..13ce1b3 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.7.0-SNAPSHOT</version> + <version>3.7.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 cf3cd0a..da9c810 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.7.0-SNAPSHOT</version> + <version>3.7.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 955139c..a97f556 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.7.0-SNAPSHOT</version> + <version>3.7.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 b89a006..bf66409 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.7.0-SNAPSHOT</version> + <version>3.7.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 626c30f..5e4ce24 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.7.0-SNAPSHOT</version> + <version>3.7.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 a740bc5..ed3a015 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.7.0-SNAPSHOT</version> + <version>3.7.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 cda72d2..e43787a 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.7.0-SNAPSHOT</version> + <version>3.7.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 20d2526..315285d 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.7.0-SNAPSHOT</version> + <version>3.7.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 45ac885..ac7f000 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.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <artifactId>camel-example-spring-boot-rest-swagger</artifactId> diff --git a/camel-example-spring-boot-routetemplate/pom.xml b/camel-example-spring-boot-routetemplate/pom.xml index af0fd46..e8ed735 100644 --- a/camel-example-spring-boot-routetemplate/pom.xml +++ b/camel-example-spring-boot-routetemplate/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.springboot.example</groupId> <artifactId>examples</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <artifactId>camel-example-spring-boot-routetemplate</artifactId> diff --git a/camel-example-spring-boot-servicecall/consumer/pom.xml b/camel-example-spring-boot-servicecall/consumer/pom.xml index a2dcf61..c081a7a 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.7.0-SNAPSHOT</version> + <version>3.7.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 5079015..e59d300 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.7.0-SNAPSHOT</version> + <version>3.7.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 a4b4f64..099fa6a 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.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <artifactId>camel-example-spring-boot-servicecall-services</artifactId> diff --git a/camel-example-spring-boot-splitter-eip/pom.xml b/camel-example-spring-boot-splitter-eip/pom.xml index d30f548..1246a43 100644 --- a/camel-example-spring-boot-splitter-eip/pom.xml +++ b/camel-example-spring-boot-splitter-eip/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-example-spring-boot-strimzi/pom.xml b/camel-example-spring-boot-strimzi/pom.xml index 6dffbf8..4a18960 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.7.0-SNAPSHOT</version> + <version>3.7.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 b6523e8..89d384c 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.7.0-SNAPSHOT</version> + <version>3.7.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 aefe8ed..dd6278a 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.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <artifactId>camel-example-spring-boot-twitter-salesforce</artifactId> diff --git a/camel-example-spring-boot-type-converter/pom.xml b/camel-example-spring-boot-type-converter/pom.xml index cfa6744..050ab75 100644 --- a/camel-example-spring-boot-type-converter/pom.xml +++ b/camel-example-spring-boot-type-converter/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-example-spring-boot-undertow-spring-security/pom.xml b/camel-example-spring-boot-undertow-spring-security/pom.xml index 0c4c105..26e09ea 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.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-example-spring-boot-unit-testing/pom.xml b/camel-example-spring-boot-unit-testing/pom.xml index d0c1222..28cf753 100644 --- a/camel-example-spring-boot-unit-testing/pom.xml +++ b/camel-example-spring-boot-unit-testing/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.springboot.example</groupId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.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 0df6c35..38ac47c 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.7.0-SNAPSHOT</version> + <version>3.7.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 bf4c594..7b81c68 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.7.0-SNAPSHOT</version> + <version>3.7.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 4f3bd5f..ff83e1c 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.7.0-SNAPSHOT</version> + <version>3.7.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 d025143..adb11de 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.7.0-SNAPSHOT</version> + <version>3.7.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 4a1d1d8..45a6a7c 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.7.0-SNAPSHOT</version> + <version>3.7.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 c88c1d5..d3cfe8f 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.7.0-SNAPSHOT</version> + <version>3.7.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 317e068..6befbd5 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.7.0-SNAPSHOT</version> + <version>3.7.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 208db01..1ea3075 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.7.0-SNAPSHOT</version> + <version>3.7.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 ed023d8..a036610 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.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <artifactId>camel-example-spring-boot</artifactId> diff --git a/pom.xml b/pom.xml index 802a613..70ae397 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.springboot</groupId> <artifactId>spring-boot</artifactId> - <version>3.7.0-SNAPSHOT</version> + <version>3.7.0</version> </parent> <groupId>org.apache.camel.springboot.example</groupId> @@ -85,7 +85,7 @@ </modules> <properties> - <camel-version>3.7.0-SNAPSHOT</camel-version> + <camel-version>3.7.0</camel-version> <skip.starting.camel.context>false</skip.starting.camel.context> <javax.servlet.api.version>4.0.1</javax.servlet.api.version> <fabric8-maven-plugin-version>4.4.1</fabric8-maven-plugin-version>
