This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.9.x in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/camel-3.9.x by this push: new 2ce1814 3.9.0 2ce1814 is described below commit 2ce1814fb498c75e47c55f026e08639e48d564f3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 30 07:57:11 2021 +0200 3.9.0 --- examples/activemq-tomcat/pom.xml | 2 +- examples/aggregate-dist/pom.xml | 2 +- examples/aggregate/pom.xml | 2 +- examples/any23/pom.xml | 2 +- examples/artemis-large-messages/pom.xml | 2 +- examples/artemis/pom.xml | 2 +- examples/as2/pom.xml | 2 +- examples/aws-secrets-manager/pom.xml | 2 +- examples/azure-storage-blob/pom.xml | 2 +- examples/basic/pom.xml | 2 +- examples/bigxml-split/pom.xml | 2 +- examples/billboard-aggregate/pom.xml | 2 +- examples/cafe-endpointdsl/pom.xml | 2 +- examples/cafe/pom.xml | 2 +- examples/cassandra-kubernetes/pom.xml | 2 +- examples/cdi-cassandraql/pom.xml | 2 +- examples/cdi-kubernetes/pom.xml | 2 +- examples/cdi-metrics/pom.xml | 2 +- examples/cdi-minio/pom.xml | 2 +- examples/cdi-properties/pom.xml | 2 +- examples/cdi-rest-servlet/pom.xml | 2 +- examples/cdi-test/pom.xml | 2 +- examples/cdi-xml/pom.xml | 2 +- examples/cdi/pom.xml | 2 +- examples/console/pom.xml | 2 +- examples/csimple-joor/pom.xml | 2 +- examples/csimple/pom.xml | 2 +- examples/cxf-proxy/pom.xml | 2 +- examples/cxf-tomcat/pom.xml | 2 +- examples/cxf/pom.xml | 2 +- examples/debezium-eventhubs-blob/pom.xml | 2 +- examples/debezium/pom.xml | 2 +- examples/fhir/pom.xml | 2 +- examples/flight-recorder/pom.xml | 2 +- examples/ftp/pom.xml | 2 +- examples/hazelcast-kubernetes/pom.xml | 2 +- examples/java8/pom.xml | 2 +- examples/jdbc/pom.xml | 2 +- examples/jms-file/pom.xml | 2 +- examples/jmx/pom.xml | 2 +- examples/jooq/pom.xml | 2 +- examples/kafka/pom.xml | 2 +- examples/kamelet/pom.xml | 2 +- examples/kotlin/pom.xml | 2 +- examples/loadbalancing/pom.xml | 2 +- examples/loan-broker-cxf/pom.xml | 2 +- examples/loan-broker-jms/pom.xml | 2 +- examples/main-artemis/pom.xml | 2 +- examples/main-endpointdsl-aws2-s3-kafka/pom.xml | 2 +- examples/main-endpointdsl-aws2-s3/pom.xml | 2 +- examples/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml | 2 +- examples/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml | 2 +- examples/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml | 2 +- examples/main-endpointdsl-aws2/pom.xml | 2 +- examples/main-endpointdsl-google-pubsub/pom.xml | 2 +- examples/main-endpointdsl/pom.xml | 2 +- examples/main-health/pom.xml | 2 +- examples/main-joor/pom.xml | 2 +- examples/main-lambda/pom.xml | 2 +- examples/main-tiny/pom.xml | 2 +- examples/main-xml/pom.xml | 2 +- examples/main/pom.xml | 2 +- examples/management/pom.xml | 2 +- examples/micrometer/pom.xml | 2 +- examples/mongodb/pom.xml | 2 +- examples/netty-custom-correlation/pom.xml | 2 +- examples/oaipmh/pom.xml | 2 +- examples/openapi-cdi/pom.xml | 2 +- examples/pojo-messaging/pom.xml | 2 +- examples/pom.xml | 2 +- examples/reactive-executor-vertx/pom.xml | 2 +- examples/route-throttling/pom.xml | 2 +- examples/routeloader/pom.xml | 2 +- examples/routetemplate/pom.xml | 2 +- examples/salesforce-consumer/pom.xml | 2 +- examples/servlet-tomcat/pom.xml | 2 +- examples/splunk/pom.xml | 2 +- examples/spring-javaconfig/pom.xml | 2 +- examples/spring-pulsar/pom.xml | 2 +- examples/spring-security/pom.xml | 2 +- examples/spring-ws/pom.xml | 2 +- examples/spring-xquery/pom.xml | 2 +- examples/spring/pom.xml | 2 +- examples/swagger-cdi/pom.xml | 2 +- examples/telegram/pom.xml | 2 +- examples/transformer-cdi/pom.xml | 2 +- examples/transformer-demo/pom.xml | 2 +- examples/twitter-websocket/pom.xml | 2 +- examples/vertx-kafka/pom.xml | 2 +- examples/widget-gadget-cdi/pom.xml | 2 +- examples/widget-gadget-java/pom.xml | 2 +- examples/widget-gadget-xml/pom.xml | 2 +- 92 files changed, 92 insertions(+), 92 deletions(-) diff --git a/examples/activemq-tomcat/pom.xml b/examples/activemq-tomcat/pom.xml index ec1bb1c..4cd9818 100644 --- a/examples/activemq-tomcat/pom.xml +++ b/examples/activemq-tomcat/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-activemq-tomcat</artifactId> diff --git a/examples/aggregate-dist/pom.xml b/examples/aggregate-dist/pom.xml index f22d503..937b8c4 100644 --- a/examples/aggregate-dist/pom.xml +++ b/examples/aggregate-dist/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-aggregate-dist</artifactId> diff --git a/examples/aggregate/pom.xml b/examples/aggregate/pom.xml index 53edbe9..9bd3ef5 100644 --- a/examples/aggregate/pom.xml +++ b/examples/aggregate/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-aggregate</artifactId> diff --git a/examples/any23/pom.xml b/examples/any23/pom.xml index 64fc31e..f1ca844 100644 --- a/examples/any23/pom.xml +++ b/examples/any23/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-any23</artifactId> diff --git a/examples/artemis-large-messages/pom.xml b/examples/artemis-large-messages/pom.xml index a2cd8a6..a0180c2 100644 --- a/examples/artemis-large-messages/pom.xml +++ b/examples/artemis-large-messages/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-artemis-large-messages</artifactId> diff --git a/examples/artemis/pom.xml b/examples/artemis/pom.xml index 4342809..3b42848 100644 --- a/examples/artemis/pom.xml +++ b/examples/artemis/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-artemis</artifactId> diff --git a/examples/as2/pom.xml b/examples/as2/pom.xml index 78161da..9cb2b5e 100644 --- a/examples/as2/pom.xml +++ b/examples/as2/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-as2</artifactId> <name>Camel :: Example :: AS2</name> diff --git a/examples/aws-secrets-manager/pom.xml b/examples/aws-secrets-manager/pom.xml index 1fb19fb..ffb572d 100644 --- a/examples/aws-secrets-manager/pom.xml +++ b/examples/aws-secrets-manager/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-aws-secrets-manager</artifactId> diff --git a/examples/azure-storage-blob/pom.xml b/examples/azure-storage-blob/pom.xml index 59bad6a..5696383 100644 --- a/examples/azure-storage-blob/pom.xml +++ b/examples/azure-storage-blob/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-azure-storage-blob</artifactId> diff --git a/examples/basic/pom.xml b/examples/basic/pom.xml index d479dd2..063f496 100644 --- a/examples/basic/pom.xml +++ b/examples/basic/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-basic</artifactId> diff --git a/examples/bigxml-split/pom.xml b/examples/bigxml-split/pom.xml index b9fbb45..1005924 100644 --- a/examples/bigxml-split/pom.xml +++ b/examples/bigxml-split/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-bigxml-split</artifactId> diff --git a/examples/billboard-aggregate/pom.xml b/examples/billboard-aggregate/pom.xml index 78c3839..8cbc309 100644 --- a/examples/billboard-aggregate/pom.xml +++ b/examples/billboard-aggregate/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-billboard-aggr</artifactId> diff --git a/examples/cafe-endpointdsl/pom.xml b/examples/cafe-endpointdsl/pom.xml index a7ef824..cbb50c1 100644 --- a/examples/cafe-endpointdsl/pom.xml +++ b/examples/cafe-endpointdsl/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cafe-endpointdsl</artifactId> diff --git a/examples/cafe/pom.xml b/examples/cafe/pom.xml index 6195275..c06e697 100644 --- a/examples/cafe/pom.xml +++ b/examples/cafe/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cafe</artifactId> diff --git a/examples/cassandra-kubernetes/pom.xml b/examples/cassandra-kubernetes/pom.xml index af3b513..0283d64 100644 --- a/examples/cassandra-kubernetes/pom.xml +++ b/examples/cassandra-kubernetes/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cassandra-kubernetes</artifactId> diff --git a/examples/cdi-cassandraql/pom.xml b/examples/cdi-cassandraql/pom.xml index 34b5357..944f562 100644 --- a/examples/cdi-cassandraql/pom.xml +++ b/examples/cdi-cassandraql/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cdi-cassandraql</artifactId> diff --git a/examples/cdi-kubernetes/pom.xml b/examples/cdi-kubernetes/pom.xml index 7b3e4d6..dee5c12 100644 --- a/examples/cdi-kubernetes/pom.xml +++ b/examples/cdi-kubernetes/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cdi-kubernetes</artifactId> diff --git a/examples/cdi-metrics/pom.xml b/examples/cdi-metrics/pom.xml index 3e4fd9a..cee9c9b 100644 --- a/examples/cdi-metrics/pom.xml +++ b/examples/cdi-metrics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cdi-metrics</artifactId> diff --git a/examples/cdi-minio/pom.xml b/examples/cdi-minio/pom.xml index cb3045a..e04af2c 100644 --- a/examples/cdi-minio/pom.xml +++ b/examples/cdi-minio/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>examples</artifactId> <groupId>org.apache.camel.example</groupId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cdi-minio</artifactId> diff --git a/examples/cdi-properties/pom.xml b/examples/cdi-properties/pom.xml index 7aac539..e789145 100644 --- a/examples/cdi-properties/pom.xml +++ b/examples/cdi-properties/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cdi-properties</artifactId> diff --git a/examples/cdi-rest-servlet/pom.xml b/examples/cdi-rest-servlet/pom.xml index d2e20a8..a32cc13 100644 --- a/examples/cdi-rest-servlet/pom.xml +++ b/examples/cdi-rest-servlet/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cdi-rest-servlet</artifactId> diff --git a/examples/cdi-test/pom.xml b/examples/cdi-test/pom.xml index daaeb7b..7657c91 100644 --- a/examples/cdi-test/pom.xml +++ b/examples/cdi-test/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cdi-test</artifactId> diff --git a/examples/cdi-xml/pom.xml b/examples/cdi-xml/pom.xml index d8c2ca0..18d5ce4 100644 --- a/examples/cdi-xml/pom.xml +++ b/examples/cdi-xml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cdi-xml</artifactId> diff --git a/examples/cdi/pom.xml b/examples/cdi/pom.xml index 850eff2..ac31abb 100644 --- a/examples/cdi/pom.xml +++ b/examples/cdi/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cdi</artifactId> diff --git a/examples/console/pom.xml b/examples/console/pom.xml index c9413df..ce25dfe 100644 --- a/examples/console/pom.xml +++ b/examples/console/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-console</artifactId> diff --git a/examples/csimple-joor/pom.xml b/examples/csimple-joor/pom.xml index 197e801..5a90137 100644 --- a/examples/csimple-joor/pom.xml +++ b/examples/csimple-joor/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-csimple-joor</artifactId> diff --git a/examples/csimple/pom.xml b/examples/csimple/pom.xml index d9b4eec..f87c5bd 100644 --- a/examples/csimple/pom.xml +++ b/examples/csimple/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-csimple</artifactId> diff --git a/examples/cxf-proxy/pom.xml b/examples/cxf-proxy/pom.xml index e4c07e4..0e022f3 100644 --- a/examples/cxf-proxy/pom.xml +++ b/examples/cxf-proxy/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cxf-proxy</artifactId> diff --git a/examples/cxf-tomcat/pom.xml b/examples/cxf-tomcat/pom.xml index b6425cf..749dc0c 100644 --- a/examples/cxf-tomcat/pom.xml +++ b/examples/cxf-tomcat/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cxf-tomcat</artifactId> diff --git a/examples/cxf/pom.xml b/examples/cxf/pom.xml index 7995517..83c01c8 100644 --- a/examples/cxf/pom.xml +++ b/examples/cxf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-cxf</artifactId> diff --git a/examples/debezium-eventhubs-blob/pom.xml b/examples/debezium-eventhubs-blob/pom.xml index dc75589..9539dac 100644 --- a/examples/debezium-eventhubs-blob/pom.xml +++ b/examples/debezium-eventhubs-blob/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-debezium-eventhubs-blob</artifactId> diff --git a/examples/debezium/pom.xml b/examples/debezium/pom.xml index 1de8534..354c6bd 100644 --- a/examples/debezium/pom.xml +++ b/examples/debezium/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-debezium</artifactId> diff --git a/examples/fhir/pom.xml b/examples/fhir/pom.xml index 3089cd5..b579545 100644 --- a/examples/fhir/pom.xml +++ b/examples/fhir/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-fhir</artifactId> diff --git a/examples/flight-recorder/pom.xml b/examples/flight-recorder/pom.xml index f428360..e9e6f41 100644 --- a/examples/flight-recorder/pom.xml +++ b/examples/flight-recorder/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-flight-recorder</artifactId> diff --git a/examples/ftp/pom.xml b/examples/ftp/pom.xml index fa8d1c9..925adb0 100644 --- a/examples/ftp/pom.xml +++ b/examples/ftp/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-ftp</artifactId> diff --git a/examples/hazelcast-kubernetes/pom.xml b/examples/hazelcast-kubernetes/pom.xml index ee8fd7f..6e73ec4 100644 --- a/examples/hazelcast-kubernetes/pom.xml +++ b/examples/hazelcast-kubernetes/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-hazelcast-kubernetes</artifactId> diff --git a/examples/java8/pom.xml b/examples/java8/pom.xml index 186f746..2720a71 100644 --- a/examples/java8/pom.xml +++ b/examples/java8/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-java8</artifactId> diff --git a/examples/jdbc/pom.xml b/examples/jdbc/pom.xml index c031a94..5cc10da 100644 --- a/examples/jdbc/pom.xml +++ b/examples/jdbc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-jdbc</artifactId> diff --git a/examples/jms-file/pom.xml b/examples/jms-file/pom.xml index fc4b0a6..91a245f 100644 --- a/examples/jms-file/pom.xml +++ b/examples/jms-file/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-jms-file</artifactId> diff --git a/examples/jmx/pom.xml b/examples/jmx/pom.xml index 6c76980..8b1ff55 100644 --- a/examples/jmx/pom.xml +++ b/examples/jmx/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-jmx</artifactId> diff --git a/examples/jooq/pom.xml b/examples/jooq/pom.xml index 6be475b..1d1c41c 100644 --- a/examples/jooq/pom.xml +++ b/examples/jooq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-jooq</artifactId> diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index 77d43e5..3b5c161 100644 --- a/examples/kafka/pom.xml +++ b/examples/kafka/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-kafka</artifactId> diff --git a/examples/kamelet/pom.xml b/examples/kamelet/pom.xml index 52de502..6a6f031 100644 --- a/examples/kamelet/pom.xml +++ b/examples/kamelet/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-kamelet</artifactId> diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml index 5fedfa6..b8f170d 100644 --- a/examples/kotlin/pom.xml +++ b/examples/kotlin/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-kotlin</artifactId> diff --git a/examples/loadbalancing/pom.xml b/examples/loadbalancing/pom.xml index eef353e..9e96efb 100644 --- a/examples/loadbalancing/pom.xml +++ b/examples/loadbalancing/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-loadbalancing</artifactId> diff --git a/examples/loan-broker-cxf/pom.xml b/examples/loan-broker-cxf/pom.xml index 0cd9eae..9712402 100644 --- a/examples/loan-broker-cxf/pom.xml +++ b/examples/loan-broker-cxf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-loan-broker-cxf</artifactId> diff --git a/examples/loan-broker-jms/pom.xml b/examples/loan-broker-jms/pom.xml index 703106c..376eeda 100644 --- a/examples/loan-broker-jms/pom.xml +++ b/examples/loan-broker-jms/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-loan-broker-jms</artifactId> diff --git a/examples/main-artemis/pom.xml b/examples/main-artemis/pom.xml index 85cd735..0582cc7 100644 --- a/examples/main-artemis/pom.xml +++ b/examples/main-artemis/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-artemis</artifactId> diff --git a/examples/main-endpointdsl-aws2-s3-kafka/pom.xml b/examples/main-endpointdsl-aws2-s3-kafka/pom.xml index 89fd539..2256960 100644 --- a/examples/main-endpointdsl-aws2-s3-kafka/pom.xml +++ b/examples/main-endpointdsl-aws2-s3-kafka/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-endpointdsl-aws2-s3-kafka</artifactId> diff --git a/examples/main-endpointdsl-aws2-s3/pom.xml b/examples/main-endpointdsl-aws2-s3/pom.xml index 168e785..e929ee9 100644 --- a/examples/main-endpointdsl-aws2-s3/pom.xml +++ b/examples/main-endpointdsl-aws2-s3/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-endpointdsl-aws2-s3</artifactId> diff --git a/examples/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml b/examples/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml index d7a577d..b0e84bf 100644 --- a/examples/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml +++ b/examples/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-example-main-endpointdsl-aws2</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>aws2-eventbridge-creator</artifactId> diff --git a/examples/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml b/examples/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml index d7e9541..1091e69 100644 --- a/examples/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml +++ b/examples/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-example-main-endpointdsl-aws2</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>aws2-s3-events-inject</artifactId> diff --git a/examples/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml b/examples/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml index 732cd64..40f51ff 100644 --- a/examples/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml +++ b/examples/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-example-main-endpointdsl-aws2</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>aws2-sqs-consumer</artifactId> diff --git a/examples/main-endpointdsl-aws2/pom.xml b/examples/main-endpointdsl-aws2/pom.xml index d912dc3..df3b36f 100644 --- a/examples/main-endpointdsl-aws2/pom.xml +++ b/examples/main-endpointdsl-aws2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-endpointdsl-aws2</artifactId> diff --git a/examples/main-endpointdsl-google-pubsub/pom.xml b/examples/main-endpointdsl-google-pubsub/pom.xml index ec825f8..dfc515e 100644 --- a/examples/main-endpointdsl-google-pubsub/pom.xml +++ b/examples/main-endpointdsl-google-pubsub/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-endpointdsl-google-pubsub</artifactId> diff --git a/examples/main-endpointdsl/pom.xml b/examples/main-endpointdsl/pom.xml index dd1aafc..7ce6fb9 100644 --- a/examples/main-endpointdsl/pom.xml +++ b/examples/main-endpointdsl/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-endpointdsl</artifactId> diff --git a/examples/main-health/pom.xml b/examples/main-health/pom.xml index 2e6c515..0c065c7 100644 --- a/examples/main-health/pom.xml +++ b/examples/main-health/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-health</artifactId> diff --git a/examples/main-joor/pom.xml b/examples/main-joor/pom.xml index 45892f0..ec4585c 100644 --- a/examples/main-joor/pom.xml +++ b/examples/main-joor/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-joor</artifactId> diff --git a/examples/main-lambda/pom.xml b/examples/main-lambda/pom.xml index 6de3385..9411e82 100644 --- a/examples/main-lambda/pom.xml +++ b/examples/main-lambda/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-lambda</artifactId> diff --git a/examples/main-tiny/pom.xml b/examples/main-tiny/pom.xml index 579ee0c..6d5acdf 100644 --- a/examples/main-tiny/pom.xml +++ b/examples/main-tiny/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-tiny</artifactId> diff --git a/examples/main-xml/pom.xml b/examples/main-xml/pom.xml index db412d1..241391f 100644 --- a/examples/main-xml/pom.xml +++ b/examples/main-xml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main-xml</artifactId> diff --git a/examples/main/pom.xml b/examples/main/pom.xml index 3ef59cc..f1d54fb 100644 --- a/examples/main/pom.xml +++ b/examples/main/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-main</artifactId> diff --git a/examples/management/pom.xml b/examples/management/pom.xml index 4ef3ee9..e89f6a1 100644 --- a/examples/management/pom.xml +++ b/examples/management/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-management</artifactId> diff --git a/examples/micrometer/pom.xml b/examples/micrometer/pom.xml index 8606c4b..ef1f7dd 100644 --- a/examples/micrometer/pom.xml +++ b/examples/micrometer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-micrometer</artifactId> diff --git a/examples/mongodb/pom.xml b/examples/mongodb/pom.xml index cf64f0b..c65bda6 100644 --- a/examples/mongodb/pom.xml +++ b/examples/mongodb/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-mongodb</artifactId> diff --git a/examples/netty-custom-correlation/pom.xml b/examples/netty-custom-correlation/pom.xml index 4aec100..6a454e0 100644 --- a/examples/netty-custom-correlation/pom.xml +++ b/examples/netty-custom-correlation/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-netty-custom-correlation</artifactId> diff --git a/examples/oaipmh/pom.xml b/examples/oaipmh/pom.xml index 4421296..701e7d2 100644 --- a/examples/oaipmh/pom.xml +++ b/examples/oaipmh/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-oaipmh</artifactId> diff --git a/examples/openapi-cdi/pom.xml b/examples/openapi-cdi/pom.xml index 0b42a8d..44ba314 100644 --- a/examples/openapi-cdi/pom.xml +++ b/examples/openapi-cdi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-openapi-cdi</artifactId> diff --git a/examples/pojo-messaging/pom.xml b/examples/pojo-messaging/pom.xml index 02d7c08..1b31a49 100644 --- a/examples/pojo-messaging/pom.xml +++ b/examples/pojo-messaging/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-pojo-messaging</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index 751349d..7a19f22 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -178,7 +178,7 @@ <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.9.0-SNAPSHOT</camel.version> + <camel.version>3.9.0</camel.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version> diff --git a/examples/reactive-executor-vertx/pom.xml b/examples/reactive-executor-vertx/pom.xml index 1b72127..064b192 100644 --- a/examples/reactive-executor-vertx/pom.xml +++ b/examples/reactive-executor-vertx/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-reactive-executor-vertx</artifactId> diff --git a/examples/route-throttling/pom.xml b/examples/route-throttling/pom.xml index 81b9073..a46380f 100644 --- a/examples/route-throttling/pom.xml +++ b/examples/route-throttling/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-route-throttling</artifactId> diff --git a/examples/routeloader/pom.xml b/examples/routeloader/pom.xml index 4d8dc41..00befd8 100644 --- a/examples/routeloader/pom.xml +++ b/examples/routeloader/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-routeloader</artifactId> diff --git a/examples/routetemplate/pom.xml b/examples/routetemplate/pom.xml index 2f4bdef..4437e3b 100644 --- a/examples/routetemplate/pom.xml +++ b/examples/routetemplate/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-routetemplate</artifactId> diff --git a/examples/salesforce-consumer/pom.xml b/examples/salesforce-consumer/pom.xml index 2aebf04..26af20c 100644 --- a/examples/salesforce-consumer/pom.xml +++ b/examples/salesforce-consumer/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-salesforce-consumer</artifactId> diff --git a/examples/servlet-tomcat/pom.xml b/examples/servlet-tomcat/pom.xml index adabbf6..8e5b035 100644 --- a/examples/servlet-tomcat/pom.xml +++ b/examples/servlet-tomcat/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-servlet-tomcat</artifactId> diff --git a/examples/splunk/pom.xml b/examples/splunk/pom.xml index 38ff3e7..60eb2ce 100644 --- a/examples/splunk/pom.xml +++ b/examples/splunk/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-splunk</artifactId> diff --git a/examples/spring-javaconfig/pom.xml b/examples/spring-javaconfig/pom.xml index 230cb77..a37bb55 100644 --- a/examples/spring-javaconfig/pom.xml +++ b/examples/spring-javaconfig/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-spring-javaconfig</artifactId> diff --git a/examples/spring-pulsar/pom.xml b/examples/spring-pulsar/pom.xml index 6c4d34a..8fb1af1 100644 --- a/examples/spring-pulsar/pom.xml +++ b/examples/spring-pulsar/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-spring-pulsar</artifactId> diff --git a/examples/spring-security/pom.xml b/examples/spring-security/pom.xml index 0ba2405..4d06fb2 100644 --- a/examples/spring-security/pom.xml +++ b/examples/spring-security/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-spring-security</artifactId> diff --git a/examples/spring-ws/pom.xml b/examples/spring-ws/pom.xml index 77e74b6..c0f74b7 100644 --- a/examples/spring-ws/pom.xml +++ b/examples/spring-ws/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-spring-ws</artifactId> diff --git a/examples/spring-xquery/pom.xml b/examples/spring-xquery/pom.xml index 5f44e2d..b149546 100644 --- a/examples/spring-xquery/pom.xml +++ b/examples/spring-xquery/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-spring-xquery</artifactId> diff --git a/examples/spring/pom.xml b/examples/spring/pom.xml index 3a16cf4..aaf9e59 100644 --- a/examples/spring/pom.xml +++ b/examples/spring/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-spring</artifactId> diff --git a/examples/swagger-cdi/pom.xml b/examples/swagger-cdi/pom.xml index 716d10b..280c3e2 100644 --- a/examples/swagger-cdi/pom.xml +++ b/examples/swagger-cdi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-swagger-cdi</artifactId> diff --git a/examples/telegram/pom.xml b/examples/telegram/pom.xml index 15d3e72..5c0f3b7 100644 --- a/examples/telegram/pom.xml +++ b/examples/telegram/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-telegram</artifactId> diff --git a/examples/transformer-cdi/pom.xml b/examples/transformer-cdi/pom.xml index eee90f5..5e485f1 100644 --- a/examples/transformer-cdi/pom.xml +++ b/examples/transformer-cdi/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-transformer-cdi</artifactId> diff --git a/examples/transformer-demo/pom.xml b/examples/transformer-demo/pom.xml index 008afe3..f4768da 100644 --- a/examples/transformer-demo/pom.xml +++ b/examples/transformer-demo/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-transformer-demo</artifactId> diff --git a/examples/twitter-websocket/pom.xml b/examples/twitter-websocket/pom.xml index f60d3bf..a1b504d 100644 --- a/examples/twitter-websocket/pom.xml +++ b/examples/twitter-websocket/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-twitter-websocket</artifactId> diff --git a/examples/vertx-kafka/pom.xml b/examples/vertx-kafka/pom.xml index 277aa98..8784979 100644 --- a/examples/vertx-kafka/pom.xml +++ b/examples/vertx-kafka/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-vertx-kafka</artifactId> diff --git a/examples/widget-gadget-cdi/pom.xml b/examples/widget-gadget-cdi/pom.xml index 61992ef..d0c40a9 100644 --- a/examples/widget-gadget-cdi/pom.xml +++ b/examples/widget-gadget-cdi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-widget-gadget-cdi</artifactId> diff --git a/examples/widget-gadget-java/pom.xml b/examples/widget-gadget-java/pom.xml index 272f161..a8a6373 100644 --- a/examples/widget-gadget-java/pom.xml +++ b/examples/widget-gadget-java/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-widget-gadget-java</artifactId> diff --git a/examples/widget-gadget-xml/pom.xml b/examples/widget-gadget-xml/pom.xml index 2e60075..5c82b6d 100644 --- a/examples/widget-gadget-xml/pom.xml +++ b/examples/widget-gadget-xml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <artifactId>camel-example-widget-gadget-xml</artifactId>