You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2024/03/26 10:21:17 UTC

(camel-spring-boot-examples) branch activemq created (now 6c230e1)

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

jpoth pushed a change to branch activemq
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


      at 6c230e1  Add activemq to list of modules

This branch includes the following new commits:

     new 6c230e1  Add activemq to list of modules

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel-spring-boot-examples) 01/01: Add activemq to list of modules

Posted by jp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a commit to branch activemq
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 6c230e16524f8ab69cc8bc7ac8d2a96dcb0066de
Author: John Poth <po...@gmail.com>
AuthorDate: Tue Mar 26 11:22:18 2024 +0100

    Add activemq to list of modules
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8c333c8..da54401 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
 
 	<modules>
 		<module>spring-boot</module>
+		<module>activemq</module>
 		<module>actuator-http-metrics</module>
 		<module>amqp</module>
 		<module>aot-basic</module>