This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f7259281e72 Camel-AWS-Bedrock - Fixed artifact name (#13330)
f7259281e72 is described below

commit f7259281e720f79e4d0026000ab283091f2292bf
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Feb 27 15:38:16 2024 +0100

    Camel-AWS-Bedrock - Fixed artifact name (#13330)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 bom/camel-bom/pom.xml                              |   5 -----
 catalog/camel-allcomponents/pom.xml                |  10 +++++-----
 components/camel-aws/camel-aws-bedrock/pom.xml     |   2 +-
 .../camel/component/aws2/bedrock/aws-bedrock.json  |   2 +-
 .../services/org/apache/camel/component.properties |   2 +-
 .../src/main/docs/aws-bedrock-component.adoc       |   2 +-
 docs/.yarn/install-state.gz                        | Bin 523415 -> 502984 bytes
 parent/pom.xml                                     |   5 -----
 8 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index ab916fe20fc..b51168e0471 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -151,11 +151,6 @@
         <artifactId>camel-aws2-athena</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-aws2-bedrock</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-aws2-cw</artifactId>
diff --git a/catalog/camel-allcomponents/pom.xml 
b/catalog/camel-allcomponents/pom.xml
index b3f609fdb4e..db4029c69e8 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -117,6 +117,11 @@
             <artifactId>camel-avro-rpc-spi</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-aws-bedrock</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-aws-cloudtrail</artifactId>
@@ -142,11 +147,6 @@
             <artifactId>camel-aws2-athena</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-aws2-bedrock</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-aws2-cw</artifactId>
diff --git a/components/camel-aws/camel-aws-bedrock/pom.xml 
b/components/camel-aws/camel-aws-bedrock/pom.xml
index ecb635f4fed..522ceefc47c 100644
--- a/components/camel-aws/camel-aws-bedrock/pom.xml
+++ b/components/camel-aws/camel-aws-bedrock/pom.xml
@@ -26,7 +26,7 @@
         <version>4.5.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>camel-aws2-bedrock</artifactId>
+    <artifactId>camel-aws-bedrock</artifactId>
     <packaging>jar</packaging>
 
     <name>Camel :: AWS2 Bedrock</name>
diff --git 
a/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/org/apache/camel/component/aws2/bedrock/aws-bedrock.json
 
b/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/org/apache/camel/component/aws2/bedrock/aws-bedrock.json
index ea189004fe7..85c01b88d9a 100644
--- 
a/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/org/apache/camel/component/aws2/bedrock/aws-bedrock.json
+++ 
b/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/org/apache/camel/component/aws2/bedrock/aws-bedrock.json
@@ -10,7 +10,7 @@
     "javaType": "org.apache.camel.component.aws2.bedrock.BedrockComponent",
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
-    "artifactId": "camel-aws2-bedrock",
+    "artifactId": "camel-aws-bedrock",
     "version": "4.5.0-SNAPSHOT",
     "scheme": "aws-bedrock",
     "extendsScheme": "",
diff --git 
a/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/services/org/apache/camel/component.properties
 
b/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 404c214d9da..fcdea6d7925 100644
--- 
a/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++ 
b/components/camel-aws/camel-aws-bedrock/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -1,7 +1,7 @@
 # Generated by camel build tools - do NOT edit this file!
 components=aws-bedrock
 groupId=org.apache.camel
-artifactId=camel-aws2-bedrock
+artifactId=camel-aws-bedrock
 version=4.5.0-SNAPSHOT
 projectName=Camel :: AWS2 Bedrock
 projectDescription=Execute different operations on Amazon Bedrock service
diff --git 
a/components/camel-aws/camel-aws-bedrock/src/main/docs/aws-bedrock-component.adoc
 
b/components/camel-aws/camel-aws-bedrock/src/main/docs/aws-bedrock-component.adoc
index 66a82bf1c1e..7e7e2e50f54 100644
--- 
a/components/camel-aws/camel-aws-bedrock/src/main/docs/aws-bedrock-component.adoc
+++ 
b/components/camel-aws/camel-aws-bedrock/src/main/docs/aws-bedrock-component.adoc
@@ -1,7 +1,7 @@
 = AWS Bedrock Component
 :doctitle: AWS Bedrock
 :shortname: aws-bedrock
-:artifactid: camel-aws2-bedrock
+:artifactid: camel-aws-bedrock
 :description: Invoke Model of AWS Bedrock service.
 :since: 4.5
 :supportlevel: Preview
diff --git a/docs/.yarn/install-state.gz b/docs/.yarn/install-state.gz
index 9317a4d26d5..35d35b36323 100644
Binary files a/docs/.yarn/install-state.gz and b/docs/.yarn/install-state.gz 
differ
diff --git a/parent/pom.xml b/parent/pom.xml
index 2b4cbdc3fd5..c5c8c72483c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -749,11 +749,6 @@
                 <artifactId>camel-aws2-athena</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-aws2-bedrock</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-aws2-cw</artifactId>

Reply via email to