You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by df...@apache.org on 2021/04/20 18:31:37 UTC

[camel-performance-tests] 09/16: CAMEL-16251 - Move Performance and jmh itests in a separated repository

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

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

commit a3595b849fd1d3b97956ef3cd7661dea07b16a03
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 10 16:02:32 2021 +0100

    CAMEL-16251 - Move Performance and jmh itests in a separated repository
---
 tests/camel-jmh/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/camel-jmh/pom.xml b/tests/camel-jmh/pom.xml
index bf88a71..2b87eba 100644
--- a/tests/camel-jmh/pom.xml
+++ b/tests/camel-jmh/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>camel-jmh</artifactId>
-    <name>Camel :: Integration Tests :: JMH</name>
+    <name>Camel Performance :: Tests :: JMH</name>
     <description>Performs JMH performance tests</description>
 
     <dependencyManagement>