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:28 UTC

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

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>