This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 1b7db9ad2bd00082896e6f84f6f38f96b74c99ed Author: James Netherton <[email protected]> AuthorDate: Wed Jan 6 08:53:07 2021 +0000 Upgrade to Camel 3.8.0 --- docs/modules/ROOT/pages/reference/extensions/jsonata.adoc | 2 +- docs/modules/ROOT/partials/reference/components/jclouds.adoc | 2 +- docs/modules/ROOT/partials/reference/components/jsonata.adoc | 4 ++-- pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/jsonata.adoc b/docs/modules/ROOT/pages/reference/extensions/jsonata.adoc index e73015f..6775634 100644 --- a/docs/modules/ROOT/pages/reference/extensions/jsonata.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/jsonata.adoc @@ -16,7 +16,7 @@ JSON to JSON transformation using JSONATA. == What's inside -* xref:latest@components::jsonata-component.adoc[JSONATA component], URI syntax: `jsonata:resourceUri` +* xref:latest@components::jsonata-component.adoc[JSONata component], URI syntax: `jsonata:resourceUri` Please refer to the above link for usage and configuration details. diff --git a/docs/modules/ROOT/partials/reference/components/jclouds.adoc b/docs/modules/ROOT/partials/reference/components/jclouds.adoc index 8dadf36..a05618e 100644 --- a/docs/modules/ROOT/partials/reference/components/jclouds.adoc +++ b/docs/modules/ROOT/partials/reference/components/jclouds.adoc @@ -9,5 +9,5 @@ :cq-native-since: n/a :cq-camel-part-name: jclouds :cq-camel-part-title: JClouds -:cq-camel-part-description: Interact with jclouds compute & blobstore service. +:cq-camel-part-description: Interact with jclouds compute and blobstore service. :cq-extension-page-title: JClouds diff --git a/docs/modules/ROOT/partials/reference/components/jsonata.adoc b/docs/modules/ROOT/partials/reference/components/jsonata.adoc index 0e6518d..2b9f794 100644 --- a/docs/modules/ROOT/partials/reference/components/jsonata.adoc +++ b/docs/modules/ROOT/partials/reference/components/jsonata.adoc @@ -8,6 +8,6 @@ :cq-jvm-since: 1.6.0 :cq-native-since: 1.6.0 :cq-camel-part-name: jsonata -:cq-camel-part-title: JSONATA -:cq-camel-part-description: JSON to JSON transformation using JSONATA. +:cq-camel-part-title: JSONata +:cq-camel-part-description: Transforms JSON payload using JSONata transformation. :cq-extension-page-title: JSONATA diff --git a/pom.xml b/pom.xml index 037c272..38edf66 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.7.0</version> + <version>3.8.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.quarkus</groupId> @@ -44,7 +44,7 @@ <avro-ipc-version>1.10.0</avro-ipc-version> <awssdk1-swf-libs.version>1.11.22</awssdk1-swf-libs.version> <bouncycastle.version>${bouncycastle-version}</bouncycastle.version><!-- keep in sync with Camel --> - <camel.version>3.7.0</camel.version> + <camel.version>3.8.0-SNAPSHOT</camel.version> <commons-beanutils.version>${commons-beanutils-version}</commons-beanutils.version><!-- keep in sync with Camel --> <commons-cli.version>1.4</commons-cli.version><!-- keep in sync with Quarkus, via quarkus-bootstrap-core --> <commons-collections.version>3.2.2</commons-collections.version><!-- used by hbase, should be pretty stable as commons-collections are not developed actively anymore -->
