From 0ec68a93d3421b824f1086cbb45e343ec6acf59b Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Fri, 16 Aug 2024 10:23:17 -0400 Subject: [PATCH] [maven-release-plugin] prepare release 2.37.0 --- artemis-bom/pom.xml | 2 +- artemis-boot/pom.xml | 2 +- artemis-cdi-client/pom.xml | 2 +- artemis-cli/pom.xml | 2 +- artemis-commons/pom.xml | 2 +- artemis-core-client-all/pom.xml | 2 +- artemis-core-client-osgi/pom.xml | 2 +- artemis-core-client/pom.xml | 2 +- artemis-distribution/pom.xml | 2 +- artemis-dto/pom.xml | 2 +- artemis-features/pom.xml | 2 +- artemis-hawtio/activemq-branding/pom.xml | 2 +- artemis-hawtio/artemis-console/pom.xml | 2 +- artemis-hawtio/artemis-plugin/pom.xml | 2 +- artemis-hawtio/pom.xml | 2 +- artemis-image/examples/pom.xml | 2 +- artemis-image/pom.xml | 2 +- artemis-jakarta-client-all/pom.xml | 2 +- artemis-jakarta-client/pom.xml | 2 +- artemis-jakarta-ra/pom.xml | 2 +- artemis-jakarta-server/pom.xml | 2 +- artemis-jakarta-service-extensions/pom.xml | 2 +- artemis-jdbc-store/pom.xml | 2 +- artemis-jms-client-all/pom.xml | 2 +- artemis-jms-client-osgi/pom.xml | 2 +- artemis-jms-client/pom.xml | 2 +- artemis-jms-server/pom.xml | 2 +- artemis-journal/pom.xml | 2 +- artemis-junit/artemis-junit-4/pom.xml | 2 +- artemis-junit/artemis-junit-5/pom.xml | 2 +- artemis-junit/artemis-junit-commons/pom.xml | 2 +- artemis-junit/pom.xml | 2 +- artemis-lockmanager/artemis-lockmanager-api/pom.xml | 2 +- artemis-lockmanager/artemis-lockmanager-ri/pom.xml | 2 +- artemis-lockmanager/pom.xml | 2 +- artemis-log-annotation-processor/pom.xml | 2 +- artemis-log-annotation-processor/tests/pom.xml | 2 +- artemis-maven-plugin/pom.xml | 2 +- artemis-pom/pom.xml | 2 +- artemis-protocols/artemis-amqp-protocol/pom.xml | 2 +- artemis-protocols/artemis-hornetq-protocol/pom.xml | 2 +- artemis-protocols/artemis-hqclient-protocol/pom.xml | 2 +- artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml | 2 +- artemis-protocols/artemis-mqtt-protocol/pom.xml | 2 +- artemis-protocols/artemis-openwire-protocol/pom.xml | 2 +- artemis-protocols/artemis-stomp-protocol/pom.xml | 2 +- artemis-protocols/pom.xml | 2 +- artemis-ra/pom.xml | 2 +- artemis-selector/pom.xml | 2 +- artemis-server-osgi/pom.xml | 2 +- artemis-server/pom.xml | 2 +- artemis-service-extensions/pom.xml | 2 +- artemis-unit-test-support/pom.xml | 2 +- artemis-web/pom.xml | 2 +- artemis-website/pom.xml | 2 +- pom.xml | 6 +++--- tests/activemq5-unit-tests/pom.xml | 2 +- tests/artemis-test-support/pom.xml | 2 +- tests/compatibility-tests/pom.xml | 2 +- tests/db-tests/pom.xml | 2 +- tests/e2e-tests/pom.xml | 2 +- tests/integration-tests-isolated/pom.xml | 2 +- tests/integration-tests/pom.xml | 2 +- tests/jms-tests/pom.xml | 2 +- tests/joram-tests/pom.xml | 2 +- tests/karaf-client-integration-tests/pom.xml | 2 +- tests/karaf-server-integration-tests/pom.xml | 2 +- tests/leak-tests/pom.xml | 2 +- tests/performance-jmh/pom.xml | 2 +- tests/performance-tests/pom.xml | 2 +- tests/pom.xml | 2 +- tests/smoke-tests/pom.xml | 2 +- tests/soak-tests/pom.xml | 2 +- tests/stress-tests/pom.xml | 2 +- tests/timing-tests/pom.xml | 2 +- tests/unit-tests/pom.xml | 2 +- 76 files changed, 78 insertions(+), 78 deletions(-) diff --git a/artemis-bom/pom.xml b/artemis-bom/pom.xml index 90f1f79f5a1..a913efb4561 100644 --- a/artemis-bom/pom.xml +++ b/artemis-bom/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-project - 2.38.0-SNAPSHOT + 2.37.0 artemis-bom diff --git a/artemis-boot/pom.xml b/artemis-boot/pom.xml index bcf9bf5cbba..99e9ead3fa4 100644 --- a/artemis-boot/pom.xml +++ b/artemis-boot/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-cdi-client/pom.xml b/artemis-cdi-client/pom.xml index 8943586fccf..9b8d136530d 100644 --- a/artemis-cdi-client/pom.xml +++ b/artemis-cdi-client/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml 4.0.0 diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index 42b4242947a..69e6482b7dd 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml index 3510a85d4b5..6b0097e72e4 100644 --- a/artemis-commons/pom.xml +++ b/artemis-commons/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-core-client-all/pom.xml b/artemis-core-client-all/pom.xml index be3f160f643..51a243fadc4 100644 --- a/artemis-core-client-all/pom.xml +++ b/artemis-core-client-all/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-core-client-osgi/pom.xml b/artemis-core-client-osgi/pom.xml index a81b8458bdc..683455ebccd 100644 --- a/artemis-core-client-osgi/pom.xml +++ b/artemis-core-client-osgi/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml index 37d4c483e46..e5fe6c43ca5 100644 --- a/artemis-core-client/pom.xml +++ b/artemis-core-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index d3268e776f8..163ea6d0e00 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-dto/pom.xml b/artemis-dto/pom.xml index b93405e54e4..5b7051fd561 100644 --- a/artemis-dto/pom.xml +++ b/artemis-dto/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml index 02585f8f506..96aeee898ae 100644 --- a/artemis-features/pom.xml +++ b/artemis-features/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml artemis-features diff --git a/artemis-hawtio/activemq-branding/pom.xml b/artemis-hawtio/activemq-branding/pom.xml index 85f8f45a1b4..a8a3cd4520c 100644 --- a/artemis-hawtio/activemq-branding/pom.xml +++ b/artemis-hawtio/activemq-branding/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-hawtio-pom - 2.38.0-SNAPSHOT + 2.37.0 activemq-branding diff --git a/artemis-hawtio/artemis-console/pom.xml b/artemis-hawtio/artemis-console/pom.xml index 6456b8bc713..3556df4bff6 100644 --- a/artemis-hawtio/artemis-console/pom.xml +++ b/artemis-hawtio/artemis-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-hawtio-pom - 2.38.0-SNAPSHOT + 2.37.0 artemis-console diff --git a/artemis-hawtio/artemis-plugin/pom.xml b/artemis-hawtio/artemis-plugin/pom.xml index c4c6a016f57..974a93e9925 100644 --- a/artemis-hawtio/artemis-plugin/pom.xml +++ b/artemis-hawtio/artemis-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-hawtio-pom - 2.38.0-SNAPSHOT + 2.37.0 artemis-plugin diff --git a/artemis-hawtio/pom.xml b/artemis-hawtio/pom.xml index c8a5b3a3e90..96f08dc8c59 100644 --- a/artemis-hawtio/pom.xml +++ b/artemis-hawtio/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-image/examples/pom.xml b/artemis-image/examples/pom.xml index f1278a8dac6..95065978cdc 100644 --- a/artemis-image/examples/pom.xml +++ b/artemis-image/examples/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../../artemis-pom/pom.xml diff --git a/artemis-image/pom.xml b/artemis-image/pom.xml index bc8709752a5..353209df507 100644 --- a/artemis-image/pom.xml +++ b/artemis-image/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jakarta-client-all/pom.xml b/artemis-jakarta-client-all/pom.xml index 70087a371b6..26de63fcfd7 100644 --- a/artemis-jakarta-client-all/pom.xml +++ b/artemis-jakarta-client-all/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jakarta-client/pom.xml b/artemis-jakarta-client/pom.xml index b125062fec9..fa0de8e9b8b 100644 --- a/artemis-jakarta-client/pom.xml +++ b/artemis-jakarta-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jakarta-ra/pom.xml b/artemis-jakarta-ra/pom.xml index b45c495082c..9234c4f60fe 100644 --- a/artemis-jakarta-ra/pom.xml +++ b/artemis-jakarta-ra/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jakarta-server/pom.xml b/artemis-jakarta-server/pom.xml index e91d99efe36..f749038a665 100644 --- a/artemis-jakarta-server/pom.xml +++ b/artemis-jakarta-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jakarta-service-extensions/pom.xml b/artemis-jakarta-service-extensions/pom.xml index ddc3de459ef..f11014909e9 100644 --- a/artemis-jakarta-service-extensions/pom.xml +++ b/artemis-jakarta-service-extensions/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jdbc-store/pom.xml b/artemis-jdbc-store/pom.xml index ce0b168ceab..9e310ec47e5 100644 --- a/artemis-jdbc-store/pom.xml +++ b/artemis-jdbc-store/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jms-client-all/pom.xml b/artemis-jms-client-all/pom.xml index f06fc2f1042..a805fa83541 100644 --- a/artemis-jms-client-all/pom.xml +++ b/artemis-jms-client-all/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jms-client-osgi/pom.xml b/artemis-jms-client-osgi/pom.xml index 1bb454df4ed..c5bd4df2080 100644 --- a/artemis-jms-client-osgi/pom.xml +++ b/artemis-jms-client-osgi/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml index f0e0cba99f3..9f000bf5b98 100644 --- a/artemis-jms-client/pom.xml +++ b/artemis-jms-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-jms-server/pom.xml b/artemis-jms-server/pom.xml index 7fb593fcc29..6cbad35ad9d 100644 --- a/artemis-jms-server/pom.xml +++ b/artemis-jms-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-journal/pom.xml b/artemis-journal/pom.xml index 39f27d8fd01..2b0a44db069 100644 --- a/artemis-journal/pom.xml +++ b/artemis-journal/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-junit/artemis-junit-4/pom.xml b/artemis-junit/artemis-junit-4/pom.xml index 49005386703..52efea7513e 100644 --- a/artemis-junit/artemis-junit-4/pom.xml +++ b/artemis-junit/artemis-junit-4/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-junit-parent - 2.38.0-SNAPSHOT + 2.37.0 artemis-junit diff --git a/artemis-junit/artemis-junit-5/pom.xml b/artemis-junit/artemis-junit-5/pom.xml index 028134a0182..0997d6212c8 100644 --- a/artemis-junit/artemis-junit-5/pom.xml +++ b/artemis-junit/artemis-junit-5/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-junit-parent - 2.38.0-SNAPSHOT + 2.37.0 artemis-junit-5 diff --git a/artemis-junit/artemis-junit-commons/pom.xml b/artemis-junit/artemis-junit-commons/pom.xml index 9b5e557beb2..f83af562594 100644 --- a/artemis-junit/artemis-junit-commons/pom.xml +++ b/artemis-junit/artemis-junit-commons/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-junit-parent - 2.38.0-SNAPSHOT + 2.37.0 artemis-junit-commons diff --git a/artemis-junit/pom.xml b/artemis-junit/pom.xml index ff567e06795..f7ac5537b14 100644 --- a/artemis-junit/pom.xml +++ b/artemis-junit/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-lockmanager/artemis-lockmanager-api/pom.xml b/artemis-lockmanager/artemis-lockmanager-api/pom.xml index 41f795eb6e5..91f19ce9751 100644 --- a/artemis-lockmanager/artemis-lockmanager-api/pom.xml +++ b/artemis-lockmanager/artemis-lockmanager-api/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-lockmanager - 2.38.0-SNAPSHOT + 2.37.0 artemis-lockmanager-api diff --git a/artemis-lockmanager/artemis-lockmanager-ri/pom.xml b/artemis-lockmanager/artemis-lockmanager-ri/pom.xml index afcc6909115..8de0e963202 100644 --- a/artemis-lockmanager/artemis-lockmanager-ri/pom.xml +++ b/artemis-lockmanager/artemis-lockmanager-ri/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-lockmanager - 2.38.0-SNAPSHOT + 2.37.0 artemis-lockmanager-ri diff --git a/artemis-lockmanager/pom.xml b/artemis-lockmanager/pom.xml index 1ae09cc3bbe..f04c21ce58b 100644 --- a/artemis-lockmanager/pom.xml +++ b/artemis-lockmanager/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-log-annotation-processor/pom.xml b/artemis-log-annotation-processor/pom.xml index adfcf6e57a1..06e67729130 100644 --- a/artemis-log-annotation-processor/pom.xml +++ b/artemis-log-annotation-processor/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-project - 2.38.0-SNAPSHOT + 2.37.0 artemis-log-annotation-processor diff --git a/artemis-log-annotation-processor/tests/pom.xml b/artemis-log-annotation-processor/tests/pom.xml index aa32d17186d..c09ff503ac1 100644 --- a/artemis-log-annotation-processor/tests/pom.xml +++ b/artemis-log-annotation-processor/tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../../artemis-pom/pom.xml diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml index 523f8204e48..7daeb944a85 100644 --- a/artemis-maven-plugin/pom.xml +++ b/artemis-maven-plugin/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-pom/pom.xml b/artemis-pom/pom.xml index 1517839ae9d..2dcbab67792 100644 --- a/artemis-pom/pom.xml +++ b/artemis-pom/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-project - 2.38.0-SNAPSHOT + 2.37.0 artemis-pom diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml b/artemis-protocols/artemis-amqp-protocol/pom.xml index 7723baa7767..7d1e1c5113c 100644 --- a/artemis-protocols/artemis-amqp-protocol/pom.xml +++ b/artemis-protocols/artemis-amqp-protocol/pom.xml @@ -20,7 +20,7 @@ artemis-protocols org.apache.activemq - 2.38.0-SNAPSHOT + 2.37.0 artemis-amqp-protocol diff --git a/artemis-protocols/artemis-hornetq-protocol/pom.xml b/artemis-protocols/artemis-hornetq-protocol/pom.xml index 168bf711954..e1ffba348b0 100644 --- a/artemis-protocols/artemis-hornetq-protocol/pom.xml +++ b/artemis-protocols/artemis-hornetq-protocol/pom.xml @@ -20,7 +20,7 @@ artemis-protocols org.apache.activemq - 2.38.0-SNAPSHOT + 2.37.0 artemis-hornetq-protocol diff --git a/artemis-protocols/artemis-hqclient-protocol/pom.xml b/artemis-protocols/artemis-hqclient-protocol/pom.xml index c0cf6a23479..a1c47df29ba 100644 --- a/artemis-protocols/artemis-hqclient-protocol/pom.xml +++ b/artemis-protocols/artemis-hqclient-protocol/pom.xml @@ -20,7 +20,7 @@ artemis-protocols org.apache.activemq - 2.38.0-SNAPSHOT + 2.37.0 artemis-hqclient-protocol diff --git a/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml b/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml index fc5a97cb67b..64878b73929 100644 --- a/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml +++ b/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml @@ -20,7 +20,7 @@ artemis-protocols org.apache.activemq - 2.38.0-SNAPSHOT + 2.37.0 artemis-jakarta-openwire-protocol diff --git a/artemis-protocols/artemis-mqtt-protocol/pom.xml b/artemis-protocols/artemis-mqtt-protocol/pom.xml index e72893af299..2acf092f73e 100644 --- a/artemis-protocols/artemis-mqtt-protocol/pom.xml +++ b/artemis-protocols/artemis-mqtt-protocol/pom.xml @@ -20,7 +20,7 @@ artemis-protocols org.apache.activemq - 2.38.0-SNAPSHOT + 2.37.0 artemis-mqtt-protocol diff --git a/artemis-protocols/artemis-openwire-protocol/pom.xml b/artemis-protocols/artemis-openwire-protocol/pom.xml index c71ebb2c815..81c885040b3 100644 --- a/artemis-protocols/artemis-openwire-protocol/pom.xml +++ b/artemis-protocols/artemis-openwire-protocol/pom.xml @@ -20,7 +20,7 @@ artemis-protocols org.apache.activemq - 2.38.0-SNAPSHOT + 2.37.0 artemis-openwire-protocol diff --git a/artemis-protocols/artemis-stomp-protocol/pom.xml b/artemis-protocols/artemis-stomp-protocol/pom.xml index 8a1dc96c2c8..0ae75e1663e 100644 --- a/artemis-protocols/artemis-stomp-protocol/pom.xml +++ b/artemis-protocols/artemis-stomp-protocol/pom.xml @@ -18,7 +18,7 @@ artemis-protocols org.apache.activemq - 2.38.0-SNAPSHOT + 2.37.0 4.0.0 diff --git a/artemis-protocols/pom.xml b/artemis-protocols/pom.xml index 119dfc7dbf5..df073c72b43 100644 --- a/artemis-protocols/pom.xml +++ b/artemis-protocols/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml 4.0.0 diff --git a/artemis-ra/pom.xml b/artemis-ra/pom.xml index 5cfccfd9d70..f2adba0e2e6 100644 --- a/artemis-ra/pom.xml +++ b/artemis-ra/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml index cef7d7f0729..e055ad478ac 100644 --- a/artemis-selector/pom.xml +++ b/artemis-selector/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml index 21177268bf8..b7c50b9fa79 100644 --- a/artemis-server-osgi/pom.xml +++ b/artemis-server-osgi/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml index 0fccb5c44e7..e2d19284d91 100644 --- a/artemis-server/pom.xml +++ b/artemis-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-service-extensions/pom.xml b/artemis-service-extensions/pom.xml index f6309054b4e..b0c090b5e1d 100644 --- a/artemis-service-extensions/pom.xml +++ b/artemis-service-extensions/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-unit-test-support/pom.xml b/artemis-unit-test-support/pom.xml index 74bc0332996..d6f0c18692c 100644 --- a/artemis-unit-test-support/pom.xml +++ b/artemis-unit-test-support/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-web/pom.xml b/artemis-web/pom.xml index 51b52d04aac..55959777b5e 100644 --- a/artemis-web/pom.xml +++ b/artemis-web/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml index 4c9825d45b4..8fd9fe5cf74 100644 --- a/artemis-website/pom.xml +++ b/artemis-website/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/pom.xml b/pom.xml index 13592d8db17..aacff4eee8d 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-project pom - 2.38.0-SNAPSHOT + 2.37.0 org.apache @@ -262,14 +262,14 @@ false - 2024-08-14T18:39:34Z + 2024-08-16T14:16:04Z scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git https://github.com/apache/activemq-artemis - HEAD + 2.37.0 diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index 71563fbe3c8..ebc80b1daf1 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 activemq5-unit-tests diff --git a/tests/artemis-test-support/pom.xml b/tests/artemis-test-support/pom.xml index 03281e93404..21f81d74a25 100644 --- a/tests/artemis-test-support/pom.xml +++ b/tests/artemis-test-support/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 artemis-test-support diff --git a/tests/compatibility-tests/pom.xml b/tests/compatibility-tests/pom.xml index 7e25e8ffccf..d53cbf42e11 100644 --- a/tests/compatibility-tests/pom.xml +++ b/tests/compatibility-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 compatibility-tests diff --git a/tests/db-tests/pom.xml b/tests/db-tests/pom.xml index dff84855118..b8d88088674 100644 --- a/tests/db-tests/pom.xml +++ b/tests/db-tests/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 db-tests diff --git a/tests/e2e-tests/pom.xml b/tests/e2e-tests/pom.xml index 732fc46beb7..b3d9730fa89 100644 --- a/tests/e2e-tests/pom.xml +++ b/tests/e2e-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 e2e-tests diff --git a/tests/integration-tests-isolated/pom.xml b/tests/integration-tests-isolated/pom.xml index 1cb7fd18068..55cf73446d4 100644 --- a/tests/integration-tests-isolated/pom.xml +++ b/tests/integration-tests-isolated/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 integration-tests-isolated diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index a2c56a7bfbb..cd12551d72d 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 integration-tests diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml index fc1144f09b1..f988b6a5481 100644 --- a/tests/jms-tests/pom.xml +++ b/tests/jms-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 jms-tests diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml index 87b022f1d9d..f8892d12503 100644 --- a/tests/joram-tests/pom.xml +++ b/tests/joram-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 joram-tests diff --git a/tests/karaf-client-integration-tests/pom.xml b/tests/karaf-client-integration-tests/pom.xml index fee09408d34..b1977651619 100644 --- a/tests/karaf-client-integration-tests/pom.xml +++ b/tests/karaf-client-integration-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 karaf-client-integration-tests diff --git a/tests/karaf-server-integration-tests/pom.xml b/tests/karaf-server-integration-tests/pom.xml index 1519202fd81..2c8730e2e20 100644 --- a/tests/karaf-server-integration-tests/pom.xml +++ b/tests/karaf-server-integration-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 karaf-server-integration-tests diff --git a/tests/leak-tests/pom.xml b/tests/leak-tests/pom.xml index 1b1e528bcdc..14c39a97590 100644 --- a/tests/leak-tests/pom.xml +++ b/tests/leak-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 leak-tests diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml index f52abc27f0a..0b9270a7723 100644 --- a/tests/performance-jmh/pom.xml +++ b/tests/performance-jmh/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 4.0.0 diff --git a/tests/performance-tests/pom.xml b/tests/performance-tests/pom.xml index a1c1c075707..4046ebe4da0 100644 --- a/tests/performance-tests/pom.xml +++ b/tests/performance-tests/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 performance-tests diff --git a/tests/pom.xml b/tests/pom.xml index c30f03ed224..b0815d49884 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -18,7 +18,7 @@ org.apache.activemq artemis-pom - 2.38.0-SNAPSHOT + 2.37.0 ../artemis-pom/pom.xml diff --git a/tests/smoke-tests/pom.xml b/tests/smoke-tests/pom.xml index 8d277053bdb..92da7089ab6 100644 --- a/tests/smoke-tests/pom.xml +++ b/tests/smoke-tests/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 smoke-tests diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml index 7919c9a0e20..0c57b12c14a 100644 --- a/tests/soak-tests/pom.xml +++ b/tests/soak-tests/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 soak-tests diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml index bc82a7478c8..88fd007b81c 100644 --- a/tests/stress-tests/pom.xml +++ b/tests/stress-tests/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 stress-tests diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml index 4ac713839f8..a067e3bd698 100644 --- a/tests/timing-tests/pom.xml +++ b/tests/timing-tests/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 timing-tests diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml index 0e0c18b40ea..44d06a7f2fe 100644 --- a/tests/unit-tests/pom.xml +++ b/tests/unit-tests/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq.tests artemis-tests-pom - 2.38.0-SNAPSHOT + 2.37.0 unit-tests