Upgrade to cq-maven-plugin 0.25.0
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 79b66ad..b07db75 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -71,7 +71,7 @@
             license:check \
             net.revelc.code.formatter:formatter-maven-plugin:validate \
             net.revelc.code:impsort-maven-plugin:check \
-            org.l2x6.cq:cq-maven-plugin:0.23.2:sync-example-properties
+            org.l2x6.cq:cq-maven-plugin:0.25.0:sync-example-properties
       - name: mvn clean verify -Pnative,docker
         run: |
           ./mvnw-for-each.sh ${MAVEN_ARGS} clean verify -Pnative,docker
diff --git a/docs/modules/ROOT/attachments/examples.json b/docs/modules/ROOT/attachments/examples.json
index 8d5803c..439e2cc 100644
--- a/docs/modules/ROOT/attachments/examples.json
+++ b/docs/modules/ROOT/attachments/examples.json
@@ -1 +1,57 @@
-[{"title":"Configure a Camel component using CDI","description":"Demonstrates how to set-up a Camel component (the `log` component in this case) programmatically using CDI","link":"https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-cdi"},{"title":"Custom `main()`","description":"Shows how to start Camel from a custom `main()` method","link":"https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-main"},{"title":"HTTP with vanilla JAX-RS or with Camel `platform-http` component","description":"Shows how to create HTTP endpoints using either the RESTEasy","link":"https://github.com/apache/camel-quarkus-examples/tree/master/http-log"},{"title":"Health","description":"Shows how to use Camel health-checks with Quarkus.","link":"https://github.com/apache/camel-quarkus-examples/tree/master/health"},{"title":"Kotlin Hello World","description":"Shows how to define Camel routes using Kotlin programming language","link":"https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-kotlin"},{"title":"Observability","description":"Demonstrates how to add support for metrics, health checks and distributed tracing","link":"https://github.com/apache/camel-quarkus-examples/tree/master/observability"},{"title":"REST with `platform-http`","description":"Demonstrates how to create a REST service using `platform-http` Camel component and Jackson.","link":"https://github.com/apache/camel-quarkus-examples/tree/master/rest-json"},{"title":"Spring Dependency Injection","description":"Shows how to use Spring Dependency Injection when defining routes on Camel Quarkus.","link":"https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-spring"},{"title":"Timer Hello World","description":"Uses the Camel timer component to output a Hello world message to the console","link":"https://github.com/apache/camel-quarkus-examples/tree/master/timer-log"},{"title":"Tokenize a CSV file","description":"Shows how to define a Camel route in XML for tokenizing a CSV a file.","link":"https://github.com/apache/camel-quarkus-examples/tree/master/file-split-log-xml"},{"title":"XML Hello World","description":"Shows how to define Camel routes using XML.","link":"https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-xml"}]
+[
+  {
+    "title": "Configure a Camel component using CDI",
+    "description": "Demonstrates how to set-up a Camel component (the `log` component in this case) programmatically using CDI",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-cdi"
+  },
+  {
+    "title": "Custom `main()`",
+    "description": "Shows how to start Camel from a custom `main()` method",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-main"
+  },
+  {
+    "title": "HTTP with vanilla JAX-RS or with Camel `platform-http` component",
+    "description": "Shows how to create HTTP endpoints using either the RESTEasy",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/http-log"
+  },
+  {
+    "title": "Health",
+    "description": "Shows how to use Camel health-checks with Quarkus.",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/health"
+  },
+  {
+    "title": "Kotlin Hello World",
+    "description": "Shows how to define Camel routes using Kotlin programming language",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-kotlin"
+  },
+  {
+    "title": "Observability",
+    "description": "Demonstrates how to add support for metrics, health checks and distributed tracing",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/observability"
+  },
+  {
+    "title": "REST with `platform-http`",
+    "description": "Demonstrates how to create a REST service using `platform-http` Camel component and Jackson.",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/rest-json"
+  },
+  {
+    "title": "Spring Dependency Injection",
+    "description": "Shows how to use Spring Dependency Injection when defining routes on Camel Quarkus.",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-spring"
+  },
+  {
+    "title": "Timer Hello World",
+    "description": "Uses the Camel timer component to output a Hello world message to the console",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/timer-log"
+  },
+  {
+    "title": "Tokenize a CSV file",
+    "description": "Shows how to define a Camel route in XML for tokenizing a CSV a file.",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/file-split-log-xml"
+  },
+  {
+    "title": "XML Hello World",
+    "description": "Shows how to define Camel routes using XML.",
+    "link": "https://github.com/apache/camel-quarkus-examples/tree/master/timer-log-xml"
+  }
+]
\ No newline at end of file
diff --git a/mvnw-for-each.sh b/mvnw-for-each.sh
index e7c3519..27f5709 100755
--- a/mvnw-for-each.sh
+++ b/mvnw-for-each.sh
@@ -15,4 +15,4 @@
 done
 
 cd "${pwd}"
-./mvnw org.l2x6.cq:cq-maven-plugin:0.23.2:update-example-pages
+./mvnw org.l2x6.cq:cq-maven-plugin:0.25.0:update-examples-json