This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit b01cca9c567e2552f2f3159bc640832c758e1900 Author: Zineb Bendhiba <bendhiba.zi...@gmail.com> AuthorDate: Wed Dec 22 16:16:52 2021 +0100 ⬆️ Upgrade to Camel 3.15 --- docs/antora.yml | 6 +++--- docs/modules/ROOT/examples/components/azure-eventhubs.yml | 2 +- docs/modules/ROOT/examples/components/azure-storage-blob.yml | 2 +- docs/modules/ROOT/examples/components/azure-storage-datalake.yml | 2 +- docs/modules/ROOT/examples/components/azure-storage-queue.yml | 2 +- pom.xml | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 5d11b0b..aee4fea 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -29,9 +29,9 @@ asciidoc: min-maven-version: 3.6.2 # replace ${min-maven-version} target-maven-version: 3.8.4 # replace ${target-maven-version} - camel-version: 3.14.0 # replace ${camel.version} - camel-docs-version: 3.14.x # replace ${camel.docs.components.version} + camel-version: 3.15.0-SNAPSHOT # replace ${camel.version} + camel-docs-version: 3.15.x # replace ${camel.docs.components.version} quarkus-version: 2.6.0.Final # replace ${quarkus.version} # attributes used in xrefs to other Antora components - cq-camel-components: 3.14.x@components # replace ${camel.docs.components.xref} + cq-camel-components: 3.15.x@components # replace ${camel.docs.components.xref} quarkus-examples-version: latest diff --git a/docs/modules/ROOT/examples/components/azure-eventhubs.yml b/docs/modules/ROOT/examples/components/azure-eventhubs.yml index 52f94e8..4d09d2a 100644 --- a/docs/modules/ROOT/examples/components/azure-eventhubs.yml +++ b/docs/modules/ROOT/examples/components/azure-eventhubs.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.7.0 cqNativeSince: 1.7.0 cqCamelPartName: azure-eventhubs cqCamelPartTitle: Azure Event Hubs -cqCamelPartDescription: The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. +cqCamelPartDescription: Send and receive events to/from Azure Event Hubs using AMQP protocol. cqExtensionPageTitle: Azure Event Hubs diff --git a/docs/modules/ROOT/examples/components/azure-storage-blob.yml b/docs/modules/ROOT/examples/components/azure-storage-blob.yml index dfce732..42cfb5c 100644 --- a/docs/modules/ROOT/examples/components/azure-storage-blob.yml +++ b/docs/modules/ROOT/examples/components/azure-storage-blob.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.6.0 cqCamelPartName: azure-storage-blob cqCamelPartTitle: Azure Storage Blob Service -cqCamelPartDescription: Store and retrieve blobs from Azure Storage Blob Service using SDK v12. +cqCamelPartDescription: Store and retrieve blobs from Azure Storage Blob Service. cqExtensionPageTitle: Azure Storage Blob Service diff --git a/docs/modules/ROOT/examples/components/azure-storage-datalake.yml b/docs/modules/ROOT/examples/components/azure-storage-datalake.yml index c66aa04..a768d99 100644 --- a/docs/modules/ROOT/examples/components/azure-storage-datalake.yml +++ b/docs/modules/ROOT/examples/components/azure-storage-datalake.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.8.0 cqNativeSince: n/a cqCamelPartName: azure-storage-datalake cqCamelPartTitle: Azure Storage Datalake Service -cqCamelPartDescription: Camel Azure Datalake Gen2 Component +cqCamelPartDescription: Sends and receives files to/from Azure DataLake Storage. cqExtensionPageTitle: Azure storage datalake service diff --git a/docs/modules/ROOT/examples/components/azure-storage-queue.yml b/docs/modules/ROOT/examples/components/azure-storage-queue.yml index edb634d..87d5d8e 100644 --- a/docs/modules/ROOT/examples/components/azure-storage-queue.yml +++ b/docs/modules/ROOT/examples/components/azure-storage-queue.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.1.0 cqNativeSince: 1.7.0 cqCamelPartName: azure-storage-queue cqCamelPartTitle: Azure Storage Queue Service -cqCamelPartDescription: The azure-storage-queue component is used for storing and retrieving the messages to/from Azure Storage Queue using Azure SDK v12. +cqCamelPartDescription: Stores and retrieves messages to/from Azure Storage Queue. cqExtensionPageTitle: Azure Storage Queue Service diff --git a/pom.xml b/pom.xml index 605174b..6c8df7e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.14.0</version> + <version>3.15.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.quarkus</groupId> @@ -39,8 +39,8 @@ <properties> <!-- Primary dependencies - maintained manually --> - <camel.major.minor>3.14</camel.major.minor> <!-- run after each change: cd docs && mvnd validate --> - <camel.version>${camel.major.minor}.0</camel.version> + <camel.major.minor>3.15</camel.major.minor> <!-- run after each change: cd docs && mvnd validate --> + <camel.version>${camel.major.minor}.0-SNAPSHOT</camel.version> <camel.docs.components.version>${camel.major.minor}.x</camel.docs.components.version><!-- the version in Camel's docs/components/antora.yml --> <camel.docs.components.xref>${camel.docs.components.version}@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 camel branch on which our Antora docs depends -->