You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/09/30 07:08:06 UTC

[camel-quarkus] branch master updated: Fix SSH itest name

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

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new cc3e28b  Fix SSH itest name
cc3e28b is described below

commit cc3e28b909aff0aed31d983811572ab49a1003a2
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Sep 30 08:07:43 2020 +0100

    Fix SSH itest name
---
 integration-tests/ssh/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/ssh/pom.xml b/integration-tests/ssh/pom.xml
index 658e772..5bfe3e8 100644
--- a/integration-tests/ssh/pom.xml
+++ b/integration-tests/ssh/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>camel-quarkus-ssh-integration-test</artifactId>
-    <name>Camel Quarkus :: SSH :: Integration Test</name>
+    <name>Camel Quarkus :: Integration Tests :: SSH</name>
     <description>Integration tests for Camel Quarkus SSH extension</description>
 
     <dependencyManagement>