This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 900d217bf9 [maven-release-plugin] prepare release 2.33.0
900d217bf9 is described below
commit 900d217bf96353264560f48249c9d5ebd7d901ea
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Mar 19 15:21:32 2024 -0500
[maven-release-plugin] prepare release 2.33.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 | 6 +++---
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-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 +-
75 files changed, 79 insertions(+), 79 deletions(-)
diff --git a/artemis-bom/pom.xml b/artemis-bom/pom.xml
index 922f81f42c..d67c6b1051 100644
--- a/artemis-bom/pom.xml
+++ b/artemis-bom/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-project</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-bom</artifactId>
diff --git a/artemis-boot/pom.xml b/artemis-boot/pom.xml
index 6bd160a292..68efb70383 100644
--- a/artemis-boot/pom.xml
+++ b/artemis-boot/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-cdi-client/pom.xml b/artemis-cdi-client/pom.xml
index 2599ba45d5..cecffaca31 100644
--- a/artemis-cdi-client/pom.xml
+++ b/artemis-cdi-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml
index c1aa23f5d9..655ed7a7be 100644
--- a/artemis-cli/pom.xml
+++ b/artemis-cli/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml
index 12a4f29c9f..c5afa00a8c 100644
--- a/artemis-commons/pom.xml
+++ b/artemis-commons/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-core-client-all/pom.xml b/artemis-core-client-all/pom.xml
index ffb0b43933..08371af06c 100644
--- a/artemis-core-client-all/pom.xml
+++ b/artemis-core-client-all/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-core-client-osgi/pom.xml b/artemis-core-client-osgi/pom.xml
index 8f6d3a4edc..7aa3d41da2 100644
--- a/artemis-core-client-osgi/pom.xml
+++ b/artemis-core-client-osgi/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml
index feca409b42..82428e5167 100644
--- a/artemis-core-client/pom.xml
+++ b/artemis-core-client/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml
index 9b6ef6a3b5..536ffc8191 100644
--- a/artemis-distribution/pom.xml
+++ b/artemis-distribution/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-dto/pom.xml b/artemis-dto/pom.xml
index 2c040251f8..f413657ee6 100644
--- a/artemis-dto/pom.xml
+++ b/artemis-dto/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml
index 403261d0d4..d06eb68ddc 100644
--- a/artemis-features/pom.xml
+++ b/artemis-features/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
<artifactId>artemis-features</artifactId>
diff --git a/artemis-hawtio/activemq-branding/pom.xml
b/artemis-hawtio/activemq-branding/pom.xml
index a665809029..d558306b19 100644
--- a/artemis-hawtio/activemq-branding/pom.xml
+++ b/artemis-hawtio/activemq-branding/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-hawtio-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>activemq-branding</artifactId>
diff --git a/artemis-hawtio/artemis-console/pom.xml
b/artemis-hawtio/artemis-console/pom.xml
index e6632cee0d..eaae4b2c38 100644
--- a/artemis-hawtio/artemis-console/pom.xml
+++ b/artemis-hawtio/artemis-console/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-hawtio-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-console</artifactId>
@@ -142,8 +142,8 @@
<value><title>${project.name}</title></value>
</replacement>
<replacement>
- <token><load-on-startup>1</load-on-startup></token>
- <value><load-on-startup>-1</load-on-startup></value>
+ <token><load-on-startup>1</load-on-startup></token>
+ <value><load-on-startup>-1</load-on-startup></value>
</replacement>
</replacements>
</configuration>
diff --git a/artemis-hawtio/artemis-plugin/pom.xml
b/artemis-hawtio/artemis-plugin/pom.xml
index fe627efe6b..44bc01f1c4 100644
--- a/artemis-hawtio/artemis-plugin/pom.xml
+++ b/artemis-hawtio/artemis-plugin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-hawtio-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-plugin</artifactId>
diff --git a/artemis-hawtio/pom.xml b/artemis-hawtio/pom.xml
index ab048edcb0..232db10037 100644
--- a/artemis-hawtio/pom.xml
+++ b/artemis-hawtio/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-image/examples/pom.xml b/artemis-image/examples/pom.xml
index 9798928000..6fe0c1f881 100644
--- a/artemis-image/examples/pom.xml
+++ b/artemis-image/examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-image/pom.xml b/artemis-image/pom.xml
index 11bdbf6a3b..8270fe9d63 100644
--- a/artemis-image/pom.xml
+++ b/artemis-image/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jakarta-client-all/pom.xml
b/artemis-jakarta-client-all/pom.xml
index d24014f693..7f973ce545 100644
--- a/artemis-jakarta-client-all/pom.xml
+++ b/artemis-jakarta-client-all/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jakarta-client/pom.xml b/artemis-jakarta-client/pom.xml
index 5cc18287a9..fe46fbee69 100644
--- a/artemis-jakarta-client/pom.xml
+++ b/artemis-jakarta-client/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jakarta-ra/pom.xml b/artemis-jakarta-ra/pom.xml
index ac72c53964..f79d984f73 100644
--- a/artemis-jakarta-ra/pom.xml
+++ b/artemis-jakarta-ra/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jakarta-server/pom.xml b/artemis-jakarta-server/pom.xml
index d5d39e17c4..ce98efee83 100644
--- a/artemis-jakarta-server/pom.xml
+++ b/artemis-jakarta-server/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jakarta-service-extensions/pom.xml
b/artemis-jakarta-service-extensions/pom.xml
index 16a613294f..39dd09270a 100644
--- a/artemis-jakarta-service-extensions/pom.xml
+++ b/artemis-jakarta-service-extensions/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jdbc-store/pom.xml b/artemis-jdbc-store/pom.xml
index 9c65c6859e..fae71149c8 100644
--- a/artemis-jdbc-store/pom.xml
+++ b/artemis-jdbc-store/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jms-client-all/pom.xml b/artemis-jms-client-all/pom.xml
index ff9dcb881d..cb07790446 100644
--- a/artemis-jms-client-all/pom.xml
+++ b/artemis-jms-client-all/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jms-client-osgi/pom.xml b/artemis-jms-client-osgi/pom.xml
index fa2ea380d8..c2998aedd3 100644
--- a/artemis-jms-client-osgi/pom.xml
+++ b/artemis-jms-client-osgi/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml
index 821126baf2..8ee196410e 100644
--- a/artemis-jms-client/pom.xml
+++ b/artemis-jms-client/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-jms-server/pom.xml b/artemis-jms-server/pom.xml
index abfa1fe392..7a19c670fc 100644
--- a/artemis-jms-server/pom.xml
+++ b/artemis-jms-server/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-journal/pom.xml b/artemis-journal/pom.xml
index 864a18d7e4..75f8618f55 100644
--- a/artemis-journal/pom.xml
+++ b/artemis-journal/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-junit/artemis-junit-4/pom.xml
b/artemis-junit/artemis-junit-4/pom.xml
index ca26762f09..3adf6ed2a8 100644
--- a/artemis-junit/artemis-junit-4/pom.xml
+++ b/artemis-junit/artemis-junit-4/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit-parent</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-junit</artifactId>
diff --git a/artemis-junit/artemis-junit-5/pom.xml
b/artemis-junit/artemis-junit-5/pom.xml
index 88e2a7bbb0..7991267ff7 100644
--- a/artemis-junit/artemis-junit-5/pom.xml
+++ b/artemis-junit/artemis-junit-5/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit-parent</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-junit-5</artifactId>
diff --git a/artemis-junit/artemis-junit-commons/pom.xml
b/artemis-junit/artemis-junit-commons/pom.xml
index 02ad06a1c8..1d113e3d79 100644
--- a/artemis-junit/artemis-junit-commons/pom.xml
+++ b/artemis-junit/artemis-junit-commons/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-junit-parent</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-junit-commons</artifactId>
diff --git a/artemis-junit/pom.xml b/artemis-junit/pom.xml
index 359c7bd177..bf340318b5 100644
--- a/artemis-junit/pom.xml
+++ b/artemis-junit/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-lockmanager/artemis-lockmanager-api/pom.xml
b/artemis-lockmanager/artemis-lockmanager-api/pom.xml
index 5834481ac5..410cc383c8 100644
--- a/artemis-lockmanager/artemis-lockmanager-api/pom.xml
+++ b/artemis-lockmanager/artemis-lockmanager-api/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-lockmanager</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-lockmanager-api</artifactId>
diff --git a/artemis-lockmanager/artemis-lockmanager-ri/pom.xml
b/artemis-lockmanager/artemis-lockmanager-ri/pom.xml
index 45b14686f4..e551d45e67 100644
--- a/artemis-lockmanager/artemis-lockmanager-ri/pom.xml
+++ b/artemis-lockmanager/artemis-lockmanager-ri/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-lockmanager</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-lockmanager-ri</artifactId>
diff --git a/artemis-lockmanager/pom.xml b/artemis-lockmanager/pom.xml
index bc88f3c7a8..925a93fc2e 100644
--- a/artemis-lockmanager/pom.xml
+++ b/artemis-lockmanager/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-log-annotation-processor/pom.xml
b/artemis-log-annotation-processor/pom.xml
index 18f3561e4a..d0185ff50f 100644
--- a/artemis-log-annotation-processor/pom.xml
+++ b/artemis-log-annotation-processor/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml
index 756e18a585..af047e6e55 100644
--- a/artemis-maven-plugin/pom.xml
+++ b/artemis-maven-plugin/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-pom/pom.xml b/artemis-pom/pom.xml
index bde8c3a1c4..082a7b7b2a 100644
--- a/artemis-pom/pom.xml
+++ b/artemis-pom/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-project</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-pom</artifactId>
diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml
b/artemis-protocols/artemis-amqp-protocol/pom.xml
index 2173a28387..4f85cfac4e 100644
--- a/artemis-protocols/artemis-amqp-protocol/pom.xml
+++ b/artemis-protocols/artemis-amqp-protocol/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-amqp-protocol</artifactId>
diff --git a/artemis-protocols/artemis-hornetq-protocol/pom.xml
b/artemis-protocols/artemis-hornetq-protocol/pom.xml
index a73dc64bb8..7f62413835 100644
--- a/artemis-protocols/artemis-hornetq-protocol/pom.xml
+++ b/artemis-protocols/artemis-hornetq-protocol/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-hornetq-protocol</artifactId>
diff --git a/artemis-protocols/artemis-hqclient-protocol/pom.xml
b/artemis-protocols/artemis-hqclient-protocol/pom.xml
index 5b6006ef8c..0b0b660e34 100644
--- a/artemis-protocols/artemis-hqclient-protocol/pom.xml
+++ b/artemis-protocols/artemis-hqclient-protocol/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-hqclient-protocol</artifactId>
diff --git a/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml
b/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml
index cd509dac50..4ac0ffbde7 100644
--- a/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml
+++ b/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-jakarta-openwire-protocol</artifactId>
diff --git a/artemis-protocols/artemis-mqtt-protocol/pom.xml
b/artemis-protocols/artemis-mqtt-protocol/pom.xml
index 4494fd7ba9..694e0f4d74 100644
--- a/artemis-protocols/artemis-mqtt-protocol/pom.xml
+++ b/artemis-protocols/artemis-mqtt-protocol/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-mqtt-protocol</artifactId>
diff --git a/artemis-protocols/artemis-openwire-protocol/pom.xml
b/artemis-protocols/artemis-openwire-protocol/pom.xml
index a2994304c3..8806329b00 100644
--- a/artemis-protocols/artemis-openwire-protocol/pom.xml
+++ b/artemis-protocols/artemis-openwire-protocol/pom.xml
@@ -20,7 +20,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-openwire-protocol</artifactId>
diff --git a/artemis-protocols/artemis-stomp-protocol/pom.xml
b/artemis-protocols/artemis-stomp-protocol/pom.xml
index aee678bceb..eb811fb7ba 100644
--- a/artemis-protocols/artemis-stomp-protocol/pom.xml
+++ b/artemis-protocols/artemis-stomp-protocol/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>artemis-protocols</artifactId>
<groupId>org.apache.activemq</groupId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/artemis-protocols/pom.xml b/artemis-protocols/pom.xml
index a08795d243..42956c5227 100644
--- a/artemis-protocols/pom.xml
+++ b/artemis-protocols/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/artemis-ra/pom.xml b/artemis-ra/pom.xml
index f67661f872..a526a9d6a3 100644
--- a/artemis-ra/pom.xml
+++ b/artemis-ra/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml
index d094e26b3b..480c0a4f74 100644
--- a/artemis-selector/pom.xml
+++ b/artemis-selector/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml
index 12a35476fd..b1e128c6d6 100644
--- a/artemis-server-osgi/pom.xml
+++ b/artemis-server-osgi/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml
index e57adc4952..ab4682da97 100644
--- a/artemis-server/pom.xml
+++ b/artemis-server/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-service-extensions/pom.xml
b/artemis-service-extensions/pom.xml
index 030f2792df..5045afe753 100644
--- a/artemis-service-extensions/pom.xml
+++ b/artemis-service-extensions/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-unit-test-support/pom.xml
b/artemis-unit-test-support/pom.xml
index 7a9fb4220c..8e3d019638 100644
--- a/artemis-unit-test-support/pom.xml
+++ b/artemis-unit-test-support/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-web/pom.xml b/artemis-web/pom.xml
index 65a6120285..2a7068f56a 100644
--- a/artemis-web/pom.xml
+++ b/artemis-web/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml
index fb49e52feb..822b890f78 100644
--- a/artemis-website/pom.xml
+++ b/artemis-website/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index c1e379acf6..8bf4fa2852 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-project</artifactId>
<packaging>pom</packaging>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<parent>
<groupId>org.apache</groupId>
@@ -265,14 +265,14 @@
<testFailureIgnore>true</testFailureIgnore>
<fast-tests>false</fast-tests>
-
<project.build.outputTimestamp>2024-01-24T19:21:07Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-03-19T20:16:47Z</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis.git</developerConnection>
<url>https://github.com/apache/activemq-artemis</url>
- <tag>HEAD</tag>
+ <tag>2.33.0</tag>
</scm>
<issueManagement>
diff --git a/tests/activemq5-unit-tests/pom.xml
b/tests/activemq5-unit-tests/pom.xml
index c484c52568..d8a3d4556d 100644
--- a/tests/activemq5-unit-tests/pom.xml
+++ b/tests/activemq5-unit-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>activemq5-unit-tests</artifactId>
diff --git a/tests/artemis-test-support/pom.xml
b/tests/artemis-test-support/pom.xml
index 710f2abbf8..d6c97564bc 100644
--- a/tests/artemis-test-support/pom.xml
+++ b/tests/artemis-test-support/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>artemis-test-support</artifactId>
diff --git a/tests/compatibility-tests/pom.xml
b/tests/compatibility-tests/pom.xml
index 2e1584e978..674f5779eb 100644
--- a/tests/compatibility-tests/pom.xml
+++ b/tests/compatibility-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>compatibility-tests</artifactId>
diff --git a/tests/db-tests/pom.xml b/tests/db-tests/pom.xml
index 0c09cf0f95..b1129976b3 100644
--- a/tests/db-tests/pom.xml
+++ b/tests/db-tests/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>db-tests</artifactId>
diff --git a/tests/e2e-tests/pom.xml b/tests/e2e-tests/pom.xml
index 91be45a680..4bf51e6102 100644
--- a/tests/e2e-tests/pom.xml
+++ b/tests/e2e-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>e2e-tests</artifactId>
diff --git a/tests/integration-tests-isolated/pom.xml
b/tests/integration-tests-isolated/pom.xml
index d777b16bbf..f52d0358ba 100644
--- a/tests/integration-tests-isolated/pom.xml
+++ b/tests/integration-tests-isolated/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>integration-tests-isolated</artifactId>
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 231183533b..1f054d980b 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>integration-tests</artifactId>
diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml
index 7ee04c0da4..5e326eeb36 100644
--- a/tests/jms-tests/pom.xml
+++ b/tests/jms-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>jms-tests</artifactId>
diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml
index 7ba11753f9..b9c7651529 100644
--- a/tests/joram-tests/pom.xml
+++ b/tests/joram-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>joram-tests</artifactId>
diff --git a/tests/karaf-client-integration-tests/pom.xml
b/tests/karaf-client-integration-tests/pom.xml
index 66e281b7e8..0b9cec66d9 100644
--- a/tests/karaf-client-integration-tests/pom.xml
+++ b/tests/karaf-client-integration-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>karaf-client-integration-tests</artifactId>
diff --git a/tests/karaf-server-integration-tests/pom.xml
b/tests/karaf-server-integration-tests/pom.xml
index 9d2ef3312f..33c71cf977 100644
--- a/tests/karaf-server-integration-tests/pom.xml
+++ b/tests/karaf-server-integration-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>karaf-server-integration-tests</artifactId>
diff --git a/tests/leak-tests/pom.xml b/tests/leak-tests/pom.xml
index 9c3a617c61..280fa8af27 100644
--- a/tests/leak-tests/pom.xml
+++ b/tests/leak-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>leak-tests</artifactId>
diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml
index 9994636a4c..6f8ba1ef16 100644
--- a/tests/performance-jmh/pom.xml
+++ b/tests/performance-jmh/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/tests/performance-tests/pom.xml b/tests/performance-tests/pom.xml
index cd0fb6cd9a..0c1e24c958 100644
--- a/tests/performance-tests/pom.xml
+++ b/tests/performance-tests/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>performance-tests</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index bb2ee05cb2..b8ffc80880 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
<relativePath>../artemis-pom/pom.xml</relativePath>
</parent>
diff --git a/tests/smoke-tests/pom.xml b/tests/smoke-tests/pom.xml
index eca57758b4..eb1d19c95f 100644
--- a/tests/smoke-tests/pom.xml
+++ b/tests/smoke-tests/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>smoke-tests</artifactId>
diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml
index 72d718e7ab..a1bea433df 100644
--- a/tests/soak-tests/pom.xml
+++ b/tests/soak-tests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>soak-tests</artifactId>
diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml
index c7b41fb0a8..ad349c23be 100644
--- a/tests/stress-tests/pom.xml
+++ b/tests/stress-tests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>stress-tests</artifactId>
diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml
index 1d6e871352..946eafd44d 100644
--- a/tests/timing-tests/pom.xml
+++ b/tests/timing-tests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>timing-tests</artifactId>
diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml
index e5c1c34ba0..0581ca0f4e 100644
--- a/tests/unit-tests/pom.xml
+++ b/tests/unit-tests/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.activemq.tests</groupId>
<artifactId>artemis-tests-pom</artifactId>
- <version>2.33.0-SNAPSHOT</version>
+ <version>2.33.0</version>
</parent>
<artifactId>unit-tests</artifactId>