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:04:06 UTC

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

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 e2d8627  CAMEL-16319: camel-core - Optimize consumer default done callback to reduce object allocations.
     new a8c0576  CAMEL-14490 - Have a middle folder for aws and aws2 components
     new c6934c8  CAMEL-14490 - Have a middle folder for aws and aws2 components

The 2 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] 02/02: CAMEL-14490 - Have a middle folder for aws and aws2 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 c6934c80a2ea5bd816eb923e4bbb484d3d3cbe7a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 10 10:03:13 2021 +0100

    CAMEL-14490 - Have a middle folder for aws and aws2 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 596a3b7..c560c7e 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -138,6 +138,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-aws-parent</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-aws-xray</artifactId>
         <version>${project.version}</version>
       </dependency>


[camel] 01/02: CAMEL-14490 - Have a middle folder for aws and aws2 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 a8c0576f8d316dbfdc82ddc88d33292bc9fbf966
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 10 10:02:10 2021 +0100

    CAMEL-14490 - Have a middle folder for aws and aws2 components
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index c2f1afb..54f4a91 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -861,6 +861,11 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.camel</groupId>
+				<artifactId>camel-aws-parent</artifactId>
+				<version>${project.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.camel</groupId>
 				<artifactId>camel-aws-xray</artifactId>
 				<version>${project.version}</version>
 			</dependency>