From 2cc3704551d76acbca31a486df250ea206797deb Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Tue, 19 Mar 2024 15:22:47 -0500 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- 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-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, 77 insertions(+), 77 deletions(-) diff --git a/artemis-bom/pom.xml b/artemis-bom/pom.xml index d67c6b1051..c3f6016e23 100644 --- a/artemis-bom/pom.xml +++ b/artemis-bom/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-project - 2.33.0 + 2.34.0-SNAPSHOT artemis-bom diff --git a/artemis-boot/pom.xml b/artemis-boot/pom.xml index 68efb70383..7a14842544 100644 --- a/artemis-boot/pom.xml +++ b/artemis-boot/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-cdi-client/pom.xml b/artemis-cdi-client/pom.xml index cecffaca31..1159530824 100644 --- a/artemis-cdi-client/pom.xml +++ b/artemis-cdi-client/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml 4.0.0 diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index 655ed7a7be..b624945f61 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml index c5afa00a8c..76f92b8d25 100644 --- a/artemis-commons/pom.xml +++ b/artemis-commons/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-core-client-all/pom.xml b/artemis-core-client-all/pom.xml index 08371af06c..ac8ed4a5b0 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.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-core-client-osgi/pom.xml b/artemis-core-client-osgi/pom.xml index 7aa3d41da2..ed256a8de6 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.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml index 82428e5167..844d97879b 100644 --- a/artemis-core-client/pom.xml +++ b/artemis-core-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 536ffc8191..e10c1d70e5 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-dto/pom.xml b/artemis-dto/pom.xml index f413657ee6..87ed871ee9 100644 --- a/artemis-dto/pom.xml +++ b/artemis-dto/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml index d06eb68ddc..52bf109f5f 100644 --- a/artemis-features/pom.xml +++ b/artemis-features/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml artemis-features diff --git a/artemis-hawtio/activemq-branding/pom.xml b/artemis-hawtio/activemq-branding/pom.xml index d558306b19..f910243a8f 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.33.0 + 2.34.0-SNAPSHOT activemq-branding diff --git a/artemis-hawtio/artemis-console/pom.xml b/artemis-hawtio/artemis-console/pom.xml index eaae4b2c38..bad64784ac 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.33.0 + 2.34.0-SNAPSHOT artemis-console diff --git a/artemis-hawtio/artemis-plugin/pom.xml b/artemis-hawtio/artemis-plugin/pom.xml index 44bc01f1c4..366408975e 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.33.0 + 2.34.0-SNAPSHOT artemis-plugin diff --git a/artemis-hawtio/pom.xml b/artemis-hawtio/pom.xml index 232db10037..72db244dbf 100644 --- a/artemis-hawtio/pom.xml +++ b/artemis-hawtio/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-image/examples/pom.xml b/artemis-image/examples/pom.xml index 6fe0c1f881..70fd3da92a 100644 --- a/artemis-image/examples/pom.xml +++ b/artemis-image/examples/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../../artemis-pom/pom.xml diff --git a/artemis-image/pom.xml b/artemis-image/pom.xml index 8270fe9d63..1f6d9697ad 100644 --- a/artemis-image/pom.xml +++ b/artemis-image/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jakarta-client-all/pom.xml b/artemis-jakarta-client-all/pom.xml index 7f973ce545..15385cd6a3 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.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jakarta-client/pom.xml b/artemis-jakarta-client/pom.xml index fe46fbee69..3ac644ebf8 100644 --- a/artemis-jakarta-client/pom.xml +++ b/artemis-jakarta-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jakarta-ra/pom.xml b/artemis-jakarta-ra/pom.xml index f79d984f73..1d91056f07 100644 --- a/artemis-jakarta-ra/pom.xml +++ b/artemis-jakarta-ra/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jakarta-server/pom.xml b/artemis-jakarta-server/pom.xml index ce98efee83..61bf4c97fc 100644 --- a/artemis-jakarta-server/pom.xml +++ b/artemis-jakarta-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jakarta-service-extensions/pom.xml b/artemis-jakarta-service-extensions/pom.xml index 39dd09270a..b576e758c0 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.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jdbc-store/pom.xml b/artemis-jdbc-store/pom.xml index fae71149c8..c22b63da8b 100644 --- a/artemis-jdbc-store/pom.xml +++ b/artemis-jdbc-store/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jms-client-all/pom.xml b/artemis-jms-client-all/pom.xml index cb07790446..125d5af7c7 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.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jms-client-osgi/pom.xml b/artemis-jms-client-osgi/pom.xml index c2998aedd3..c5dfe956d1 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.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml index 8ee196410e..54f9fcbdfc 100644 --- a/artemis-jms-client/pom.xml +++ b/artemis-jms-client/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-jms-server/pom.xml b/artemis-jms-server/pom.xml index 7a19c670fc..f8cd9dfccf 100644 --- a/artemis-jms-server/pom.xml +++ b/artemis-jms-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-journal/pom.xml b/artemis-journal/pom.xml index 75f8618f55..7a6cac5d67 100644 --- a/artemis-journal/pom.xml +++ b/artemis-journal/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-junit/artemis-junit-4/pom.xml b/artemis-junit/artemis-junit-4/pom.xml index 3adf6ed2a8..cff374fe50 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.33.0 + 2.34.0-SNAPSHOT artemis-junit diff --git a/artemis-junit/artemis-junit-5/pom.xml b/artemis-junit/artemis-junit-5/pom.xml index 7991267ff7..d9867e1f43 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.33.0 + 2.34.0-SNAPSHOT artemis-junit-5 diff --git a/artemis-junit/artemis-junit-commons/pom.xml b/artemis-junit/artemis-junit-commons/pom.xml index 1d113e3d79..15d0c8992d 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.33.0 + 2.34.0-SNAPSHOT artemis-junit-commons diff --git a/artemis-junit/pom.xml b/artemis-junit/pom.xml index bf340318b5..16f3cbae5b 100644 --- a/artemis-junit/pom.xml +++ b/artemis-junit/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-lockmanager/artemis-lockmanager-api/pom.xml b/artemis-lockmanager/artemis-lockmanager-api/pom.xml index 410cc383c8..ef14152a2e 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.33.0 + 2.34.0-SNAPSHOT artemis-lockmanager-api diff --git a/artemis-lockmanager/artemis-lockmanager-ri/pom.xml b/artemis-lockmanager/artemis-lockmanager-ri/pom.xml index e551d45e67..a0ae72e6d7 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.33.0 + 2.34.0-SNAPSHOT artemis-lockmanager-ri diff --git a/artemis-lockmanager/pom.xml b/artemis-lockmanager/pom.xml index 925a93fc2e..070a1e76e3 100644 --- a/artemis-lockmanager/pom.xml +++ b/artemis-lockmanager/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-log-annotation-processor/pom.xml b/artemis-log-annotation-processor/pom.xml index d0185ff50f..62e5105a1e 100644 --- a/artemis-log-annotation-processor/pom.xml +++ b/artemis-log-annotation-processor/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml index af047e6e55..960713555d 100644 --- a/artemis-maven-plugin/pom.xml +++ b/artemis-maven-plugin/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-pom/pom.xml b/artemis-pom/pom.xml index 082a7b7b2a..f77816cc97 100644 --- a/artemis-pom/pom.xml +++ b/artemis-pom/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-project - 2.33.0 + 2.34.0-SNAPSHOT artemis-pom diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml b/artemis-protocols/artemis-amqp-protocol/pom.xml index 4f85cfac4e..bb35040f12 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.33.0 + 2.34.0-SNAPSHOT artemis-amqp-protocol diff --git a/artemis-protocols/artemis-hornetq-protocol/pom.xml b/artemis-protocols/artemis-hornetq-protocol/pom.xml index 7f62413835..ff6ab87249 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.33.0 + 2.34.0-SNAPSHOT artemis-hornetq-protocol diff --git a/artemis-protocols/artemis-hqclient-protocol/pom.xml b/artemis-protocols/artemis-hqclient-protocol/pom.xml index 0b0b660e34..4e85eda25c 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.33.0 + 2.34.0-SNAPSHOT artemis-hqclient-protocol diff --git a/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml b/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml index 4ac0ffbde7..dc8166bde1 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.33.0 + 2.34.0-SNAPSHOT artemis-jakarta-openwire-protocol diff --git a/artemis-protocols/artemis-mqtt-protocol/pom.xml b/artemis-protocols/artemis-mqtt-protocol/pom.xml index 694e0f4d74..c312e5b519 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.33.0 + 2.34.0-SNAPSHOT artemis-mqtt-protocol diff --git a/artemis-protocols/artemis-openwire-protocol/pom.xml b/artemis-protocols/artemis-openwire-protocol/pom.xml index 8806329b00..dbb94b9863 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.33.0 + 2.34.0-SNAPSHOT artemis-openwire-protocol diff --git a/artemis-protocols/artemis-stomp-protocol/pom.xml b/artemis-protocols/artemis-stomp-protocol/pom.xml index eb811fb7ba..dd7e6055f7 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.33.0 + 2.34.0-SNAPSHOT 4.0.0 diff --git a/artemis-protocols/pom.xml b/artemis-protocols/pom.xml index 42956c5227..858cf6cb85 100644 --- a/artemis-protocols/pom.xml +++ b/artemis-protocols/pom.xml @@ -19,7 +19,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml 4.0.0 diff --git a/artemis-ra/pom.xml b/artemis-ra/pom.xml index a526a9d6a3..d777d24f3c 100644 --- a/artemis-ra/pom.xml +++ b/artemis-ra/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml index 480c0a4f74..45918a30e6 100644 --- a/artemis-selector/pom.xml +++ b/artemis-selector/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml index b1e128c6d6..5df8f0a9c0 100644 --- a/artemis-server-osgi/pom.xml +++ b/artemis-server-osgi/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml index ab4682da97..3d1766d7e6 100644 --- a/artemis-server/pom.xml +++ b/artemis-server/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-service-extensions/pom.xml b/artemis-service-extensions/pom.xml index 5045afe753..ea7cc0d2bf 100644 --- a/artemis-service-extensions/pom.xml +++ b/artemis-service-extensions/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-unit-test-support/pom.xml b/artemis-unit-test-support/pom.xml index 8e3d019638..3047590bbc 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.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-web/pom.xml b/artemis-web/pom.xml index 2a7068f56a..00e304377a 100644 --- a/artemis-web/pom.xml +++ b/artemis-web/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml index 822b890f78..279ec6d102 100644 --- a/artemis-website/pom.xml +++ b/artemis-website/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/pom.xml b/pom.xml index 8bf4fa2852..976ae4535a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.apache.activemq artemis-project pom - 2.33.0 + 2.34.0-SNAPSHOT org.apache @@ -265,14 +265,14 @@ true false - 2024-03-19T20:16:47Z + 2024-03-19T20:22:47Z 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 - 2.33.0 + HEAD diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index d8a3d4556d..7a9424460f 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.33.0 + 2.34.0-SNAPSHOT activemq5-unit-tests diff --git a/tests/artemis-test-support/pom.xml b/tests/artemis-test-support/pom.xml index d6c97564bc..e8928ac277 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.33.0 + 2.34.0-SNAPSHOT artemis-test-support diff --git a/tests/compatibility-tests/pom.xml b/tests/compatibility-tests/pom.xml index 674f5779eb..f5b89dac9e 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.33.0 + 2.34.0-SNAPSHOT compatibility-tests diff --git a/tests/db-tests/pom.xml b/tests/db-tests/pom.xml index b1129976b3..d913814c80 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.33.0 + 2.34.0-SNAPSHOT db-tests diff --git a/tests/e2e-tests/pom.xml b/tests/e2e-tests/pom.xml index 4bf51e6102..378e6712a0 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.33.0 + 2.34.0-SNAPSHOT e2e-tests diff --git a/tests/integration-tests-isolated/pom.xml b/tests/integration-tests-isolated/pom.xml index f52d0358ba..e980516de4 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.33.0 + 2.34.0-SNAPSHOT integration-tests-isolated diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 1f054d980b..cf572f6e8e 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.33.0 + 2.34.0-SNAPSHOT integration-tests diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml index 5e326eeb36..130767bd6d 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.33.0 + 2.34.0-SNAPSHOT jms-tests diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml index b9c7651529..9e5207a230 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.33.0 + 2.34.0-SNAPSHOT joram-tests diff --git a/tests/karaf-client-integration-tests/pom.xml b/tests/karaf-client-integration-tests/pom.xml index 0b9cec66d9..e65c50a96a 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.33.0 + 2.34.0-SNAPSHOT karaf-client-integration-tests diff --git a/tests/karaf-server-integration-tests/pom.xml b/tests/karaf-server-integration-tests/pom.xml index 33c71cf977..97e9d0904b 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.33.0 + 2.34.0-SNAPSHOT karaf-server-integration-tests diff --git a/tests/leak-tests/pom.xml b/tests/leak-tests/pom.xml index 280fa8af27..c3f20a0b7a 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.33.0 + 2.34.0-SNAPSHOT leak-tests diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml index 6f8ba1ef16..9dc7e52e71 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.33.0 + 2.34.0-SNAPSHOT 4.0.0 diff --git a/tests/performance-tests/pom.xml b/tests/performance-tests/pom.xml index 0c1e24c958..6c803dd774 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.33.0 + 2.34.0-SNAPSHOT performance-tests diff --git a/tests/pom.xml b/tests/pom.xml index b8ffc80880..c1ec7516f1 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -18,7 +18,7 @@ org.apache.activemq artemis-pom - 2.33.0 + 2.34.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/tests/smoke-tests/pom.xml b/tests/smoke-tests/pom.xml index eb1d19c95f..786d4d7486 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.33.0 + 2.34.0-SNAPSHOT smoke-tests diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml index a1bea433df..699b3484c8 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.33.0 + 2.34.0-SNAPSHOT soak-tests diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml index ad349c23be..e388f70fff 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.33.0 + 2.34.0-SNAPSHOT stress-tests diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml index 946eafd44d..fbabf1f45d 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.33.0 + 2.34.0-SNAPSHOT timing-tests diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml index 0581ca0f4e..2a13bad5b3 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.33.0 + 2.34.0-SNAPSHOT unit-tests