Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng authored and jamesnetherton committed Sep 26, 2023
1 parent a8b2639 commit 96c2a40
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 CloudWatch"
description: "Sending metrics to AWS CloudWatch using AWS SDK version 2.x"
description: "Sending metrics to AWS CloudWatch"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 Elastic Compute Cloud (EC2)"
description: "Manage AWS EC2 instances using AWS SDK version 2.x"
description: "Manage AWS EC2 instances"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 Elastic Container Service (ECS)"
description: "Manage AWS ECS cluster instances using AWS SDK version 2.x"
description: "Manage AWS ECS cluster instances"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 Elastic Kubernetes Service (EKS)"
description: "Manage AWS EKS cluster instances using AWS SDK version 2.x"
description: "Manage AWS EKS cluster instances"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 Identity and Access Management (IAM)"
description: "Manage AWS IAM instances using AWS SDK version 2.x"
description: "Manage AWS IAM instances"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 Key Management Service (KMS)"
description: "Manage keys stored in AWS KMS instances using AWS SDK version 2.x"
description: "Manage keys stored in AWS KMS instances"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 MQ"
description: "Manage AWS MQ instances using AWS SDK version 2.x"
description: "Send messages to AWS MQ"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 Managed Streaming for Apache Kafka (MSK)"
description: "Manage AWS MSK instances using AWS SDK version 2.x"
description: "Manage AWS MSK instances"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 S3 Storage Service"
description: "Store and retrieve objects from AWS S3 Storage Service using AWS SDK version 2.x"
description: "Store and retrieve objects from AWS S3 Storage Service"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 Simple Email Service (SES)"
description: "Send e-mails through AWS SES service using AWS SDK version 2.x"
description: "Send e-mails through AWS SES service"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 Simple Notification System (SNS)"
description: "Send messages to an AWS Simple Notification Topic using AWS SDK version 2.x"
description: "Send messages to AWS Simple Notification Topic"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel AWS 2 Simple Queue Service (SQS)"
description: "Send and receive messages to/from AWS SQS service using AWS SDK version 2.x"
description: "Send and receive messages to/from AWS SQS"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
keywords:
Expand Down
2 changes: 1 addition & 1 deletion integration-tests-jvm/azure-servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-azure-eventhubs-deployment</artifactId>
<artifactId>camel-quarkus-azure-servicebus-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
Expand Down
13 changes: 13 additions & 0 deletions integration-tests/jms-ibmmq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,19 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jta-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</profile>
<profile>
Expand Down
13 changes: 13 additions & 0 deletions integration-tests/micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,19 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-management-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-micrometer-deployment</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3847,12 +3847,12 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-grpc-deployment</artifactId>
<artifactId>camel-quarkus-grpc-codegen</artifactId>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-grpc-codegen</artifactId>
<artifactId>camel-quarkus-grpc-deployment</artifactId>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions poms/bom/src/main/generated/flattened-full-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3773,12 +3773,12 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>camel-quarkus-grpc-deployment</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>camel-quarkus-grpc-codegen</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<version>3.2.1-SNAPSHOT</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>camel-quarkus-grpc-codegen</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>camel-quarkus-grpc-deployment</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<version>3.2.1-SNAPSHOT</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions poms/bom/src/main/generated/flattened-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3773,12 +3773,12 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-grpc-deployment</artifactId>
<artifactId>camel-quarkus-grpc-codegen</artifactId>
<version>3.2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-grpc-codegen</artifactId>
<artifactId>camel-quarkus-grpc-deployment</artifactId>
<version>3.2.1-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3773,12 +3773,12 @@
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>camel-quarkus-grpc-deployment</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>camel-quarkus-grpc-codegen</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<version>3.2.1-SNAPSHOT</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>camel-quarkus-grpc-codegen</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<artifactId>camel-quarkus-grpc-deployment</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
<version>3.2.1-SNAPSHOT</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} -->
</dependency>
<dependency>
Expand Down

0 comments on commit 96c2a40

Please sign in to comment.