You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/13 16:48:35 UTC

[camel-karaf] branch main updated: Fix documented artifact group for camel-test-blueprint-junit5 (#244)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f16a2cfd Fix documented artifact group for camel-test-blueprint-junit5 (#244)
f16a2cfd is described below

commit f16a2cfd402686ccbb21e46a53090fb7773a4acc
Author: Ciprian Ciubotariu <ch...@gmx.net>
AuthorDate: Fri Oct 13 19:48:30 2023 +0300

    Fix documented artifact group for camel-test-blueprint-junit5 (#244)
---
 .../src/main/docs/test-blueprint-junit5.adoc                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-test-blueprint-junit5/src/main/docs/test-blueprint-junit5.adoc b/components/camel-test-blueprint-junit5/src/main/docs/test-blueprint-junit5.adoc
index 9a1e9acc..4a819616 100644
--- a/components/camel-test-blueprint-junit5/src/main/docs/test-blueprint-junit5.adoc
+++ b/components/camel-test-blueprint-junit5/src/main/docs/test-blueprint-junit5.adoc
@@ -55,7 +55,7 @@ pom:
 [source,xml]
 -----------------------------------------------
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.karaf</groupId>
   <artifactId>camel-test-blueprint-junit5</artifactId>
   <version>3.18.0</version>
   <scope>test</scope>