diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index dd555586..3dfd7982 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -27,13 +27,13 @@
Camel Quarkus Example :: Deploying a Camel Route in AWS Lambda
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 87f0b922..61756417 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -29,13 +29,13 @@
Camel Quarkus Example :: Cluster leader election
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml
index a7385151..9dcbc8a1 100644
--- a/cxf-soap/pom.xml
+++ b/cxf-soap/pom.xml
@@ -29,13 +29,13 @@
Camel Quarkus Example :: CXF SOAP
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index e026470d..1d6892cd 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: File Bindy FTP
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index 4fcb7ea7..8d3964dd 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: File To Log XML DSL
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/health/pom.xml b/health/pom.xml
index a3299e20..2ba7a624 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: Health Check
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 975a8339..e45f3bce 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: HTTP to Log
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index 8c6dcd47..52fd6f04 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -25,13 +25,13 @@
Camel Quarkus :: Examples :: Jdbc - DatataSource - Log
Camel Quarkus Example :: Connect to Database using Datasource
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
2.23.0
1.9.0
diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index 033e4e16..e0c03865 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -25,14 +25,14 @@
Camel Quarkus :: Examples :: JMS JPA
Camel Quarkus Example :: JMS JPA
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
3.0.0
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
2.23.0
1.9.0
diff --git a/jpa-idempotent-repository/pom.xml b/jpa-idempotent-repository/pom.xml
index ea9ecf55..96aa8a85 100644
--- a/jpa-idempotent-repository/pom.xml
+++ b/jpa-idempotent-repository/pom.xml
@@ -30,13 +30,13 @@
Camel Quarkus Example :: JPA Idempotent Repository
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml
index 78fc1434..9310a4b0 100644
--- a/jta-jpa/pom.xml
+++ b/jta-jpa/pom.xml
@@ -25,13 +25,13 @@
Camel Quarkus :: Examples :: JTA JPA
Camel Quarkus Example :: JTA JPA
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
2.23.0
1.9.0
diff --git a/kafka/pom.xml b/kafka/pom.xml
index f8444610..e07ffb96 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: Kafka
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index c98467b5..b73b2d5c 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -28,16 +28,16 @@
Camel Quarkus Example :: Kamelet Chuck Norris
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- ${camel-quarkus.platform.version}
+ 3.7.0
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml
index 789c58c1..09639d5b 100644
--- a/message-bridge/pom.xml
+++ b/message-bridge/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: Configure XA Transactions and connection pooling
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/observability/pom.xml b/observability/pom.xml
index 274698fd..c7350f63 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -29,13 +29,13 @@
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/platform-http-security-keycloak/pom.xml b/platform-http-security-keycloak/pom.xml
index f4a8883c..2717667a 100644
--- a/platform-http-security-keycloak/pom.xml
+++ b/platform-http-security-keycloak/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: Platform HTTP Security Keycloak
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index 090e936b..ea7678d8 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: Rest Json
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index a5403519..76eaebd3 100644
--- a/timer-log-kotlin/pom.xml
+++ b/timer-log-kotlin/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: Timer to Log Kotlin
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
1.8.21
UTF-8
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index d6817404..ebc342e2 100644
--- a/timer-log-main/pom.xml
+++ b/timer-log-main/pom.xml
@@ -28,16 +28,16 @@
Camel Quarkus Example :: Timer to Log Main
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- ${camel-quarkus.platform.version}
+ 3.7.0
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8
diff --git a/timer-log/pom.xml b/timer-log/pom.xml
index b3aa3180..d14b9bfd 100644
--- a/timer-log/pom.xml
+++ b/timer-log/pom.xml
@@ -28,13 +28,13 @@
Camel Quarkus Example :: Timer to Log
- 3.6.4
- 3.7.0-SNAPSHOT
+ 3.7.1
+ ${quarkus.platform.version}
- io.quarkus
+ io.quarkus.platform
quarkus-bom
- org.apache.camel.quarkus
- camel-quarkus-bom
+ ${quarkus.platform.group-id}
+ quarkus-camel-bom
UTF-8
UTF-8