This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit dc322f6413d5882fd49fea704d1af8e6a012f895 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Jun 29 11:56:56 2021 +0100 Upgrade Camel to 3.12.0 --- docs/antora-playbook-dev.yml | 2 +- docs/antora-playbook.yml | 2 +- docs/antora.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc | 4 ++-- .../modules/ROOT/pages/reference/extensions/elasticsearch-rest.adoc | 4 ++-- .../ROOT/pages/reference/extensions/microprofile-health.adoc | 4 ++-- docs/modules/ROOT/pages/reference/extensions/netty.adoc | 4 ++-- docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc | 2 +- .../ROOT/partials/reference/components/elasticsearch-rest.adoc | 2 +- docs/modules/ROOT/partials/reference/components/netty.adoc | 2 +- .../modules/ROOT/partials/reference/others/microprofile-health.adoc | 2 +- pom.xml | 6 +++--- 12 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/antora-playbook-dev.yml b/docs/antora-playbook-dev.yml index 9001771..d4ab0d0 100644 --- a/docs/antora-playbook-dev.yml +++ b/docs/antora-playbook-dev.yml @@ -26,7 +26,7 @@ content: start_path: docs - url: g...@github.com:apache/camel.git branches: - - camel-3.11.x # replace ${camel.docs.branch} + - camel-3.12.x # replace ${camel.docs.branch} start_paths: - docs/components - url: g...@github.com:apache/camel.git diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml index 0450197..072b485 100644 --- a/docs/antora-playbook.yml +++ b/docs/antora-playbook.yml @@ -26,7 +26,7 @@ content: start_path: docs - url: g...@github.com:apache/camel.git branches: - - camel-3.11.x # replace ${camel.docs.branch} + - camel-3.12.x # replace ${camel.docs.branch} start_paths: - docs/components - url: g...@github.com:apache/camel.git diff --git a/docs/antora.yml b/docs/antora.yml index 6bbc81f..f214359 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -22,6 +22,6 @@ nav: - modules/ROOT/nav.adoc asciidoc: attributes: - cq-camel-components: 3.11.x@components # replace ${camel.docs.components.xref} + cq-camel-components: 3.12.x@components # replace ${camel.docs.components.xref} min-maven-version: 3.6.2 # replace ${min-maven-version} quarkus-version: 2.0.0.Final # replace ${quarkus.version} \ No newline at end of file diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc b/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc index 6dbebf4..be179d2 100644 --- a/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/aws2-sqs.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Sending and receive messages to/from AWS SQS service using AWS SDK version 2.x. +:cq-description: Send and receive messages to/from AWS SQS service using AWS SDK version 2.x. :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## -Sending and receive messages to/from AWS SQS service using AWS SDK version 2.x. +Send and receive messages to/from AWS SQS service using AWS SDK version 2.x. == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/elasticsearch-rest.adoc b/docs/modules/ROOT/pages/reference/extensions/elasticsearch-rest.adoc index 854aa27..faa258a 100644 --- a/docs/modules/ROOT/pages/reference/extensions/elasticsearch-rest.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/elasticsearch-rest.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Send requests to with an ElasticSearch via REST API. +:cq-description: Send requests to ElasticSearch via REST API :cq-deprecated: false :cq-jvm-since: 1.0.0 :cq-native-since: 1.0.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## -Send requests to with an ElasticSearch via REST API. +Send requests to ElasticSearch via REST API == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc b/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc index a25153a..92c5e6c 100644 --- a/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Bridging Eclipse MicroProfile Health with Camel health checks +:cq-description: Expose Camel health checks via MicroProfile Health :cq-deprecated: false :cq-jvm-since: 0.3.0 :cq-native-since: 0.3.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##0.3.0## [.badge-key]##Native since##[.badge-supported]##0.3.0## -Bridging Eclipse MicroProfile Health with Camel health checks +Expose Camel health checks via MicroProfile Health == What's inside diff --git a/docs/modules/ROOT/pages/reference/extensions/netty.adoc b/docs/modules/ROOT/pages/reference/extensions/netty.adoc index 30a781b..3d42861 100644 --- a/docs/modules/ROOT/pages/reference/extensions/netty.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/netty.adoc @@ -7,7 +7,7 @@ :cq-native-supported: true :cq-status: Stable :cq-status-deprecation: Stable -:cq-description: Socket level networking using TCP or UDP with the Netty 4.x. +:cq-description: Socket level networking using TCP or UDP with Netty 4.x. :cq-deprecated: false :cq-jvm-since: 0.4.0 :cq-native-since: 0.4.0 @@ -15,7 +15,7 @@ [.badges] [.badge-key]##JVM since##[.badge-supported]##0.4.0## [.badge-key]##Native since##[.badge-supported]##0.4.0## -Socket level networking using TCP or UDP with the Netty 4.x. +Socket level networking using TCP or UDP with Netty 4.x. == What's inside diff --git a/docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc b/docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc index 2a953b3..548e3ad 100644 --- a/docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc +++ b/docs/modules/ROOT/partials/reference/components/aws2-sqs.adoc @@ -9,5 +9,5 @@ :cq-native-since: 1.0.0 :cq-camel-part-name: aws2-sqs :cq-camel-part-title: AWS Simple Queue Service (SQS) -:cq-camel-part-description: Sending and receive messages to/from AWS SQS service using AWS SDK version 2.x. +:cq-camel-part-description: Send and receive messages to/from AWS SQS service using AWS SDK version 2.x. :cq-extension-page-title: AWS 2 Simple Queue Service (SQS) diff --git a/docs/modules/ROOT/partials/reference/components/elasticsearch-rest.adoc b/docs/modules/ROOT/partials/reference/components/elasticsearch-rest.adoc index 3daddf0..5c492ca 100644 --- a/docs/modules/ROOT/partials/reference/components/elasticsearch-rest.adoc +++ b/docs/modules/ROOT/partials/reference/components/elasticsearch-rest.adoc @@ -9,5 +9,5 @@ :cq-native-since: 1.0.0 :cq-camel-part-name: elasticsearch-rest :cq-camel-part-title: Elasticsearch Rest -:cq-camel-part-description: Send requests to with an ElasticSearch via REST API. +:cq-camel-part-description: Send requests to ElasticSearch via REST API :cq-extension-page-title: Elasticsearch Rest diff --git a/docs/modules/ROOT/partials/reference/components/netty.adoc b/docs/modules/ROOT/partials/reference/components/netty.adoc index 559ee24..46dea2e 100644 --- a/docs/modules/ROOT/partials/reference/components/netty.adoc +++ b/docs/modules/ROOT/partials/reference/components/netty.adoc @@ -9,5 +9,5 @@ :cq-native-since: 0.4.0 :cq-camel-part-name: netty :cq-camel-part-title: Netty -:cq-camel-part-description: Socket level networking using TCP or UDP with the Netty 4.x. +:cq-camel-part-description: Socket level networking using TCP or UDP with Netty 4.x. :cq-extension-page-title: Netty diff --git a/docs/modules/ROOT/partials/reference/others/microprofile-health.adoc b/docs/modules/ROOT/partials/reference/others/microprofile-health.adoc index 89dc0a6..ed35e3c 100644 --- a/docs/modules/ROOT/partials/reference/others/microprofile-health.adoc +++ b/docs/modules/ROOT/partials/reference/others/microprofile-health.adoc @@ -9,5 +9,5 @@ :cq-native-since: 0.3.0 :cq-camel-part-name: microprofile-health :cq-camel-part-title: Microprofile Health -:cq-camel-part-description: Bridging Eclipse MicroProfile Health with Camel health checks +:cq-camel-part-description: Expose Camel health checks via MicroProfile Health :cq-extension-page-title: MicroProfile Health diff --git a/pom.xml b/pom.xml index 17e658a..e22c422 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.11.0</version> + <version>3.12.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.quarkus</groupId> @@ -38,8 +38,8 @@ <properties> <!-- Primary dependencies - maintained manually --> - <camel.major.minor>3.11</camel.major.minor> <!-- run after each change: cd docs && mvnd validate --> - <camel.version>${camel.major.minor}.0</camel.version> + <camel.major.minor>3.12</camel.major.minor> <!-- run after each change: cd docs && mvnd validate --> + <camel.version>${camel.major.minor}.0-SNAPSHOT</camel.version> <camel.docs.components.xref>${camel.major.minor}.x@components</camel.docs.components.xref><!-- the version in Camel's docs/components/antora.yml --> <camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The stable branch on which our Antora docs depends -->