This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push: new 371fa8fd Examples for 4.0.0 release 371fa8fd is described below commit 371fa8fdc1a7f48e60e45df4e7ca7d6ea4f6fa8b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Aug 17 07:11:48 2023 +0200 Examples for 4.0.0 release --- examples/aggregate-dist/pom.xml | 2 +- examples/aggregate/pom.xml | 2 +- examples/as2/pom.xml | 2 +- examples/aws/main-endpointdsl-aws2-s3-kafka/pom.xml | 2 +- examples/aws/main-endpointdsl-aws2-s3/pom.xml | 2 +- examples/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml | 2 +- examples/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml | 2 +- examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml | 2 +- examples/aws/main-endpointdsl-aws2/pom.xml | 2 +- examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml | 2 +- examples/aws/main-endpointdsl-kafka-aws2-s3/pom.xml | 2 +- examples/aws/pom.xml | 2 +- examples/azure/azure-eventhubs/pom.xml | 2 +- examples/azure/azure-storage-blob/pom.xml | 2 +- examples/azure/kafka-azure/pom.xml | 2 +- examples/azure/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/console/pom.xml | 2 +- examples/couchbase-log/pom.xml | 2 +- examples/csimple-joor/pom.xml | 2 +- examples/csimple/pom.xml | 2 +- examples/debezium-eventhubs-blob/pom.xml | 2 +- examples/debezium/pom.xml | 2 +- examples/flight-recorder/pom.xml | 2 +- examples/ftp/pom.xml | 2 +- examples/google/google-pubsub/pom.xml | 2 +- examples/google/pom.xml | 2 +- examples/hazelcast-kubernetes/pom.xml | 2 +- examples/java8/pom.xml | 2 +- examples/jdbc/pom.xml | 2 +- examples/jmx/pom.xml | 2 +- examples/jooq/pom.xml | 2 +- examples/kafka/pom.xml | 2 +- examples/kamelet-chucknorris/pom.xml | 2 +- examples/kamelet-main/pom.xml | 2 +- examples/kamelet-sql/pom.xml | 2 +- examples/kamelet/pom.xml | 2 +- examples/kotlin/pom.xml | 2 +- examples/loadbalancing/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-yaml/pom.xml | 2 +- examples/main/pom.xml | 2 +- examples/mapstruct/pom.xml | 2 +- examples/minio/pom.xml | 2 +- examples/mongodb/pom.xml | 2 +- examples/netty-custom-correlation/pom.xml | 2 +- examples/oaipmh/pom.xml | 2 +- examples/pom.xml | 4 ++-- examples/reactive-executor-vertx/pom.xml | 2 +- examples/resume-api/pom.xml | 2 +- examples/resume-api/resume-api-aws2-kinesis/pom.xml | 2 +- examples/resume-api/resume-api-cassandraql/pom.xml | 2 +- examples/resume-api/resume-api-common/pom.xml | 2 +- examples/resume-api/resume-api-file-offset/pom.xml | 2 +- examples/resume-api/resume-api-fileset-clusterized/pom.xml | 2 +- examples/resume-api/resume-api-fileset-wal/pom.xml | 4 ++-- examples/resume-api/resume-api-fileset/pom.xml | 2 +- examples/routeloader/pom.xml | 2 +- examples/routes-configuration/pom.xml | 2 +- examples/routetemplate-xml/pom.xml | 2 +- examples/routetemplate/pom.xml | 2 +- examples/salesforce-consumer/pom.xml | 2 +- examples/splunk/pom.xml | 2 +- examples/spring-pulsar/pom.xml | 2 +- examples/spring-security/pom.xml | 2 +- examples/spring-xquery/pom.xml | 2 +- examples/spring/pom.xml | 2 +- examples/telegram/pom.xml | 2 +- examples/transformer-demo/pom.xml | 2 +- examples/vault/aws-secrets-manager-reloading/pom.xml | 2 +- examples/vault/aws-secrets-manager/pom.xml | 2 +- examples/vault/azure-key-vault-reloading/pom.xml | 2 +- examples/vault/google-secret-manager-reloading/pom.xml | 2 +- examples/vault/pom.xml | 2 +- examples/whatsapp/pom.xml | 2 +- 85 files changed, 87 insertions(+), 87 deletions(-) diff --git a/examples/aggregate-dist/pom.xml b/examples/aggregate-dist/pom.xml index 2234ae94..8f6ac640 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-aggregate-dist</artifactId> diff --git a/examples/aggregate/pom.xml b/examples/aggregate/pom.xml index 27396deb..323dbf11 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-aggregate</artifactId> diff --git a/examples/as2/pom.xml b/examples/as2/pom.xml index 7c0708ba..a3d52eb3 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-as2</artifactId> <name>Camel :: Example :: AS2</name> diff --git a/examples/aws/main-endpointdsl-aws2-s3-kafka/pom.xml b/examples/aws/main-endpointdsl-aws2-s3-kafka/pom.xml index a41e6289..3b04c24f 100644 --- a/examples/aws/main-endpointdsl-aws2-s3-kafka/pom.xml +++ b/examples/aws/main-endpointdsl-aws2-s3-kafka/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-aws-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-endpointdsl-aws2-s3-kafka</artifactId> diff --git a/examples/aws/main-endpointdsl-aws2-s3/pom.xml b/examples/aws/main-endpointdsl-aws2-s3/pom.xml index fcf25576..d9957b7f 100644 --- a/examples/aws/main-endpointdsl-aws2-s3/pom.xml +++ b/examples/aws/main-endpointdsl-aws2-s3/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-aws-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-endpointdsl-aws2-s3</artifactId> diff --git a/examples/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml b/examples/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml index eac4f64e..c525f706 100644 --- a/examples/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml +++ b/examples/aws/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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>aws2-eventbridge-creator</artifactId> diff --git a/examples/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml b/examples/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml index c5f05ced..56624aaf 100644 --- a/examples/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml +++ b/examples/aws/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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>aws2-s3-events-inject</artifactId> diff --git a/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml b/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml index 21c9d60b..6583f13c 100644 --- a/examples/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml +++ b/examples/aws/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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>aws2-sqs-consumer</artifactId> diff --git a/examples/aws/main-endpointdsl-aws2/pom.xml b/examples/aws/main-endpointdsl-aws2/pom.xml index d965e45e..ee93c4c0 100644 --- a/examples/aws/main-endpointdsl-aws2/pom.xml +++ b/examples/aws/main-endpointdsl-aws2/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-aws-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-endpointdsl-aws2</artifactId> diff --git a/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml b/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml index 1b641154..42e025ee 100644 --- a/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml +++ b/examples/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-aws-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-endpointdsl-kafka-aws2-s3-restarting-policy</artifactId> diff --git a/examples/aws/main-endpointdsl-kafka-aws2-s3/pom.xml b/examples/aws/main-endpointdsl-kafka-aws2-s3/pom.xml index 6b3cba0e..078061fd 100644 --- a/examples/aws/main-endpointdsl-kafka-aws2-s3/pom.xml +++ b/examples/aws/main-endpointdsl-kafka-aws2-s3/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-aws-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-endpointdsl-kafka-aws2-s3</artifactId> diff --git a/examples/aws/pom.xml b/examples/aws/pom.xml index e530bc4c..709cb071 100644 --- a/examples/aws/pom.xml +++ b/examples/aws/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-examples-aws-parent</artifactId> diff --git a/examples/azure/azure-eventhubs/pom.xml b/examples/azure/azure-eventhubs/pom.xml index a7c74f88..d5847746 100644 --- a/examples/azure/azure-eventhubs/pom.xml +++ b/examples/azure/azure-eventhubs/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-azure-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-azure-eventhubs</artifactId> diff --git a/examples/azure/azure-storage-blob/pom.xml b/examples/azure/azure-storage-blob/pom.xml index 21de2541..957d170f 100644 --- a/examples/azure/azure-storage-blob/pom.xml +++ b/examples/azure/azure-storage-blob/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-azure-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-azure-storage-blob</artifactId> diff --git a/examples/azure/kafka-azure/pom.xml b/examples/azure/kafka-azure/pom.xml index 7c44f764..9e756e24 100644 --- a/examples/azure/kafka-azure/pom.xml +++ b/examples/azure/kafka-azure/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-azure-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-kafka-azure-storage-blob</artifactId> diff --git a/examples/azure/pom.xml b/examples/azure/pom.xml index d0499c97..49abe4fb 100644 --- a/examples/azure/pom.xml +++ b/examples/azure/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-examples-azure-parent</artifactId> diff --git a/examples/basic/pom.xml b/examples/basic/pom.xml index 0e4861e7..af6988b1 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-basic</artifactId> diff --git a/examples/bigxml-split/pom.xml b/examples/bigxml-split/pom.xml index 469bc6e9..34757789 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-bigxml-split</artifactId> diff --git a/examples/billboard-aggregate/pom.xml b/examples/billboard-aggregate/pom.xml index 5dea1b17..6c250d6c 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-billboard-aggr</artifactId> diff --git a/examples/cafe-endpointdsl/pom.xml b/examples/cafe-endpointdsl/pom.xml index 29e7223b..a7ea13f4 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-cafe-endpointdsl</artifactId> diff --git a/examples/cafe/pom.xml b/examples/cafe/pom.xml index ada40379..c7c2d2c6 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-cafe</artifactId> diff --git a/examples/cassandra-kubernetes/pom.xml b/examples/cassandra-kubernetes/pom.xml index 91e3f936..4c5ea308 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-cassandra-kubernetes</artifactId> diff --git a/examples/console/pom.xml b/examples/console/pom.xml index 424a6982..ddb418b3 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-console</artifactId> diff --git a/examples/couchbase-log/pom.xml b/examples/couchbase-log/pom.xml index 042c202c..ce732d3e 100644 --- a/examples/couchbase-log/pom.xml +++ b/examples/couchbase-log/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-couchbase</artifactId> diff --git a/examples/csimple-joor/pom.xml b/examples/csimple-joor/pom.xml index c851d61a..327d06c8 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-csimple-joor</artifactId> diff --git a/examples/csimple/pom.xml b/examples/csimple/pom.xml index 17d42659..cb787e57 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-csimple</artifactId> diff --git a/examples/debezium-eventhubs-blob/pom.xml b/examples/debezium-eventhubs-blob/pom.xml index cbe1cbe1..635ad8de 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-debezium-eventhubs-blob</artifactId> diff --git a/examples/debezium/pom.xml b/examples/debezium/pom.xml index 3c57a652..4ffa3c1f 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-debezium</artifactId> diff --git a/examples/flight-recorder/pom.xml b/examples/flight-recorder/pom.xml index f068de59..35623a3e 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-flight-recorder</artifactId> diff --git a/examples/ftp/pom.xml b/examples/ftp/pom.xml index 4f6aaf16..f0dc82b4 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-ftp</artifactId> diff --git a/examples/google/google-pubsub/pom.xml b/examples/google/google-pubsub/pom.xml index f68565cc..dbe28fdb 100644 --- a/examples/google/google-pubsub/pom.xml +++ b/examples/google/google-pubsub/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-google-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-google-pubsub</artifactId> diff --git a/examples/google/pom.xml b/examples/google/pom.xml index 895a510a..998b89d9 100644 --- a/examples/google/pom.xml +++ b/examples/google/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-examples-google-parent</artifactId> diff --git a/examples/hazelcast-kubernetes/pom.xml b/examples/hazelcast-kubernetes/pom.xml index 3a97818f..8ca3def1 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-hazelcast-kubernetes</artifactId> diff --git a/examples/java8/pom.xml b/examples/java8/pom.xml index 074ded46..68f270ea 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-java8</artifactId> diff --git a/examples/jdbc/pom.xml b/examples/jdbc/pom.xml index b6ce56f8..6e23e8c1 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-jdbc</artifactId> diff --git a/examples/jmx/pom.xml b/examples/jmx/pom.xml index bce5d49a..124c1062 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-jmx</artifactId> diff --git a/examples/jooq/pom.xml b/examples/jooq/pom.xml index 16dec5e5..94d06fc6 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-jooq</artifactId> diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml index d620ecd1..62fcc9ed 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-kafka</artifactId> diff --git a/examples/kamelet-chucknorris/pom.xml b/examples/kamelet-chucknorris/pom.xml index 6fc020ac..ca3acb62 100644 --- a/examples/kamelet-chucknorris/pom.xml +++ b/examples/kamelet-chucknorris/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-kamelet-chucknorris</artifactId> diff --git a/examples/kamelet-main/pom.xml b/examples/kamelet-main/pom.xml index afbc2f9c..cd188477 100644 --- a/examples/kamelet-main/pom.xml +++ b/examples/kamelet-main/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-kamelet-main</artifactId> diff --git a/examples/kamelet-sql/pom.xml b/examples/kamelet-sql/pom.xml index 5500eb4f..f319b725 100644 --- a/examples/kamelet-sql/pom.xml +++ b/examples/kamelet-sql/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-kamelet-sql</artifactId> diff --git a/examples/kamelet/pom.xml b/examples/kamelet/pom.xml index b549e13a..f06049d2 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-kamelet</artifactId> diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml index a0b8f3dc..2b4d7985 100644 --- a/examples/kotlin/pom.xml +++ b/examples/kotlin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-kotlin</artifactId> diff --git a/examples/loadbalancing/pom.xml b/examples/loadbalancing/pom.xml index edac1bc5..1a407761 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-loadbalancing</artifactId> diff --git a/examples/main-endpointdsl/pom.xml b/examples/main-endpointdsl/pom.xml index cf327bc2..42d8d392 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-endpointdsl</artifactId> diff --git a/examples/main-health/pom.xml b/examples/main-health/pom.xml index 48c88922..bcdfc6a7 100644 --- a/examples/main-health/pom.xml +++ b/examples/main-health/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-health</artifactId> diff --git a/examples/main-joor/pom.xml b/examples/main-joor/pom.xml index 2972e84b..3aac8d56 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-joor</artifactId> diff --git a/examples/main-lambda/pom.xml b/examples/main-lambda/pom.xml index 5afebd94..c6594f8d 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-lambda</artifactId> diff --git a/examples/main-tiny/pom.xml b/examples/main-tiny/pom.xml index 06f6556a..c74e9046 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-tiny</artifactId> diff --git a/examples/main-xml/pom.xml b/examples/main-xml/pom.xml index 8d04c305..70003f52 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-xml</artifactId> diff --git a/examples/main-yaml/pom.xml b/examples/main-yaml/pom.xml index a3bc6eb3..75acdd84 100644 --- a/examples/main-yaml/pom.xml +++ b/examples/main-yaml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main-yaml</artifactId> diff --git a/examples/main/pom.xml b/examples/main/pom.xml index 62c26ae1..67ef2fad 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-main</artifactId> diff --git a/examples/mapstruct/pom.xml b/examples/mapstruct/pom.xml index ecf4b251..0483f603 100644 --- a/examples/mapstruct/pom.xml +++ b/examples/mapstruct/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-mapstruct</artifactId> diff --git a/examples/minio/pom.xml b/examples/minio/pom.xml index 10e03035..5b860dcc 100644 --- a/examples/minio/pom.xml +++ b/examples/minio/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-minio</artifactId> diff --git a/examples/mongodb/pom.xml b/examples/mongodb/pom.xml index 93bbbe5d..8da55a8d 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>4.0.0-SNAPSHOT</version> + <version>4.0.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 f2551619..13bf2269 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-netty-custom-correlation</artifactId> diff --git a/examples/oaipmh/pom.xml b/examples/oaipmh/pom.xml index 3ac5bf9a..f9833582 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-oaipmh</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index 5cf8248c..84957af0 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> <packaging>pom</packaging> <name>Camel Examples</name> diff --git a/examples/reactive-executor-vertx/pom.xml b/examples/reactive-executor-vertx/pom.xml index 61bc3918..39de3c2e 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-reactive-executor-vertx</artifactId> diff --git a/examples/resume-api/pom.xml b/examples/resume-api/pom.xml index 41aebe99..21edd0b6 100644 --- a/examples/resume-api/pom.xml +++ b/examples/resume-api/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> diff --git a/examples/resume-api/resume-api-aws2-kinesis/pom.xml b/examples/resume-api/resume-api-aws2-kinesis/pom.xml index b6162fd4..f9244849 100644 --- a/examples/resume-api/resume-api-aws2-kinesis/pom.xml +++ b/examples/resume-api/resume-api-aws2-kinesis/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-example-resume-api-parent</artifactId> <groupId>org.apache.camel.example</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/resume-api/resume-api-cassandraql/pom.xml b/examples/resume-api/resume-api-cassandraql/pom.xml index 13daddac..55219593 100644 --- a/examples/resume-api/resume-api-cassandraql/pom.xml +++ b/examples/resume-api/resume-api-cassandraql/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-example-resume-api-parent</artifactId> <groupId>org.apache.camel.example</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/resume-api/resume-api-common/pom.xml b/examples/resume-api/resume-api-common/pom.xml index f3030dc5..5b06abf7 100644 --- a/examples/resume-api/resume-api-common/pom.xml +++ b/examples/resume-api/resume-api-common/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-example-resume-api-parent</artifactId> <groupId>org.apache.camel.example</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/resume-api/resume-api-file-offset/pom.xml b/examples/resume-api/resume-api-file-offset/pom.xml index 026f5dbd..1d5a0967 100644 --- a/examples/resume-api/resume-api-file-offset/pom.xml +++ b/examples/resume-api/resume-api-file-offset/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-example-resume-api-parent</artifactId> <groupId>org.apache.camel.example</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/resume-api/resume-api-fileset-clusterized/pom.xml b/examples/resume-api/resume-api-fileset-clusterized/pom.xml index cf3fd78d..64e6f0e7 100644 --- a/examples/resume-api/resume-api-fileset-clusterized/pom.xml +++ b/examples/resume-api/resume-api-fileset-clusterized/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-example-resume-api-parent</artifactId> <groupId>org.apache.camel.example</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/resume-api/resume-api-fileset-wal/pom.xml b/examples/resume-api/resume-api-fileset-wal/pom.xml index 2a4af166..074fe50b 100644 --- a/examples/resume-api/resume-api-fileset-wal/pom.xml +++ b/examples/resume-api/resume-api-fileset-wal/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-example-resume-api-parent</artifactId> <groupId>org.apache.camel.example</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-wal</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </dependency> <dependency> <groupId>org.apache.camel.example</groupId> diff --git a/examples/resume-api/resume-api-fileset/pom.xml b/examples/resume-api/resume-api-fileset/pom.xml index 468e7e04..b1a07896 100644 --- a/examples/resume-api/resume-api-fileset/pom.xml +++ b/examples/resume-api/resume-api-fileset/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>camel-example-resume-api-parent</artifactId> <groupId>org.apache.camel.example</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/routeloader/pom.xml b/examples/routeloader/pom.xml index c4acef7c..8b783e03 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-routeloader</artifactId> diff --git a/examples/routes-configuration/pom.xml b/examples/routes-configuration/pom.xml index d30890f6..50d60962 100644 --- a/examples/routes-configuration/pom.xml +++ b/examples/routes-configuration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-routes-configuration</artifactId> diff --git a/examples/routetemplate-xml/pom.xml b/examples/routetemplate-xml/pom.xml index 3565707f..9005bc15 100644 --- a/examples/routetemplate-xml/pom.xml +++ b/examples/routetemplate-xml/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-routetemplate-xml</artifactId> diff --git a/examples/routetemplate/pom.xml b/examples/routetemplate/pom.xml index eb04c342..92f3bb3a 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-routetemplate</artifactId> diff --git a/examples/salesforce-consumer/pom.xml b/examples/salesforce-consumer/pom.xml index b18afa00..a0d447b5 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-salesforce-consumer</artifactId> diff --git a/examples/splunk/pom.xml b/examples/splunk/pom.xml index 48ef1f67..8594ded4 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-splunk</artifactId> diff --git a/examples/spring-pulsar/pom.xml b/examples/spring-pulsar/pom.xml index 0972bbce..3723a984 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-spring-pulsar</artifactId> diff --git a/examples/spring-security/pom.xml b/examples/spring-security/pom.xml index 4e8a8f11..e3a00fe3 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-spring-security</artifactId> diff --git a/examples/spring-xquery/pom.xml b/examples/spring-xquery/pom.xml index 2cb6cc9c..f1ee0176 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-spring-xquery</artifactId> diff --git a/examples/spring/pom.xml b/examples/spring/pom.xml index 56ca9b3a..d6f960c0 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-spring</artifactId> diff --git a/examples/telegram/pom.xml b/examples/telegram/pom.xml index 86869025..f5ceedfc 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-telegram</artifactId> diff --git a/examples/transformer-demo/pom.xml b/examples/transformer-demo/pom.xml index 3cee2c4c..b67fff00 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>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-transformer-demo</artifactId> diff --git a/examples/vault/aws-secrets-manager-reloading/pom.xml b/examples/vault/aws-secrets-manager-reloading/pom.xml index 2c2e90cc..15b5d74e 100644 --- a/examples/vault/aws-secrets-manager-reloading/pom.xml +++ b/examples/vault/aws-secrets-manager-reloading/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-vault-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-aws-secrets-manager-reloading</artifactId> diff --git a/examples/vault/aws-secrets-manager/pom.xml b/examples/vault/aws-secrets-manager/pom.xml index 133eae1e..e845b4ea 100644 --- a/examples/vault/aws-secrets-manager/pom.xml +++ b/examples/vault/aws-secrets-manager/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-vault-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-aws-secrets-manager</artifactId> diff --git a/examples/vault/azure-key-vault-reloading/pom.xml b/examples/vault/azure-key-vault-reloading/pom.xml index 804a4e22..ad454af0 100644 --- a/examples/vault/azure-key-vault-reloading/pom.xml +++ b/examples/vault/azure-key-vault-reloading/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-vault-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-azure-key-vault-reloading</artifactId> diff --git a/examples/vault/google-secret-manager-reloading/pom.xml b/examples/vault/google-secret-manager-reloading/pom.xml index e2adca0d..163d39bd 100644 --- a/examples/vault/google-secret-manager-reloading/pom.xml +++ b/examples/vault/google-secret-manager-reloading/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>camel-examples-vault-parent</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-google-secret-manager-reloading</artifactId> diff --git a/examples/vault/pom.xml b/examples/vault/pom.xml index 4460ce21..de0e5780 100644 --- a/examples/vault/pom.xml +++ b/examples/vault/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-examples-vault-parent</artifactId> diff --git a/examples/whatsapp/pom.xml b/examples/whatsapp/pom.xml index 054a49d0..7ca48c2c 100644 --- a/examples/whatsapp/pom.xml +++ b/examples/whatsapp/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>4.0.0</version> </parent> <artifactId>camel-example-whatsapp</artifactId>