This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new f000f3e9ad Fix jms-artemis-ra module name (#7230) f000f3e9ad is described below commit f000f3e9ad3b44a51ab936d832a3498f88afbb49 Author: Tomas Veskrna <veskr...@gmail.com> AuthorDate: Mon Apr 7 10:56:06 2025 +0200 Fix jms-artemis-ra module name (#7230) --- integration-tests/jms-artemis-ra/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/jms-artemis-ra/pom.xml b/integration-tests/jms-artemis-ra/pom.xml index c8689fcff5..04b3ef434d 100644 --- a/integration-tests/jms-artemis-ra/pom.xml +++ b/integration-tests/jms-artemis-ra/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../poms/build-parent-it/pom.xml</relativePath> </parent> - <artifactId>camel-quarkus-integration-test-jms-artemis-jms-ra</artifactId> + <artifactId>camel-quarkus-integration-test-jms-artemis-ra</artifactId> <name>Camel Quarkus :: Integration Tests :: JMS Artemis RA Connector</name> <description>Integration tests for Camel Quarkus JMS extension with the Quarkus Artemis JMS RA Connector</description>