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/08 06:50:33 UTC

[camel-performance-tests] 05/23: Re-organize profiling examples - Kafka

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

acosentino pushed a commit to branch refactor-tree
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 20098dad5a0d7786f7159beb39f79e4c72000555
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 8 07:30:27 2021 +0100

    Re-organize profiling examples - Kafka
---
 profiling/kafka/kafka-minio-exchange-pooling/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiling/kafka/kafka-minio-exchange-pooling/pom.xml b/profiling/kafka/kafka-minio-exchange-pooling/pom.xml
index 7cc53bc..86760d4 100644
--- a/profiling/kafka/kafka-minio-exchange-pooling/pom.xml
+++ b/profiling/kafka/kafka-minio-exchange-pooling/pom.xml
@@ -21,7 +21,7 @@
 
     <parent>
         <groupId>org.apache.camel.tests</groupId>
-        <artifactId>profiling</artifactId>
+        <artifactId>profiling-kafka-parent</artifactId>
         <version>1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>