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

[camel-performance-tests] 11/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 f585f686cd54727febff5996ba2fef65f397e2a6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 10 16:22:02 2021 +0100

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

diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml
index e97fc69..3e506f9 100644
--- a/tests/camel-performance/pom.xml
+++ b/tests/camel-performance/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>camel-performance</artifactId>
-    <name>Camel :: Performance Tests :: Performance</name>
+    <name>Camel Performance :: Tests :: Performance</name>
     <description>Performs cross component performance tests</description>
 
     <dependencyManagement>