This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e9e28f  Upgrade to cq-maven-plugin 0.25.0
2e9e28f is described below

commit 2e9e28f6747481bf15f2d72fe0bb6e80eeac2906
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Mon Dec 21 00:17:57 2020 +0100

    Upgrade to cq-maven-plugin 0.25.0
---
 .github/workflows/ci-build.yaml             |  2 +-
 docs/modules/ROOT/attachments/examples.json | 58 ++++++++++++++++++++++++++++-
 mvnw-for-each.sh                            |  2 +-
 3 files changed, 59 insertions(+), 3 deletions(-)

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 @@ jobs:
             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 ` [...]
+[
+  {
+    "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 @@ do
 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

Reply via email to