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 <[email protected]> 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>
