This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.20.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 99560dbe8fafb1b0614f20c35e7ae30e37eb4a23 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 d202adadb9..de10bb2c27 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>