From d935dd08733d555f52e5cca5e8940d087d288cb8 Mon Sep 17 00:00:00 2001 From: artemiscloud-bot Date: Mon, 28 Oct 2024 07:29:07 +0000 Subject: [PATCH] Update ActiveMQ Artemis to 2.38.0 --- modules/activemq-artemis-install/module.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/activemq-artemis-install/module.yaml b/modules/activemq-artemis-install/module.yaml index 4c7f5e1..b407c0b 100644 --- a/modules/activemq-artemis-install/module.yaml +++ b/modules/activemq-artemis-install/module.yaml @@ -6,11 +6,11 @@ version: 1.4 artifacts: - name: apache-artemis-bin target: apache-artemis-bin.zip - url: https://archive.apache.org/dist/activemq/activemq-artemis/2.37.0/apache-artemis-2.37.0-bin.zip + url: https://archive.apache.org/dist/activemq/activemq-artemis/2.38.0/apache-artemis-2.38.0-bin.zip description: "Apache ActiveMQ Artemis messaging broker" - md5: 6d42459344e49bbc6f6e15a73c34fabb + md5: c47f9843e49a26b8ca50bc2763021f69 execute: - script: install.sh envs: - name: "APACHE_ARTEMIS_VERSION" - value: "2.37.0" + value: "2.38.0"