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

acosentino pushed a commit to branch camel-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.10.x by this push:
     new ad4d1b1c6ac ## Fix activemq6-component.adoc (#17483)
ad4d1b1c6ac is described below

commit ad4d1b1c6ac4e1eeeaeda0cde26e2f27e7b6d127
Author: sushanthko <55709595+sushant...@users.noreply.github.com>
AuthorDate: Mon Mar 17 23:37:14 2025 +0100

    ## Fix activemq6-component.adoc (#17483)
---
 components/camel-activemq6/src/main/docs/activemq6-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-activemq6/src/main/docs/activemq6-component.adoc 
b/components/camel-activemq6/src/main/docs/activemq6-component.adoc
index ffbea587c6a..8f0699f09fb 100644
--- a/components/camel-activemq6/src/main/docs/activemq6-component.adoc
+++ b/components/camel-activemq6/src/main/docs/activemq6-component.adoc
@@ -19,7 +19,7 @@ Users of Apache ActiveMQ Artemis should use the JMS component.
 
 [IMPORTANT]
 ====
-The camel-activemq component is best intended for ActiveMQ 6.x brokers. If you 
use ActiveMQ 5.x brokers,
+The camel-activemq6 component is best intended for ActiveMQ 6.x brokers. If 
you use ActiveMQ 5.x brokers,
 then use the camel-activemq 5.x component instead.
 ====
 
@@ -37,7 +37,7 @@ for this component:
 ------------------------------------------------------------
 <dependency>
     <groupId>org.apache.camel</groupId>
-    <artifactId>camel-activemq</artifactId>
+    <artifactId>camel-activemq6</artifactId>
     <version>x.x.x</version>
     <!-- use the same version as your Camel core version -->
 </dependency>

Reply via email to