You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/10 09:26:36 UTC

[camel] branch master updated (c6934c8 -> c6108e7)

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

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


    from c6934c8  CAMEL-14490 - Have a middle folder for aws and aws2 components
     new 62bdc16  CAMEL-16321 - Have a middle folder for azure components
     new 4943043  CAMEL-16321 - Have a middle folder for azure components
     new c6108e7  Regen

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bom/camel-bom/pom.xml | 5 +++++
 parent/pom.xml        | 5 +++++
 2 files changed, 10 insertions(+)


[camel] 03/03: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c6108e7a5ab61339f7bd8028acfa135ce0dcbe60
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 10 10:24:40 2021 +0100

    Regen
---
 bom/camel-bom/pom.xml | 6 +++---
 parent/pom.xml        | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 382d8ea..2009240 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -248,17 +248,17 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-azure-storage-blob</artifactId>
+        <artifactId>camel-azure-parent</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-azure-storage-datalake</artifactId>
+        <artifactId>camel-azure-storage-blob</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-azure-parent</artifactId>
+        <artifactId>camel-azure-storage-datalake</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 75b3cca..3837cf4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -971,17 +971,17 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.camel</groupId>
-				<artifactId>camel-azure-storage-blob</artifactId>
+				<artifactId>camel-azure-parent</artifactId>
 				<version>${project.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.camel</groupId>
-				<artifactId>camel-azure-storage-datalake</artifactId>
+				<artifactId>camel-azure-storage-blob</artifactId>
 				<version>${project.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.camel</groupId>
-				<artifactId>camel-azure-parent</artifactId>
+				<artifactId>camel-azure-storage-datalake</artifactId>
 				<version>${project.version}</version>
 			</dependency>
 			<dependency>


[camel] 01/03: CAMEL-16321 - Have a middle folder for azure components

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 62bdc1662b8bc30e1cc2149d845ab3a732037312
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 10 10:06:33 2021 +0100

    CAMEL-16321 - Have a middle folder for azure components
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 54f4a91..75b3cca 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -981,6 +981,11 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.camel</groupId>
+				<artifactId>camel-azure-parent</artifactId>
+				<version>${project.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.camel</groupId>
 				<artifactId>camel-azure-storage-queue</artifactId>
 				<version>${project.version}</version>
 			</dependency>


[camel] 02/03: CAMEL-16321 - Have a middle folder for azure components

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4943043089a8833114b582fdbc117c6835a97f6a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 10 10:07:04 2021 +0100

    CAMEL-16321 - Have a middle folder for azure components
---
 bom/camel-bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index c560c7e..382d8ea 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -258,6 +258,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-azure-parent</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-azure-storage-queue</artifactId>
         <version>${project.version}</version>
       </dependency>