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/11/10 13:35:27 UTC

[camel-examples] branch main updated (0c9af51 -> 0a7e61d)

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

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


    from 0c9af51  Update README
     new 521285e  Azure Eventhubs: Point the correct Parent
     new 0a7e61d  Kafka Azure Example: Point the correct Parent

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:
 examples/azure/azure-eventhubs/pom.xml | 2 +-
 examples/azure/kafka-azure/pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel-examples] 01/02: Azure Eventhubs: Point the correct Parent

Posted by ac...@apache.org.
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-examples.git

commit 521285eee695eca1f17232907aa5231a72f8770b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 10 14:33:45 2021 +0100

    Azure Eventhubs: Point the correct Parent
---
 examples/azure/azure-eventhubs/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/azure/azure-eventhubs/pom.xml b/examples/azure/azure-eventhubs/pom.xml
index c0599c2..24277aa 100644
--- a/examples/azure/azure-eventhubs/pom.xml
+++ b/examples/azure/azure-eventhubs/pom.xml
@@ -24,7 +24,7 @@
 
     <parent>
         <groupId>org.apache.camel.example</groupId>
-        <artifactId>camel-examples-aws-parent</artifactId>
+        <artifactId>camel-examples-azure-parent</artifactId>
         <version>3.13.0-SNAPSHOT</version>
     </parent>
 

[camel-examples] 02/02: Kafka Azure Example: Point the correct Parent

Posted by ac...@apache.org.
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-examples.git

commit 0a7e61dd3859c021c84568656abffb6526f3ffe7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 10 14:34:21 2021 +0100

    Kafka Azure Example: Point the correct Parent
---
 examples/azure/kafka-azure/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/azure/kafka-azure/pom.xml b/examples/azure/kafka-azure/pom.xml
index bd425bd..ccc0507 100644
--- a/examples/azure/kafka-azure/pom.xml
+++ b/examples/azure/kafka-azure/pom.xml
@@ -24,7 +24,7 @@
 
     <parent>
         <groupId>org.apache.camel.example</groupId>
-        <artifactId>camel-examples-aws-parent</artifactId>
+        <artifactId>camel-examples-azure-parent</artifactId>
         <version>3.13.0-SNAPSHOT</version>
     </parent>