This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws2-ddb in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 07997b2a70e7226de302de9e171956963ffad20d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jun 16 14:52:33 2020 +0200 AWS2-DDB: Regen --- .../aws2-ddb/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 -- extensions/pom.xml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/extensions/aws2-ddb/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/aws2-ddb/runtime/src/main/resources/META-INF/quarkus-extension.yaml index a5b6ea4..61ca2bc 100644 --- a/extensions/aws2-ddb/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/aws2-ddb/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -24,8 +24,6 @@ name: "Camel AWS 2 DynamoDB" description: "Store and retrieve data from AWS DynamoDB service or receive messages from AWS DynamoDB Stream using AWS SDK version 2.x" metadata: - unlisted: true guide: "https://camel.apache.org/camel-quarkus/latest/extensions/aws2-ddb.html" categories: - "integration" - status: "preview" diff --git a/extensions/pom.xml b/extensions/pom.xml index 8b00b0e..59d7a50 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -52,8 +52,8 @@ <module>aws-sqs</module> <module>aws-swf</module> <module>aws-translate</module> - <module>aws2-ddb</module> <module>aws2-cw</module> + <module>aws2-ddb</module> <module>aws2-ec2</module> <module>aws2-ecs</module> <module>aws2-s3</module>