This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-19973-Timestream in repository https://gitbox.apache.org/repos/asf/camel.git
commit cc51e33448e9c32ed15b4a8372e3fd5ae46df763 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Oct 11 11:03:21 2023 +0200 CAMEL-19973 - Camel-AWS components: Revisit description - Timestream Component Signed-off-by: Andrea Cosentino <[email protected]> --- .../resources/org/apache/camel/catalog/components/aws2-timestream.json | 2 +- components/camel-aws/camel-aws2-timestream/pom.xml | 2 +- .../resources/META-INF/services/org/apache/camel/component.properties | 2 +- .../org/apache/camel/component/aws2/timestream/aws2-timestream.json | 2 +- .../camel-aws2-timestream/src/main/docs/aws2-timestream-component.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-timestream.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-timestream.json index 5f490df799e..01f60a3c61e 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-timestream.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/aws2-timestream.json @@ -3,7 +3,7 @@ "kind": "component", "name": "aws2-timestream", "title": "AWS Timestream", - "description": "A Camel Amazon Web Services TimeStream component", + "description": "Camel AWS TimeStream support", "deprecated": false, "firstVersion": "4.1.0", "label": "cloud,database", diff --git a/components/camel-aws/camel-aws2-timestream/pom.xml b/components/camel-aws/camel-aws2-timestream/pom.xml index 57eb8cd10a2..d80d7dbeba1 100644 --- a/components/camel-aws/camel-aws2-timestream/pom.xml +++ b/components/camel-aws/camel-aws2-timestream/pom.xml @@ -30,7 +30,7 @@ <packaging>jar</packaging> <name>Camel :: AWS Timestream</name> - <description>A Camel Amazon Web Services TimeStream component</description> + <description>Camel AWS TimeStream support</description> <properties> <camel.surefire.forkTimeout>1200</camel.surefire.forkTimeout> diff --git a/components/camel-aws/camel-aws2-timestream/src/generated/resources/META-INF/services/org/apache/camel/component.properties b/components/camel-aws/camel-aws2-timestream/src/generated/resources/META-INF/services/org/apache/camel/component.properties index d68bcd9276f..faf9ec1bfed 100644 --- a/components/camel-aws/camel-aws2-timestream/src/generated/resources/META-INF/services/org/apache/camel/component.properties +++ b/components/camel-aws/camel-aws2-timestream/src/generated/resources/META-INF/services/org/apache/camel/component.properties @@ -4,4 +4,4 @@ groupId=org.apache.camel artifactId=camel-aws2-timestream version=4.1.0-SNAPSHOT projectName=Camel :: AWS Timestream -projectDescription=A Camel Amazon Web Services TimeStream component +projectDescription=Camel AWS TimeStream support diff --git a/components/camel-aws/camel-aws2-timestream/src/generated/resources/org/apache/camel/component/aws2/timestream/aws2-timestream.json b/components/camel-aws/camel-aws2-timestream/src/generated/resources/org/apache/camel/component/aws2/timestream/aws2-timestream.json index 5f490df799e..01f60a3c61e 100644 --- a/components/camel-aws/camel-aws2-timestream/src/generated/resources/org/apache/camel/component/aws2/timestream/aws2-timestream.json +++ b/components/camel-aws/camel-aws2-timestream/src/generated/resources/org/apache/camel/component/aws2/timestream/aws2-timestream.json @@ -3,7 +3,7 @@ "kind": "component", "name": "aws2-timestream", "title": "AWS Timestream", - "description": "A Camel Amazon Web Services TimeStream component", + "description": "Camel AWS TimeStream support", "deprecated": false, "firstVersion": "4.1.0", "label": "cloud,database", diff --git a/components/camel-aws/camel-aws2-timestream/src/main/docs/aws2-timestream-component.adoc b/components/camel-aws/camel-aws2-timestream/src/main/docs/aws2-timestream-component.adoc index 2d087ab2f4c..9abe5ae70c4 100644 --- a/components/camel-aws/camel-aws2-timestream/src/main/docs/aws2-timestream-component.adoc +++ b/components/camel-aws/camel-aws2-timestream/src/main/docs/aws2-timestream-component.adoc @@ -2,7 +2,7 @@ :doctitle: AWS Timestream :shortname: aws2-timestream :artifactid: camel-aws2-timestream -:description: A Camel Amazon Web Services TimeStream component +:description: Camel AWS TimeStream support :since: 4.1 :supportlevel: Preview :tabs-sync-option:
