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 2020/01/15 19:14:53 UTC

[camel] branch master updated: CAMEL-13784 - Update to AWS SDK V2 - Created camel-aws2-translate, shame on me add component aws2-translate to components pom

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


The following commit(s) were added to refs/heads/master by this push:
     new 83e3ea2  CAMEL-13784 - Update to AWS SDK V2 - Created camel-aws2-translate, shame on me add component aws2-translate to components pom
83e3ea2 is described below

commit 83e3ea24e8f91e40affc12f16f8637aaaeedc9b7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 15 20:13:38 2020 +0100

    CAMEL-13784 - Update to AWS SDK V2 - Created camel-aws2-translate, shame on me add component aws2-translate to components pom
---
 components/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/pom.xml b/components/pom.xml
index 5b5d149..2652d37 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -123,6 +123,7 @@
         <module>camel-aws-sqs</module>
         <module>camel-aws-swf</module>
         <module>camel-aws-translate</module>
+        <module>camel-aws2-translate</module>
         <module>camel-aws-xray</module>
         <module>camel-azure</module>
         <module>camel-barcode</module>