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 05d881cd Bump for next version
05d881cd is described below
commit 05d881cdc2f96e57319e2d7f37669f7016592bc2
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 19 21:20:20 2025 +0200
Bump for next version
---
aggregate-dist/pom.xml | 2 +-
aggregate/pom.xml | 2 +-
aws/main-endpointdsl-aws-kcl-kinesis/pom.xml | 2 +-
aws/main-endpointdsl-aws2-s3-kafka/pom.xml | 2 +-
aws/main-endpointdsl-aws2-s3/pom.xml | 2 +-
aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml | 2 +-
aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml | 2 +-
aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml | 2 +-
aws/main-endpointdsl-aws2/pom.xml | 2 +-
aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml | 2 +-
aws/main-endpointdsl-kafka-aws2-s3/pom.xml | 2 +-
aws/pom.xml | 2 +-
azure/azure-eventhubs/pom.xml | 2 +-
azure/azure-storage-blob/pom.xml | 2 +-
azure/kafka-azure/pom.xml | 2 +-
azure/pom.xml | 2 +-
basic/pom.xml | 2 +-
bigxml-split/pom.xml | 2 +-
billboard-aggregate/pom.xml | 2 +-
cafe-endpointdsl/pom.xml | 2 +-
cafe/pom.xml | 2 +-
cassandra-kubernetes/README.adoc | 2 +-
cassandra-kubernetes/pom.xml | 2 +-
console/pom.xml | 2 +-
couchbase-log/pom.xml | 2 +-
csimple-joor/pom.xml | 2 +-
csimple/pom.xml | 2 +-
debezium-eventhubs-blob/pom.xml | 2 +-
debezium/pom.xml | 2 +-
flight-recorder/pom.xml | 2 +-
ftp/pom.xml | 2 +-
google/google-pubsub/pom.xml | 2 +-
google/pom.xml | 2 +-
hazelcast-kubernetes/pom.xml | 2 +-
java-lambda/pom.xml | 2 +-
jdbc/pom.xml | 2 +-
jmx/pom.xml | 2 +-
jooq/pom.xml | 2 +-
kafka/pom.xml | 2 +-
kamelet-chucknorris/pom.xml | 2 +-
kamelet-main/pom.xml | 2 +-
kamelet-sql/pom.xml | 2 +-
kamelet/pom.xml | 2 +-
loadbalancing/pom.xml | 2 +-
main-endpointdsl/pom.xml | 2 +-
main-groovy/pom.xml | 2 +-
main-health/pom.xml | 2 +-
main-joor/pom.xml | 2 +-
main-lambda/pom.xml | 2 +-
main-micrometer/pom.xml | 2 +-
main-tiny/pom.xml | 2 +-
main-xml/pom.xml | 2 +-
main-yaml/pom.xml | 2 +-
main/pom.xml | 2 +-
mapstruct/pom.xml | 2 +-
minio/pom.xml | 2 +-
mongodb/pom.xml | 2 +-
netty-custom-correlation/pom.xml | 2 +-
pom.xml | 4 ++--
resume-api/pom.xml | 2 +-
resume-api/resume-api-aws2-kinesis/pom.xml | 2 +-
resume-api/resume-api-cassandraql/pom.xml | 2 +-
resume-api/resume-api-common/pom.xml | 2 +-
resume-api/resume-api-file-offset/pom.xml | 2 +-
resume-api/resume-api-fileset-clusterized/pom.xml | 2 +-
resume-api/resume-api-fileset-wal/pom.xml | 2 +-
resume-api/resume-api-fileset/pom.xml | 2 +-
routeloader/pom.xml | 2 +-
routes-configuration/pom.xml | 2 +-
routetemplate-xml/pom.xml | 2 +-
routetemplate/pom.xml | 2 +-
salesforce-consumer/pom.xml | 2 +-
splunk/pom.xml | 2 +-
spring-pulsar/pom.xml | 2 +-
spring-xquery/pom.xml | 2 +-
spring/pom.xml | 2 +-
telegram/pom.xml | 2 +-
transformer-demo/pom.xml | 2 +-
vault/aws-secrets-manager-reloading/pom.xml | 2 +-
vault/aws-secrets-manager/pom.xml | 2 +-
vault/azure-key-vault-reloading/pom.xml | 2 +-
vault/google-secret-manager-reloading/pom.xml | 2 +-
vault/pom.xml | 2 +-
whatsapp/pom.xml | 2 +-
84 files changed, 85 insertions(+), 85 deletions(-)
diff --git a/aggregate-dist/pom.xml b/aggregate-dist/pom.xml
index 36608e8f..8c09646f 100644
--- a/aggregate-dist/pom.xml
+++ b/aggregate-dist/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-aggregate-dist</artifactId>
diff --git a/aggregate/pom.xml b/aggregate/pom.xml
index db6e049a..97f895eb 100644
--- a/aggregate/pom.xml
+++ b/aggregate/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-aggregate</artifactId>
diff --git a/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml
b/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml
index 6512556e..3ad8e9ce 100644
--- a/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml
+++ b/aws/main-endpointdsl-aws-kcl-kinesis/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples-aws-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-endpointdsl-aws2-kinesis-kcl</artifactId>
diff --git a/aws/main-endpointdsl-aws2-s3-kafka/pom.xml
b/aws/main-endpointdsl-aws2-s3-kafka/pom.xml
index c58b1aec..78fb38e0 100644
--- a/aws/main-endpointdsl-aws2-s3-kafka/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-endpointdsl-aws2-s3-kafka</artifactId>
diff --git a/aws/main-endpointdsl-aws2-s3/pom.xml
b/aws/main-endpointdsl-aws2-s3/pom.xml
index a16962fb..92424dca 100644
--- a/aws/main-endpointdsl-aws2-s3/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-endpointdsl-aws2-s3</artifactId>
diff --git a/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml
b/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml
index 7c9ff657..4ae58a64 100644
--- a/aws/main-endpointdsl-aws2/aws2-eventbridge-creator/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>aws2-eventbridge-creator</artifactId>
diff --git a/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml
b/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml
index c52bfa15..ff1839b8 100644
--- a/aws/main-endpointdsl-aws2/aws2-s3-events-inject/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>aws2-s3-events-inject</artifactId>
diff --git a/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml
b/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml
index 38ce2027..07c611e5 100644
--- a/aws/main-endpointdsl-aws2/aws2-sqs-consumer/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>aws2-sqs-consumer</artifactId>
diff --git a/aws/main-endpointdsl-aws2/pom.xml
b/aws/main-endpointdsl-aws2/pom.xml
index 00a3ddda..653f82db 100644
--- a/aws/main-endpointdsl-aws2/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-endpointdsl-aws2</artifactId>
diff --git a/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml
b/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml
index 015dcbdc..94e53ae8 100644
--- a/aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-endpointdsl-kafka-aws2-s3-restarting-policy</artifactId>
diff --git a/aws/main-endpointdsl-kafka-aws2-s3/pom.xml
b/aws/main-endpointdsl-kafka-aws2-s3/pom.xml
index 2133a3be..bedce882 100644
--- a/aws/main-endpointdsl-kafka-aws2-s3/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-endpointdsl-kafka-aws2-s3</artifactId>
diff --git a/aws/pom.xml b/aws/pom.xml
index d68b7c18..b035f12a 100644
--- a/aws/pom.xml
+++ b/aws/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-examples-aws-parent</artifactId>
diff --git a/azure/azure-eventhubs/pom.xml b/azure/azure-eventhubs/pom.xml
index 64e0c3bd..4ec77f08 100644
--- a/azure/azure-eventhubs/pom.xml
+++ b/azure/azure-eventhubs/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples-azure-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-azure-eventhubs</artifactId>
diff --git a/azure/azure-storage-blob/pom.xml b/azure/azure-storage-blob/pom.xml
index 1f9dee77..9b60b40a 100644
--- a/azure/azure-storage-blob/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-azure-storage-blob</artifactId>
diff --git a/azure/kafka-azure/pom.xml b/azure/kafka-azure/pom.xml
index 3e9e8364..de37ad5b 100644
--- a/azure/kafka-azure/pom.xml
+++ b/azure/kafka-azure/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples-azure-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-kafka-azure-storage-blob</artifactId>
diff --git a/azure/pom.xml b/azure/pom.xml
index 499908b8..9d2862b5 100644
--- a/azure/pom.xml
+++ b/azure/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-examples-azure-parent</artifactId>
diff --git a/basic/pom.xml b/basic/pom.xml
index bec1bd7b..7474a59f 100644
--- a/basic/pom.xml
+++ b/basic/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-basic</artifactId>
diff --git a/bigxml-split/pom.xml b/bigxml-split/pom.xml
index 1169d3e5..8ad2713b 100644
--- a/bigxml-split/pom.xml
+++ b/bigxml-split/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-bigxml-split</artifactId>
diff --git a/billboard-aggregate/pom.xml b/billboard-aggregate/pom.xml
index 532b421a..68ac2b86 100644
--- a/billboard-aggregate/pom.xml
+++ b/billboard-aggregate/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-billboard-aggr</artifactId>
diff --git a/cafe-endpointdsl/pom.xml b/cafe-endpointdsl/pom.xml
index efd87733..48b41ef3 100644
--- a/cafe-endpointdsl/pom.xml
+++ b/cafe-endpointdsl/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-cafe-endpointdsl</artifactId>
diff --git a/cafe/pom.xml b/cafe/pom.xml
index 365e2f62..7e8fdd0a 100644
--- a/cafe/pom.xml
+++ b/cafe/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-cafe</artifactId>
diff --git a/cassandra-kubernetes/README.adoc b/cassandra-kubernetes/README.adoc
index 23b2e039..d1765406 100644
--- a/cassandra-kubernetes/README.adoc
+++ b/cassandra-kubernetes/README.adoc
@@ -97,7 +97,7 @@ You should then see an output similar to this:
[INFO] k8s: 2020-08-07 12:34:38,012 [main ] INFO
AbstractCamelContext - Apache Camel 3.8.0-SNAPSHOT (camel-1) is
starting
[INFO] k8s: 2020-08-07 12:34:38,019 [main ] INFO
AbstractCamelContext - StreamCaching is not in use. If using streams
then its recommended to enable stream caching. See more details at
http://camel.apache.org/stream-caching.html
[INFO] k8s: 2020-08-07 12:34:38,019 [main ] INFO
AbstractCamelContext - Using HealthCheck: camel-health
-[INFO] k8s: 2020-08-07 12:34:38,664 [main ] INFO
DefaultMavenCoordinates - DataStax Java driver for Apache Cassandra(R)
(com.datastax.oss:java-driver-core) version 4.14.0-SNAPSHOT
+[INFO] k8s: 2020-08-07 12:34:38,664 [main ] INFO
DefaultMavenCoordinates - DataStax Java driver for Apache Cassandra(R)
(com.datastax.oss:java-driver-core) version 4.15.0-SNAPSHOT
[INFO] k8s: 2020-08-07 12:34:39,554 [s0-admin-0 ] INFO Clock
- Using native clock for microsecond precision
[INFO] k8s: 2020-08-07 12:34:41,453 [main ] INFO
InternalRouteStartupManager - Route: cassandra-route started and consuming
from: timer://foo
[INFO] k8s: 2020-08-07 12:34:41,454 [main ] INFO
AbstractCamelContext - Total 1 routes, of which 1 are started
diff --git a/cassandra-kubernetes/pom.xml b/cassandra-kubernetes/pom.xml
index 729c1383..9d784b64 100644
--- a/cassandra-kubernetes/pom.xml
+++ b/cassandra-kubernetes/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-cassandra-kubernetes</artifactId>
diff --git a/console/pom.xml b/console/pom.xml
index 4ff313c0..067a0e54 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-console</artifactId>
diff --git a/couchbase-log/pom.xml b/couchbase-log/pom.xml
index 22b621dd..9438cd8e 100644
--- a/couchbase-log/pom.xml
+++ b/couchbase-log/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-couchbase</artifactId>
diff --git a/csimple-joor/pom.xml b/csimple-joor/pom.xml
index 7ebbb784..c9072097 100644
--- a/csimple-joor/pom.xml
+++ b/csimple-joor/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-csimple-joor</artifactId>
diff --git a/csimple/pom.xml b/csimple/pom.xml
index 5f290c0e..55529790 100644
--- a/csimple/pom.xml
+++ b/csimple/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-csimple</artifactId>
diff --git a/debezium-eventhubs-blob/pom.xml b/debezium-eventhubs-blob/pom.xml
index 4d0ae932..98d7f2d2 100644
--- a/debezium-eventhubs-blob/pom.xml
+++ b/debezium-eventhubs-blob/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-debezium-eventhubs-blob</artifactId>
diff --git a/debezium/pom.xml b/debezium/pom.xml
index 76662384..c72a9c7e 100644
--- a/debezium/pom.xml
+++ b/debezium/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-debezium</artifactId>
diff --git a/flight-recorder/pom.xml b/flight-recorder/pom.xml
index 64b94965..b51bec6d 100644
--- a/flight-recorder/pom.xml
+++ b/flight-recorder/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-flight-recorder</artifactId>
diff --git a/ftp/pom.xml b/ftp/pom.xml
index 4b5d0c56..06e27244 100644
--- a/ftp/pom.xml
+++ b/ftp/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-ftp</artifactId>
diff --git a/google/google-pubsub/pom.xml b/google/google-pubsub/pom.xml
index b72b6410..d7d9ffcb 100644
--- a/google/google-pubsub/pom.xml
+++ b/google/google-pubsub/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples-google-parent</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-google-pubsub</artifactId>
diff --git a/google/pom.xml b/google/pom.xml
index c9b4586b..d3d4a8bf 100644
--- a/google/pom.xml
+++ b/google/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-examples-google-parent</artifactId>
diff --git a/hazelcast-kubernetes/pom.xml b/hazelcast-kubernetes/pom.xml
index 80efbbec..6c646a28 100644
--- a/hazelcast-kubernetes/pom.xml
+++ b/hazelcast-kubernetes/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-hazelcast-kubernetes</artifactId>
diff --git a/java-lambda/pom.xml b/java-lambda/pom.xml
index ac5819b4..04bcb746 100644
--- a/java-lambda/pom.xml
+++ b/java-lambda/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-java-lambda</artifactId>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index fe9f5847..8d319e8b 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-jdbc</artifactId>
diff --git a/jmx/pom.xml b/jmx/pom.xml
index dd548831..41b87734 100644
--- a/jmx/pom.xml
+++ b/jmx/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-jmx</artifactId>
diff --git a/jooq/pom.xml b/jooq/pom.xml
index 654262f9..be64ea5b 100644
--- a/jooq/pom.xml
+++ b/jooq/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-jooq</artifactId>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 879ff699..1b6af6cb 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-kafka</artifactId>
diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index 1fc87e42..b4b86032 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-kamelet-chucknorris</artifactId>
diff --git a/kamelet-main/pom.xml b/kamelet-main/pom.xml
index 3bd091d2..3df5267e 100644
--- a/kamelet-main/pom.xml
+++ b/kamelet-main/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-kamelet-main</artifactId>
diff --git a/kamelet-sql/pom.xml b/kamelet-sql/pom.xml
index aa6e7bbf..79ea5023 100644
--- a/kamelet-sql/pom.xml
+++ b/kamelet-sql/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-kamelet-sql</artifactId>
diff --git a/kamelet/pom.xml b/kamelet/pom.xml
index e38d850c..0199c5ef 100644
--- a/kamelet/pom.xml
+++ b/kamelet/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-kamelet</artifactId>
diff --git a/loadbalancing/pom.xml b/loadbalancing/pom.xml
index 57a32c9f..a8f14dc9 100644
--- a/loadbalancing/pom.xml
+++ b/loadbalancing/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-loadbalancing</artifactId>
diff --git a/main-endpointdsl/pom.xml b/main-endpointdsl/pom.xml
index b9443c08..2ae5c489 100644
--- a/main-endpointdsl/pom.xml
+++ b/main-endpointdsl/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-endpointdsl</artifactId>
diff --git a/main-groovy/pom.xml b/main-groovy/pom.xml
index 031e9d30..e448cf81 100644
--- a/main-groovy/pom.xml
+++ b/main-groovy/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-groovy</artifactId>
diff --git a/main-health/pom.xml b/main-health/pom.xml
index 61965b4d..255f4f17 100644
--- a/main-health/pom.xml
+++ b/main-health/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-health</artifactId>
diff --git a/main-joor/pom.xml b/main-joor/pom.xml
index 1aa16436..9b7552aa 100644
--- a/main-joor/pom.xml
+++ b/main-joor/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-joor</artifactId>
diff --git a/main-lambda/pom.xml b/main-lambda/pom.xml
index b6bd1c34..3d6b9137 100644
--- a/main-lambda/pom.xml
+++ b/main-lambda/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-lambda</artifactId>
diff --git a/main-micrometer/pom.xml b/main-micrometer/pom.xml
index 1708e68b..0e1b34f9 100644
--- a/main-micrometer/pom.xml
+++ b/main-micrometer/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-micrometer</artifactId>
diff --git a/main-tiny/pom.xml b/main-tiny/pom.xml
index 0846c875..b70d866f 100644
--- a/main-tiny/pom.xml
+++ b/main-tiny/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-tiny</artifactId>
diff --git a/main-xml/pom.xml b/main-xml/pom.xml
index 8d0a143e..146f007a 100644
--- a/main-xml/pom.xml
+++ b/main-xml/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-xml</artifactId>
diff --git a/main-yaml/pom.xml b/main-yaml/pom.xml
index 37fbf38b..b3d81a96 100644
--- a/main-yaml/pom.xml
+++ b/main-yaml/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main-yaml</artifactId>
diff --git a/main/pom.xml b/main/pom.xml
index 19a54b1e..6e17e204 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-main</artifactId>
diff --git a/mapstruct/pom.xml b/mapstruct/pom.xml
index c8c14e74..551a844c 100644
--- a/mapstruct/pom.xml
+++ b/mapstruct/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-mapstruct</artifactId>
diff --git a/minio/pom.xml b/minio/pom.xml
index bcef9e73..69d6ea1f 100644
--- a/minio/pom.xml
+++ b/minio/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-minio</artifactId>
diff --git a/mongodb/pom.xml b/mongodb/pom.xml
index 815da86d..6ef83acf 100644
--- a/mongodb/pom.xml
+++ b/mongodb/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-mongodb</artifactId>
diff --git a/netty-custom-correlation/pom.xml b/netty-custom-correlation/pom.xml
index 57392ca7..8d47df1b 100644
--- a/netty-custom-correlation/pom.xml
+++ b/netty-custom-correlation/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-netty-custom-correlation</artifactId>
diff --git a/pom.xml b/pom.xml
index 9029eebb..51e1ecda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Camel Examples</name>
diff --git a/resume-api/pom.xml b/resume-api/pom.xml
index d05b4eab..a3844db4 100644
--- a/resume-api/pom.xml
+++ b/resume-api/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
diff --git a/resume-api/resume-api-aws2-kinesis/pom.xml
b/resume-api/resume-api-aws2-kinesis/pom.xml
index 8d33e376..d9a0b7bf 100644
--- a/resume-api/resume-api-aws2-kinesis/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/resume-api/resume-api-cassandraql/pom.xml
b/resume-api/resume-api-cassandraql/pom.xml
index c3eab240..9334eace 100644
--- a/resume-api/resume-api-cassandraql/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/resume-api/resume-api-common/pom.xml
b/resume-api/resume-api-common/pom.xml
index f876d1fd..2ec92e01 100644
--- a/resume-api/resume-api-common/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/resume-api/resume-api-file-offset/pom.xml
b/resume-api/resume-api-file-offset/pom.xml
index 551146c7..af1b3c4b 100644
--- a/resume-api/resume-api-file-offset/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/resume-api/resume-api-fileset-clusterized/pom.xml
b/resume-api/resume-api-fileset-clusterized/pom.xml
index 0cbaddca..b90ae0c8 100644
--- a/resume-api/resume-api-fileset-clusterized/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/resume-api/resume-api-fileset-wal/pom.xml
b/resume-api/resume-api-fileset-wal/pom.xml
index 6a0e4aec..a77de2d8 100644
--- a/resume-api/resume-api-fileset-wal/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/resume-api/resume-api-fileset/pom.xml
b/resume-api/resume-api-fileset/pom.xml
index d3b606f5..8510f4cf 100644
--- a/resume-api/resume-api-fileset/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/routeloader/pom.xml b/routeloader/pom.xml
index 83c73425..c298f49a 100644
--- a/routeloader/pom.xml
+++ b/routeloader/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-routeloader</artifactId>
diff --git a/routes-configuration/pom.xml b/routes-configuration/pom.xml
index 96bab629..91ebff61 100644
--- a/routes-configuration/pom.xml
+++ b/routes-configuration/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-routes-configuration</artifactId>
diff --git a/routetemplate-xml/pom.xml b/routetemplate-xml/pom.xml
index 21ce29a2..b861e7e1 100644
--- a/routetemplate-xml/pom.xml
+++ b/routetemplate-xml/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-routetemplate-xml</artifactId>
diff --git a/routetemplate/pom.xml b/routetemplate/pom.xml
index bdb10f62..1e7d55ae 100644
--- a/routetemplate/pom.xml
+++ b/routetemplate/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-routetemplate</artifactId>
diff --git a/salesforce-consumer/pom.xml b/salesforce-consumer/pom.xml
index 604941d9..c6dd5c2e 100644
--- a/salesforce-consumer/pom.xml
+++ b/salesforce-consumer/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-salesforce-consumer</artifactId>
diff --git a/splunk/pom.xml b/splunk/pom.xml
index 58ff5b38..c3c5145d 100644
--- a/splunk/pom.xml
+++ b/splunk/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-splunk</artifactId>
diff --git a/spring-pulsar/pom.xml b/spring-pulsar/pom.xml
index d17c0057..d757bfad 100644
--- a/spring-pulsar/pom.xml
+++ b/spring-pulsar/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-spring-pulsar</artifactId>
diff --git a/spring-xquery/pom.xml b/spring-xquery/pom.xml
index 3dea2003..3e2d28f3 100644
--- a/spring-xquery/pom.xml
+++ b/spring-xquery/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-spring-xquery</artifactId>
diff --git a/spring/pom.xml b/spring/pom.xml
index 0b38c6c3..63d4b54e 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-spring</artifactId>
diff --git a/telegram/pom.xml b/telegram/pom.xml
index 42d23f16..05b8bc15 100644
--- a/telegram/pom.xml
+++ b/telegram/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-telegram</artifactId>
diff --git a/transformer-demo/pom.xml b/transformer-demo/pom.xml
index 23799445..4e39776b 100644
--- a/transformer-demo/pom.xml
+++ b/transformer-demo/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-transformer-demo</artifactId>
diff --git a/vault/aws-secrets-manager-reloading/pom.xml
b/vault/aws-secrets-manager-reloading/pom.xml
index 1eff4a3d..d247b747 100644
--- a/vault/aws-secrets-manager-reloading/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-aws-secrets-manager-reloading</artifactId>
diff --git a/vault/aws-secrets-manager/pom.xml
b/vault/aws-secrets-manager/pom.xml
index 23f0553f..c7c07155 100644
--- a/vault/aws-secrets-manager/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-aws-secrets-manager</artifactId>
diff --git a/vault/azure-key-vault-reloading/pom.xml
b/vault/azure-key-vault-reloading/pom.xml
index ec315181..8e616a44 100644
--- a/vault/azure-key-vault-reloading/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-azure-key-vault-reloading</artifactId>
diff --git a/vault/google-secret-manager-reloading/pom.xml
b/vault/google-secret-manager-reloading/pom.xml
index 71b591c4..f8bc3be6 100644
--- a/vault/google-secret-manager-reloading/pom.xml
+++ b/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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-google-secret-manager-reloading</artifactId>
diff --git a/vault/pom.xml b/vault/pom.xml
index f1ae6b14..e795b7e1 100644
--- a/vault/pom.xml
+++ b/vault/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-examples-vault-parent</artifactId>
diff --git a/whatsapp/pom.xml b/whatsapp/pom.xml
index 590b6d95..f8b9f014 100644
--- a/whatsapp/pom.xml
+++ b/whatsapp/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.example</groupId>
<artifactId>camel-examples</artifactId>
- <version>4.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
</parent>
<artifactId>camel-example-whatsapp</artifactId>