You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2023/08/31 14:51:37 UTC

[camel-quarkus-examples] 13/24: Upgrade Quarkiverse Artemis to 3.0.0

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

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

commit ac58e40ad5923202fe861ed4859cb4a0c78c7dc3
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Jun 7 14:08:04 2023 +0100

    Upgrade Quarkiverse Artemis to 3.0.0
---
 jms-jpa/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index cdee6f1..32ca404 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -27,7 +27,7 @@
     <properties>
         <quarkus.platform.version>3.1.0.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>3.0.0-SNAPSHOT</camel-quarkus.platform.version>
-        <quarkiverse-artemis.version>3.0.0.Alpha7</quarkiverse-artemis.version>
+        <quarkiverse-artemis.version>3.0.0</quarkiverse-artemis.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
         <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>