From dd2d8137da7b069233062edcd0a390695518adb4 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Wed, 17 Dec 2025 12:55:17 +0000 Subject: [PATCH] ARTEMIS-5816: switch groupId and relocate + bump version for new TLP - Switch maven groupId to org.apache.artemis - Add relocation poms for most modules to keep old org.apache.activemq groupId usages working and alert users to switch. - Bumps version to 2.50.0-SNAPSHOT to give us a nicer and more easily identifiable switchover version for later reference. Tweaks docs as appropriate / ARTEMIS-5807 --- RELEASING.adoc | 21 +- artemis-bom/pom.xml | 201 +++++++++++++++++- artemis-boot/pom.xml | 4 +- artemis-cdi-client/pom.xml | 16 +- artemis-cli/pom.xml | 24 +-- artemis-commons/pom.xml | 8 +- artemis-console/pom.xml | 4 +- artemis-core-client-all/pom.xml | 6 +- artemis-core-client-osgi/pom.xml | 11 +- artemis-core-client/pom.xml | 10 +- artemis-distribution/pom.xml | 38 ++-- .../src/main/assembly/dep.xml | 8 +- artemis-dto/pom.xml | 8 +- artemis-features/pom.xml | 12 +- .../src/main/resources/features.xml | 26 +-- artemis-image/examples/pom.xml | 6 +- artemis-image/pom.xml | 6 +- artemis-jakarta-cdi-client/pom.xml | 16 +- artemis-jakarta-client-all/pom.xml | 6 +- artemis-jakarta-client-osgi/pom.xml | 15 +- artemis-jakarta-client/pom.xml | 14 +- artemis-jakarta-ra/pom.xml | 16 +- artemis-jakarta-server/pom.xml | 20 +- artemis-jakarta-service-extensions/pom.xml | 14 +- artemis-jdbc-store/pom.xml | 12 +- artemis-jms-client-all/pom.xml | 6 +- artemis-jms-client-osgi/pom.xml | 15 +- artemis-jms-client/pom.xml | 14 +- artemis-jms-server/pom.xml | 20 +- artemis-journal/pom.xml | 10 +- artemis-junit/artemis-junit-4/pom.xml | 18 +- artemis-junit/artemis-junit-5/pom.xml | 16 +- artemis-junit/artemis-junit-commons/pom.xml | 14 +- artemis-junit/pom.xml | 4 +- .../artemis-lockmanager-api/pom.xml | 6 +- .../artemis-lockmanager-ri/pom.xml | 8 +- artemis-lockmanager/pom.xml | 4 +- artemis-log-annotation-processor/pom.xml | 4 +- .../tests/pom.xml | 8 +- artemis-maven-plugin/pom.xml | 12 +- artemis-pom/pom.xml | 10 +- .../artemis-amqp-protocol/pom.xml | 18 +- .../artemis-hornetq-protocol/pom.xml | 20 +- .../artemis-hqclient-protocol/pom.xml | 8 +- .../artemis-jakarta-openwire-protocol/pom.xml | 18 +- .../artemis-mqtt-protocol/pom.xml | 16 +- .../artemis-openwire-protocol/pom.xml | 18 +- .../artemis-stomp-protocol/pom.xml | 16 +- artemis-protocols/pom.xml | 4 +- artemis-ra/pom.xml | 16 +- artemis-selector/pom.xml | 8 +- artemis-server-osgi/pom.xml | 29 +-- artemis-server/pom.xml | 20 +- artemis-service-extensions/pom.xml | 14 +- artemis-unit-test-support/pom.xml | 4 +- artemis-web/pom.xml | 18 +- artemis-website/pom.xml | 32 +-- docs/user-manual/client-classpath.adoc | 10 +- docs/user-manual/logging.adoc | 2 +- docs/user-manual/maven-plugin.adoc | 10 +- docs/user-manual/unit-testing.adoc | 4 +- docs/user-manual/versions.adoc | 4 +- pom.xml | 9 +- relocations/apache-artemis/pom.xml | 39 ++++ relocations/artemis-amqp-protocol/pom.xml | 39 ++++ relocations/artemis-bom/pom.xml | 54 +++++ relocations/artemis-boot/pom.xml | 39 ++++ relocations/artemis-cdi-client/pom.xml | 39 ++++ relocations/artemis-cli/pom.xml | 39 ++++ relocations/artemis-commons/pom.xml | 39 ++++ relocations/artemis-console/pom.xml | 39 ++++ relocations/artemis-core-client-all/pom.xml | 39 ++++ relocations/artemis-core-client-osgi/pom.xml | 39 ++++ relocations/artemis-core-client/pom.xml | 39 ++++ relocations/artemis-dto/pom.xml | 39 ++++ relocations/artemis-features/pom.xml | 39 ++++ relocations/artemis-hornetq-protocol/pom.xml | 39 ++++ relocations/artemis-hqclient-protocol/pom.xml | 39 ++++ relocations/artemis-image-examples/pom.xml | 39 ++++ relocations/artemis-image/pom.xml | 39 ++++ .../artemis-jakarta-cdi-client/pom.xml | 39 ++++ .../artemis-jakarta-client-all/pom.xml | 39 ++++ .../artemis-jakarta-client-osgi/pom.xml | 39 ++++ relocations/artemis-jakarta-client/pom.xml | 39 ++++ .../artemis-jakarta-openwire-protocol/pom.xml | 39 ++++ relocations/artemis-jakarta-ra/pom.xml | 39 ++++ relocations/artemis-jakarta-server/pom.xml | 39 ++++ .../pom.xml | 39 ++++ relocations/artemis-jdbc-store/pom.xml | 39 ++++ relocations/artemis-jms-client-all/pom.xml | 39 ++++ relocations/artemis-jms-client-osgi/pom.xml | 39 ++++ relocations/artemis-jms-client/pom.xml | 39 ++++ relocations/artemis-jms-server/pom.xml | 39 ++++ relocations/artemis-journal/pom.xml | 39 ++++ relocations/artemis-junit-5/pom.xml | 39 ++++ relocations/artemis-junit-commons/pom.xml | 39 ++++ relocations/artemis-junit-parent/pom.xml | 39 ++++ relocations/artemis-junit/pom.xml | 39 ++++ relocations/artemis-lockmanager-api/pom.xml | 39 ++++ relocations/artemis-lockmanager-ri/pom.xml | 39 ++++ relocations/artemis-lockmanager/pom.xml | 39 ++++ .../artemis-log-annotation-processor/pom.xml | 54 +++++ relocations/artemis-maven-plugin/pom.xml | 39 ++++ relocations/artemis-mqtt-protocol/pom.xml | 39 ++++ relocations/artemis-openwire-protocol/pom.xml | 39 ++++ relocations/artemis-pom/pom.xml | 39 ++++ relocations/artemis-project/pom.xml | 54 +++++ relocations/artemis-protocols/pom.xml | 39 ++++ relocations/artemis-ra/pom.xml | 39 ++++ relocations/artemis-selector/pom.xml | 39 ++++ relocations/artemis-server-osgi/pom.xml | 39 ++++ relocations/artemis-server/pom.xml | 39 ++++ .../artemis-service-extensions/pom.xml | 39 ++++ relocations/artemis-stomp-protocol/pom.xml | 39 ++++ relocations/artemis-unit-test-support/pom.xml | 39 ++++ relocations/artemis-web/pom.xml | 39 ++++ relocations/artemis-website/pom.xml | 39 ++++ relocations/pom.xml | 105 +++++++++ tests/activemq5-unit-tests/pom.xml | 16 +- tests/artemis-test-support/pom.xml | 20 +- tests/compatibility-tests/pom.xml | 110 +++++----- tests/db-tests/pom.xml | 26 +-- tests/e2e-tests/pom.xml | 14 +- tests/integration-tests-isolated/pom.xml | 22 +- tests/integration-tests/pom.xml | 48 ++--- tests/jms-tests/pom.xml | 18 +- tests/joram-tests/pom.xml | 20 +- tests/karaf-client-integration-tests/pom.xml | 12 +- .../karaf/client/PaxExamOptions.java | 8 +- .../pom.xml | 12 +- .../karaf/client/PaxExamOptions.java | 2 +- tests/karaf-server-integration-tests/pom.xml | 10 +- .../integration/karaf/ArtemisFeatureTest.java | 2 +- tests/leak-tests/pom.xml | 22 +- tests/performance-jmh/pom.xml | 10 +- tests/performance-tests/pom.xml | 20 +- tests/pom.xml | 6 +- tests/smoke-tests/pom.xml | 26 +-- tests/soak-tests/pom.xml | 26 +-- tests/stress-tests/pom.xml | 24 +-- tests/timing-tests/pom.xml | 20 +- tests/unit-tests/pom.xml | 30 +-- 142 files changed, 3121 insertions(+), 648 deletions(-) create mode 100644 relocations/apache-artemis/pom.xml create mode 100644 relocations/artemis-amqp-protocol/pom.xml create mode 100644 relocations/artemis-bom/pom.xml create mode 100644 relocations/artemis-boot/pom.xml create mode 100644 relocations/artemis-cdi-client/pom.xml create mode 100644 relocations/artemis-cli/pom.xml create mode 100644 relocations/artemis-commons/pom.xml create mode 100644 relocations/artemis-console/pom.xml create mode 100644 relocations/artemis-core-client-all/pom.xml create mode 100644 relocations/artemis-core-client-osgi/pom.xml create mode 100644 relocations/artemis-core-client/pom.xml create mode 100644 relocations/artemis-dto/pom.xml create mode 100644 relocations/artemis-features/pom.xml create mode 100644 relocations/artemis-hornetq-protocol/pom.xml create mode 100644 relocations/artemis-hqclient-protocol/pom.xml create mode 100644 relocations/artemis-image-examples/pom.xml create mode 100644 relocations/artemis-image/pom.xml create mode 100644 relocations/artemis-jakarta-cdi-client/pom.xml create mode 100644 relocations/artemis-jakarta-client-all/pom.xml create mode 100644 relocations/artemis-jakarta-client-osgi/pom.xml create mode 100644 relocations/artemis-jakarta-client/pom.xml create mode 100644 relocations/artemis-jakarta-openwire-protocol/pom.xml create mode 100644 relocations/artemis-jakarta-ra/pom.xml create mode 100644 relocations/artemis-jakarta-server/pom.xml create mode 100644 relocations/artemis-jakarta-service-extensions/pom.xml create mode 100644 relocations/artemis-jdbc-store/pom.xml create mode 100644 relocations/artemis-jms-client-all/pom.xml create mode 100644 relocations/artemis-jms-client-osgi/pom.xml create mode 100644 relocations/artemis-jms-client/pom.xml create mode 100644 relocations/artemis-jms-server/pom.xml create mode 100644 relocations/artemis-journal/pom.xml create mode 100644 relocations/artemis-junit-5/pom.xml create mode 100644 relocations/artemis-junit-commons/pom.xml create mode 100644 relocations/artemis-junit-parent/pom.xml create mode 100644 relocations/artemis-junit/pom.xml create mode 100644 relocations/artemis-lockmanager-api/pom.xml create mode 100644 relocations/artemis-lockmanager-ri/pom.xml create mode 100644 relocations/artemis-lockmanager/pom.xml create mode 100644 relocations/artemis-log-annotation-processor/pom.xml create mode 100644 relocations/artemis-maven-plugin/pom.xml create mode 100644 relocations/artemis-mqtt-protocol/pom.xml create mode 100644 relocations/artemis-openwire-protocol/pom.xml create mode 100644 relocations/artemis-pom/pom.xml create mode 100644 relocations/artemis-project/pom.xml create mode 100644 relocations/artemis-protocols/pom.xml create mode 100644 relocations/artemis-ra/pom.xml create mode 100644 relocations/artemis-selector/pom.xml create mode 100644 relocations/artemis-server-osgi/pom.xml create mode 100644 relocations/artemis-server/pom.xml create mode 100644 relocations/artemis-service-extensions/pom.xml create mode 100644 relocations/artemis-stomp-protocol/pom.xml create mode 100644 relocations/artemis-unit-test-support/pom.xml create mode 100644 relocations/artemis-web/pom.xml create mode 100644 relocations/artemis-website/pom.xml create mode 100644 relocations/pom.xml diff --git a/RELEASING.adoc b/RELEASING.adoc index a4564dac703..e34ac5f1e26 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -153,6 +153,14 @@ mvn release:perform -Prelease This can take quite a while depending on your Internet connection speed. +Finally, upload the relocations to ASF Nexus: + +[,console] +---- +cd target/checkout/relocations/ +mvn deploy -Papache-release,deploy-relocations +---- + [NOTE] .Resume Release Upload ==== @@ -175,13 +183,15 @@ scm.tag=2.31.0 Keep the checkout used to run the release process for later. The website update scripts will reference it for documentation output. -== Close the Staging Repository +== Close the Staging Repositories Give the https://repository.apache.org/#stagingRepositories[staging repository] contents a quick inspection using the content navigation area. If everything looks good close the staging repo using the "Close" button on ASF Nexus website, locking it from further modification and exposing its contents at a staging URL to allow testing. Set a description such as "Apache Artemis (RC1)" while closing. -Note the staging repo URL, of form `\https://repository.apache.org/content/repositories/orgapacheartemis-` +Note the staging repo URL, of form `https://repository.apache.org/content/repositories/orgapacheartemis-` + +Do similar for the relocations staging repository, of form `https://repository.apache.org/content/repositories/orgapacheactivemq-` == Verify build reproducibility @@ -348,6 +358,9 @@ https://dist.apache.org/repos/dist/dev/artemis/artemis// * Maven staging repository: https://repository.apache.org/content/repositories/orgapacheartemis- +* Relocations maven staging repository: +https://repository.apache.org/content/repositories/orgapacheactivemq- + * How to validate the release: https://artemis.apache.org/components/artemis/documentation/hacking-guide/#validating-releases @@ -485,9 +498,9 @@ cd artemis It takes ~15 minutes to sync with the CDN. The CDN content can be viewed https://dlcdn.apache.org/artemis/artemis/[here]. -== Release the Staging Repository +== Release the Staging Repositories -Go to https://repository.apache.org/#stagingRepositories[ASF Nexus] and click the "Release" button. +Go to https://repository.apache.org/#stagingRepositories[ASF Nexus] and click the "Release" button on both the main and relocations staging repositories. It takes ~30-60 minutes to sync with Maven Central. The content can be viewed https://repo1.maven.org/maven2/org/apache/artemis/[here]. diff --git a/artemis-bom/pom.xml b/artemis-bom/pom.xml index e1806ecade9..1455424381b 100644 --- a/artemis-bom/pom.xml +++ b/artemis-bom/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-project - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT artemis-bom @@ -33,6 +33,203 @@ + + org.apache.artemis + artemis-amqp-protocol + ${project.version} + + + org.apache.artemis + artemis-boot + ${project.version} + + + org.apache.artemis + artemis-cdi-client + ${project.version} + + + org.apache.artemis + artemis-cli + ${project.version} + + + org.apache.artemis + artemis-commons + ${project.version} + + + org.apache.artemis + artemis-console + war + ${project.version} + + + org.apache.artemis + artemis-core-client + ${project.version} + + + org.apache.artemis + artemis-core-client-all + ${project.version} + + + org.apache.artemis + artemis-core-client-osgi + ${project.version} + + + org.apache.artemis + artemis-dto + ${project.version} + + + org.apache.artemis + artemis-features + ${project.version} + features + xml + + + org.apache.artemis + artemis-hornetq-protocol + ${project.version} + + + org.apache.artemis + artemis-hqclient-protocol + ${project.version} + + + org.apache.artemis + artemis-jakarta-cdi-client + ${project.version} + + + org.apache.artemis + artemis-jakarta-client + ${project.version} + + + org.apache.artemis + artemis-jakarta-client-all + ${project.version} + + + org.apache.artemis + artemis-jakarta-openwire-protocol + ${project.version} + + + org.apache.artemis + artemis-jakarta-ra + ${project.version} + + + org.apache.artemis + artemis-jakarta-server + ${project.version} + + + org.apache.artemis + artemis-jakarta-service-extensions + ${project.version} + + + org.apache.artemis + artemis-jdbc-store + ${project.version} + + + org.apache.artemis + artemis-jms-client + ${project.version} + + + org.apache.artemis + artemis-jms-client-all + ${project.version} + + + org.apache.artemis + artemis-jms-client-osgi + ${project.version} + + + org.apache.artemis + artemis-jms-server + ${project.version} + + + org.apache.artemis + artemis-journal + ${project.version} + + + org.apache.artemis + artemis-mqtt-protocol + ${project.version} + + + org.apache.artemis + artemis-openwire-protocol + ${project.version} + + + org.apache.artemis + artemis-lockmanager-api + ${project.version} + + + org.apache.artemis + artemis-lockmanager-ri + ${project.version} + + + org.apache.artemis + artemis-ra + ${project.version} + + + org.apache.artemis + artemis-selector + ${project.version} + + + org.apache.artemis + artemis-server + ${project.version} + + + org.apache.artemis + artemis-server-osgi + ${project.version} + + + org.apache.artemis + artemis-service-extensions + ${project.version} + + + org.apache.artemis + artemis-stomp-protocol + ${project.version} + + + org.apache.artemis + artemis-web + ${project.version} + + + org.apache.artemis + artemis-website + ${project.version} + + + + + org.apache.activemq artemis-amqp-protocol diff --git a/artemis-boot/pom.xml b/artemis-boot/pom.xml index 89defefebd2..2221e48e121 100644 --- a/artemis-boot/pom.xml +++ b/artemis-boot/pom.xml @@ -20,9 +20,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-cdi-client/pom.xml b/artemis-cdi-client/pom.xml index f27c770bd01..563821c8117 100644 --- a/artemis-cdi-client/pom.xml +++ b/artemis-cdi-client/pom.xml @@ -20,9 +20,9 @@ - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml 4.0.0 @@ -33,7 +33,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -48,19 +48,19 @@ test - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-commons @@ -105,7 +105,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index be5d702d3d4..f7ef1daf0e2 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -38,19 +38,19 @@ jakarta.jms-api - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-journal @@ -59,19 +59,19 @@ ${activemq-artemis-native-version} - org.apache.activemq + org.apache.artemis artemis-lockmanager-api - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-jms-server - org.apache.activemq + org.apache.artemis artemis-dto @@ -85,7 +85,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -188,7 +188,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml index 6e811be5344..c0bb9097ccd 100644 --- a/artemis-commons/pom.xml +++ b/artemis-commons/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -54,7 +54,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -98,7 +98,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-console/pom.xml b/artemis-console/pom.xml index f7b88fc989e..1522cc2e270 100644 --- a/artemis-console/pom.xml +++ b/artemis-console/pom.xml @@ -20,9 +20,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-core-client-all/pom.xml b/artemis-core-client-all/pom.xml index 6199b6bbc9c..20efe458e97 100644 --- a/artemis-core-client-all/pom.xml +++ b/artemis-core-client-all/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -30,7 +30,7 @@ - org.apache.activemq + org.apache.artemis artemis-core-client diff --git a/artemis-core-client-osgi/pom.xml b/artemis-core-client-osgi/pom.xml index 5f629447965..a93148aa835 100644 --- a/artemis-core-client-osgi/pom.xml +++ b/artemis-core-client-osgi/pom.xml @@ -12,9 +12,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -29,11 +29,11 @@ - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-core-client @@ -66,7 +66,8 @@ true - *;scope=compile|runtime;groupId=org.apache.activemq + org.apache.activemq.artemis-core-client-osgi + *;scope=compile|runtime;groupId=org.apache.artemis org.glassfish.json*;resolution:=optional, de.dentrassi.crypto.pem;resolution:=optional, diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml index 4bd18e7f6b2..7001b5e2af2 100644 --- a/artemis-core-client/pom.xml +++ b/artemis-core-client/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -31,7 +31,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -52,11 +52,11 @@ jgroups - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 949a263c885..62fa8409e5d 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -37,55 +37,55 @@ - org.apache.activemq + org.apache.artemis artemis-boot - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-cli - org.apache.activemq + org.apache.artemis artemis-jms-server - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-ra - org.apache.activemq + org.apache.artemis artemis-web - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-amqp-protocol - org.apache.activemq + org.apache.artemis artemis-stomp-protocol - org.apache.activemq + org.apache.artemis artemis-openwire-protocol - org.apache.activemq + org.apache.artemis artemis-hornetq-protocol - org.apache.activemq + org.apache.artemis artemis-mqtt-protocol @@ -94,7 +94,7 @@ ${activemq-artemis-native-version} - org.apache.activemq + org.apache.artemis artemis-jdbc-store @@ -113,17 +113,17 @@ - org.apache.activemq + org.apache.artemis artemis-console war - org.apache.activemq + org.apache.artemis artemis-lockmanager-api - org.apache.activemq + org.apache.artemis artemis-lockmanager-ri diff --git a/artemis-distribution/src/main/assembly/dep.xml b/artemis-distribution/src/main/assembly/dep.xml index 41e88918847..bc71d270ca7 100644 --- a/artemis-distribution/src/main/assembly/dep.xml +++ b/artemis-distribution/src/main/assembly/dep.xml @@ -28,7 +28,7 @@ false false - org.apache.activemq:artemis-boot + org.apache.artemis:artemis-boot false @@ -38,10 +38,10 @@ 0644 - org.apache.activemq:artemis-boot + org.apache.artemis:artemis-boot - org.apache.activemq:artemis-console:war + org.apache.artemis:artemis-console:war lib false @@ -68,7 +68,7 @@ - org.apache.activemq:artemis-console:war + org.apache.artemis:artemis-console:war web/console.war true diff --git a/artemis-dto/pom.xml b/artemis-dto/pom.xml index 11e1c5d3829..5230055c86d 100644 --- a/artemis-dto/pom.xml +++ b/artemis-dto/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -30,7 +30,7 @@ - org.apache.activemq + org.apache.artemis artemis-commons @@ -71,7 +71,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml index bde13915584..2e8e9c020fd 100644 --- a/artemis-features/pom.xml +++ b/artemis-features/pom.xml @@ -17,9 +17,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml artemis-features @@ -53,24 +53,24 @@ - org.apache.activemq + org.apache.artemis apache-artemis ${project.version} pom provided - org.apache.activemq + org.apache.artemis artemis-core-client-osgi provided - org.apache.activemq + org.apache.artemis artemis-jms-client-osgi provided - org.apache.activemq + org.apache.artemis artemis-server-osgi provided diff --git a/artemis-features/src/main/resources/features.xml b/artemis-features/src/main/resources/features.xml index 3414be2a6f6..32e3d4f7936 100644 --- a/artemis-features/src/main/resources/features.xml +++ b/artemis-features/src/main/resources/features.xml @@ -60,8 +60,8 @@ artemis-common scr - mvn:org.apache.activemq/artemis-features/${pom.version}/cfg - mvn:org.apache.activemq/artemis-features/${pom.version}/xml/artemis + mvn:org.apache.artemis/artemis-features/${pom.version}/cfg + mvn:org.apache.artemis/artemis-features/${pom.version}/xml/artemis mvn:com.sun.activation/javax.activation/1.2.0 @@ -81,25 +81,25 @@ mvn:org.apache.activemq/activemq-artemis-native/${activemq-artemis-native-version} - mvn:org.apache.activemq/artemis-lockmanager-api/${pom.version} - mvn:org.apache.activemq/artemis-server-osgi/${pom.version} + mvn:org.apache.artemis/artemis-lockmanager-api/${pom.version} + mvn:org.apache.artemis/artemis-server-osgi/${pom.version} artemis-common - mvn:org.apache.activemq/artemis-core-client-osgi/${pom.version} + mvn:org.apache.artemis/artemis-core-client-osgi/${pom.version} artemis-common mvn:jakarta.jms/jakarta.jms-api/${jakarta.jms-api.version} - mvn:org.apache.activemq/artemis-jms-client-osgi/${pom.version} + mvn:org.apache.artemis/artemis-jms-client-osgi/${pom.version} artemis-common mvn:jakarta.jms/jakarta.jms-api/${jakarta.jms-api.version.alt} - mvn:org.apache.activemq/artemis-jakarta-client-osgi/${pom.version} + mvn:org.apache.artemis/artemis-jakarta-client-osgi/${pom.version} @@ -114,24 +114,24 @@ artemis-core mvn:org.apache.qpid/proton-j/${proton.version} mvn:org.apache.qpid/qpid-jms-client/${qpid.jms.version} - mvn:org.apache.activemq/artemis-amqp-protocol/${pom.version} + mvn:org.apache.artemis/artemis-amqp-protocol/${pom.version} artemis-core - mvn:org.apache.activemq/artemis-stomp-protocol/${pom.version} + mvn:org.apache.artemis/artemis-stomp-protocol/${pom.version} artemis-core mvn:io.netty/netty-codec-mqtt/${netty.version} - mvn:org.apache.activemq/artemis-mqtt-protocol/${pom.version} + mvn:org.apache.artemis/artemis-mqtt-protocol/${pom.version} artemis-core - mvn:org.apache.activemq/artemis-hqclient-protocol/${pom.version} - mvn:org.apache.activemq/artemis-hornetq-protocol/${pom.version} + mvn:org.apache.artemis/artemis-hqclient-protocol/${pom.version} + mvn:org.apache.artemis/artemis-hornetq-protocol/${pom.version} @@ -139,7 +139,7 @@ mvn:org.fusesource.hawtbuf/hawtbuf/1.11 mvn:jakarta.ejb/jakarta.ejb-api/${jakarta.ejb-api.version} mvn:jakarta.management.j2ee/jakarta.management.j2ee-api/${jakarta.management.j2ee-api.version} - mvn:org.apache.activemq/artemis-openwire-protocol/${pom.version} + mvn:org.apache.artemis/artemis-openwire-protocol/${pom.version} diff --git a/artemis-image/examples/pom.xml b/artemis-image/examples/pom.xml index 8d9d468f64f..3dbec7b74c3 100644 --- a/artemis-image/examples/pom.xml +++ b/artemis-image/examples/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../../artemis-pom/pom.xml @@ -44,7 +44,7 @@ - org.apache.activemq + org.apache.artemis artemis-server ${project.parent.version} diff --git a/artemis-image/pom.xml b/artemis-image/pom.xml index fa35fa182cf..2694ced2f5b 100644 --- a/artemis-image/pom.xml +++ b/artemis-image/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -41,7 +41,7 @@ - org.apache.activemq + org.apache.artemis apache-artemis ${project.version} pom diff --git a/artemis-jakarta-cdi-client/pom.xml b/artemis-jakarta-cdi-client/pom.xml index 422ba20d45d..c12251928c7 100644 --- a/artemis-jakarta-cdi-client/pom.xml +++ b/artemis-jakarta-cdi-client/pom.xml @@ -20,9 +20,9 @@ - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml 4.0.0 @@ -47,7 +47,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -62,19 +62,19 @@ test - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-jakarta-client - org.apache.activemq + org.apache.artemis artemis-jakarta-server - org.apache.activemq + org.apache.artemis artemis-commons @@ -119,7 +119,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-jakarta-client-all/pom.xml b/artemis-jakarta-client-all/pom.xml index 07b474761e5..190d06ffc05 100644 --- a/artemis-jakarta-client-all/pom.xml +++ b/artemis-jakarta-client-all/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -34,7 +34,7 @@ - org.apache.activemq + org.apache.artemis artemis-jakarta-client diff --git a/artemis-jakarta-client-osgi/pom.xml b/artemis-jakarta-client-osgi/pom.xml index e1c361e3123..730444a1279 100644 --- a/artemis-jakarta-client-osgi/pom.xml +++ b/artemis-jakarta-client-osgi/pom.xml @@ -12,9 +12,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -29,19 +29,19 @@ - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-selector - org.apache.activemq + org.apache.artemis artemis-jakarta-client @@ -74,7 +74,8 @@ true - *;scope=compile|runtime;groupId=org.apache.activemq + org.apache.activemq.artemis-jakarta-client-osgi + *;scope=compile|runtime;groupId=org.apache.artemis org.glassfish.json*;resolution:=optional, de.dentrassi.crypto.pem;resolution:=optional, diff --git a/artemis-jakarta-client/pom.xml b/artemis-jakarta-client/pom.xml index 45f1a0a9f7b..c518590fd15 100644 --- a/artemis-jakarta-client/pom.xml +++ b/artemis-jakarta-client/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -44,21 +44,21 @@ test - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-selector @@ -67,7 +67,7 @@ - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-jakarta-ra/pom.xml b/artemis-jakarta-ra/pom.xml index dccc41f52f2..82fa25e9e35 100644 --- a/artemis-jakarta-ra/pom.xml +++ b/artemis-jakarta-ra/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -46,19 +46,19 @@ test - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided - org.apache.activemq + org.apache.artemis artemis-core-client provided - org.apache.activemq + org.apache.artemis artemis-jakarta-client provided @@ -78,11 +78,11 @@ provided - org.apache.activemq + org.apache.artemis artemis-jakarta-service-extensions - org.apache.activemq + org.apache.artemis artemis-commons @@ -91,7 +91,7 @@ - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-jakarta-server/pom.xml b/artemis-jakarta-server/pom.xml index 00bb4cfce6d..a2fea488689 100644 --- a/artemis-jakarta-server/pom.xml +++ b/artemis-jakarta-server/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -46,33 +46,33 @@ test - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-jakarta-client - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-journal - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-jakarta-service-extensions @@ -84,7 +84,7 @@ jakarta.transaction-api - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-jakarta-service-extensions/pom.xml b/artemis-jakarta-service-extensions/pom.xml index 0abaff7e511..48957cf0f2a 100644 --- a/artemis-jakarta-service-extensions/pom.xml +++ b/artemis-jakarta-service-extensions/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -35,15 +35,15 @@ - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-jakarta-client - org.apache.activemq + org.apache.artemis artemis-commons @@ -57,7 +57,7 @@ test - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -86,7 +86,7 @@ jgroups - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-jdbc-store/pom.xml b/artemis-jdbc-store/pom.xml index 8bf0be4ff80..93d5c457f8b 100644 --- a/artemis-jdbc-store/pom.xml +++ b/artemis-jdbc-store/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -41,15 +41,15 @@ test - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-journal - org.apache.activemq + org.apache.artemis artemis-core-client @@ -90,7 +90,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-jms-client-all/pom.xml b/artemis-jms-client-all/pom.xml index e4da9d6c135..fad9c87015a 100644 --- a/artemis-jms-client-all/pom.xml +++ b/artemis-jms-client-all/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -30,7 +30,7 @@ - org.apache.activemq + org.apache.artemis artemis-jms-client diff --git a/artemis-jms-client-osgi/pom.xml b/artemis-jms-client-osgi/pom.xml index d1e37929984..ddf6c6f575d 100644 --- a/artemis-jms-client-osgi/pom.xml +++ b/artemis-jms-client-osgi/pom.xml @@ -12,9 +12,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -29,19 +29,19 @@ - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-selector - org.apache.activemq + org.apache.artemis artemis-jms-client @@ -74,7 +74,8 @@ true - *;scope=compile|runtime;groupId=org.apache.activemq + org.apache.activemq.artemis-jms-client-osgi + *;scope=compile|runtime;groupId=org.apache.artemis org.glassfish.json*;resolution:=optional, de.dentrassi.crypto.pem;resolution:=optional, diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml index 7679b0ed32a..b79bb607652 100644 --- a/artemis-jms-client/pom.xml +++ b/artemis-jms-client/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -31,7 +31,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -47,15 +47,15 @@ - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-selector @@ -74,7 +74,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-jms-server/pom.xml b/artemis-jms-server/pom.xml index 7125d03ec06..2b3aed5ee0a 100644 --- a/artemis-jms-server/pom.xml +++ b/artemis-jms-server/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -31,7 +31,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -46,27 +46,27 @@ test - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-journal - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-service-extensions @@ -78,7 +78,7 @@ jakarta.transaction-api - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-journal/pom.xml b/artemis-journal/pom.xml index 5ff49cd39da..a597927f7c1 100644 --- a/artemis-journal/pom.xml +++ b/artemis-journal/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -32,7 +32,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -49,7 +49,7 @@ test - org.apache.activemq + org.apache.artemis artemis-commons @@ -86,7 +86,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-junit/artemis-junit-4/pom.xml b/artemis-junit/artemis-junit-4/pom.xml index ec063dac79e..341d1140a5b 100644 --- a/artemis-junit/artemis-junit-4/pom.xml +++ b/artemis-junit/artemis-junit-4/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-junit-parent - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT artemis-junit @@ -39,7 +39,7 @@ provided - org.apache.activemq + org.apache.artemis artemis-junit-commons ${project.version} @@ -54,23 +54,23 @@ test - org.apache.activemq + org.apache.artemis artemis-jms-server - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons @@ -80,7 +80,7 @@ - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-junit/artemis-junit-5/pom.xml b/artemis-junit/artemis-junit-5/pom.xml index 17482055ab2..c9e24c5ab49 100644 --- a/artemis-junit/artemis-junit-5/pom.xml +++ b/artemis-junit/artemis-junit-5/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-junit-parent - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT artemis-junit-5 @@ -69,29 +69,29 @@ test - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-junit-commons ${project.version} - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-junit/artemis-junit-commons/pom.xml b/artemis-junit/artemis-junit-commons/pom.xml index cce68841ce0..98fc2bbca66 100644 --- a/artemis-junit/artemis-junit-commons/pom.xml +++ b/artemis-junit/artemis-junit-commons/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-junit-parent - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT artemis-junit-commons @@ -44,23 +44,23 @@ test - org.apache.activemq + org.apache.artemis artemis-jms-server - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons diff --git a/artemis-junit/pom.xml b/artemis-junit/pom.xml index 801886ce4b4..cc4dcfd74bb 100644 --- a/artemis-junit/pom.xml +++ b/artemis-junit/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.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 fd581f639de..e5c739c992d 100644 --- a/artemis-lockmanager/artemis-lockmanager-api/pom.xml +++ b/artemis-lockmanager/artemis-lockmanager-api/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-lockmanager - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT artemis-lockmanager-api @@ -33,7 +33,7 @@ - org.apache.activemq + org.apache.artemis artemis-commons diff --git a/artemis-lockmanager/artemis-lockmanager-ri/pom.xml b/artemis-lockmanager/artemis-lockmanager-ri/pom.xml index dd21582dae5..d720d8c3f5d 100644 --- a/artemis-lockmanager/artemis-lockmanager-ri/pom.xml +++ b/artemis-lockmanager/artemis-lockmanager-ri/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-lockmanager - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT artemis-lockmanager-ri @@ -89,7 +89,7 @@ - org.apache.activemq + org.apache.artemis artemis-lockmanager-api @@ -115,7 +115,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-lockmanager/pom.xml b/artemis-lockmanager/pom.xml index 5f507ae867f..ccff60cbe6e 100644 --- a/artemis-lockmanager/pom.xml +++ b/artemis-lockmanager/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-log-annotation-processor/pom.xml b/artemis-log-annotation-processor/pom.xml index 3425e0642d3..129c46fd1fe 100644 --- a/artemis-log-annotation-processor/pom.xml +++ b/artemis-log-annotation-processor/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-project - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT artemis-log-annotation-processor diff --git a/artemis-log-annotation-processor/tests/pom.xml b/artemis-log-annotation-processor/tests/pom.xml index 328bf4500a8..b46145e3c4d 100644 --- a/artemis-log-annotation-processor/tests/pom.xml +++ b/artemis-log-annotation-processor/tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../../artemis-pom/pom.xml @@ -36,13 +36,13 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml index c37fa25933f..b347dca15ec 100644 --- a/artemis-maven-plugin/pom.xml +++ b/artemis-maven-plugin/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -53,19 +53,19 @@ provided - org.apache.activemq + org.apache.artemis artemis-boot - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-cli diff --git a/artemis-pom/pom.xml b/artemis-pom/pom.xml index c15406f52bc..181cb41be2a 100644 --- a/artemis-pom/pom.xml +++ b/artemis-pom/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-project - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT artemis-pom @@ -34,7 +34,7 @@ - org.apache.activemq + org.apache.artemis artemis-bom ${project.version} pom @@ -632,7 +632,7 @@ - + commons-beanutils commons-beanutils @@ -962,7 +962,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml b/artemis-protocols/artemis-amqp-protocol/pom.xml index 2ce8f5575e0..3f376ce3583 100644 --- a/artemis-protocols/artemis-amqp-protocol/pom.xml +++ b/artemis-protocols/artemis-amqp-protocol/pom.xml @@ -19,8 +19,8 @@ artemis-protocols - org.apache.activemq - 2.45.0-SNAPSHOT + org.apache.artemis + 2.50.0-SNAPSHOT artemis-amqp-protocol @@ -33,20 +33,20 @@ - org.apache.activemq + org.apache.artemis artemis-selector - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -64,11 +64,11 @@ - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-journal @@ -112,7 +112,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-protocols/artemis-hornetq-protocol/pom.xml b/artemis-protocols/artemis-hornetq-protocol/pom.xml index 2ccb61547ff..c2dc68545a0 100644 --- a/artemis-protocols/artemis-hornetq-protocol/pom.xml +++ b/artemis-protocols/artemis-hornetq-protocol/pom.xml @@ -19,8 +19,8 @@ artemis-protocols - org.apache.activemq - 2.45.0-SNAPSHOT + org.apache.artemis + 2.50.0-SNAPSHOT artemis-hornetq-protocol @@ -33,37 +33,37 @@ - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-hqclient-protocol - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-commons @@ -86,7 +86,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-protocols/artemis-hqclient-protocol/pom.xml b/artemis-protocols/artemis-hqclient-protocol/pom.xml index 3cdd5cb7c54..046c393c241 100644 --- a/artemis-protocols/artemis-hqclient-protocol/pom.xml +++ b/artemis-protocols/artemis-hqclient-protocol/pom.xml @@ -19,8 +19,8 @@ artemis-protocols - org.apache.activemq - 2.45.0-SNAPSHOT + org.apache.artemis + 2.50.0-SNAPSHOT artemis-hqclient-protocol @@ -33,11 +33,11 @@ - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons diff --git a/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml b/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml index 4d3c1229bd7..12b2b7759af 100644 --- a/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml +++ b/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml @@ -19,8 +19,8 @@ artemis-protocols - org.apache.activemq - 2.45.0-SNAPSHOT + org.apache.artemis + 2.50.0-SNAPSHOT artemis-jakarta-openwire-protocol @@ -51,27 +51,27 @@ activemq-client-jakarta - org.apache.activemq + org.apache.artemis artemis-jakarta-server - org.apache.activemq + org.apache.artemis artemis-jakarta-client - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-journal - org.apache.activemq + org.apache.artemis artemis-selector @@ -114,7 +114,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-protocols/artemis-mqtt-protocol/pom.xml b/artemis-protocols/artemis-mqtt-protocol/pom.xml index 6d398b70f5d..c7263644b62 100644 --- a/artemis-protocols/artemis-mqtt-protocol/pom.xml +++ b/artemis-protocols/artemis-mqtt-protocol/pom.xml @@ -19,8 +19,8 @@ artemis-protocols - org.apache.activemq - 2.45.0-SNAPSHOT + org.apache.artemis + 2.50.0-SNAPSHOT artemis-mqtt-protocol @@ -34,7 +34,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -46,19 +46,19 @@ slf4j-api - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-journal @@ -92,7 +92,7 @@ jar - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-protocols/artemis-openwire-protocol/pom.xml b/artemis-protocols/artemis-openwire-protocol/pom.xml index 9248f1d05e5..a4b9ca5db0d 100644 --- a/artemis-protocols/artemis-openwire-protocol/pom.xml +++ b/artemis-protocols/artemis-openwire-protocol/pom.xml @@ -19,8 +19,8 @@ artemis-protocols - org.apache.activemq - 2.45.0-SNAPSHOT + org.apache.artemis + 2.50.0-SNAPSHOT artemis-openwire-protocol @@ -57,27 +57,27 @@ - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-journal - org.apache.activemq + org.apache.artemis artemis-selector @@ -120,7 +120,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-protocols/artemis-stomp-protocol/pom.xml b/artemis-protocols/artemis-stomp-protocol/pom.xml index 81e3e43eb8b..cc66d01f415 100644 --- a/artemis-protocols/artemis-stomp-protocol/pom.xml +++ b/artemis-protocols/artemis-stomp-protocol/pom.xml @@ -17,8 +17,8 @@ artemis-protocols - org.apache.activemq - 2.45.0-SNAPSHOT + org.apache.artemis + 2.50.0-SNAPSHOT 4.0.0 @@ -34,7 +34,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -51,19 +51,19 @@ test - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-journal @@ -75,7 +75,7 @@ osgi.cmpn - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-protocols/pom.xml b/artemis-protocols/pom.xml index 1d0df32ae59..1179d81a04c 100644 --- a/artemis-protocols/pom.xml +++ b/artemis-protocols/pom.xml @@ -17,9 +17,9 @@ --> - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml 4.0.0 diff --git a/artemis-ra/pom.xml b/artemis-ra/pom.xml index 14c21661321..8292b96bf08 100644 --- a/artemis-ra/pom.xml +++ b/artemis-ra/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -30,12 +30,12 @@ - org.apache.activemq + org.apache.artemis artemis-core-client provided - org.apache.activemq + org.apache.artemis artemis-jms-client provided @@ -55,11 +55,11 @@ provided - org.apache.activemq + org.apache.artemis artemis-service-extensions - org.apache.activemq + org.apache.artemis artemis-commons @@ -69,7 +69,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -84,7 +84,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml index 46e05dc0519..4f778f5451a 100644 --- a/artemis-selector/pom.xml +++ b/artemis-selector/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -30,7 +30,7 @@ - org.apache.activemq + org.apache.artemis artemis-commons @@ -53,7 +53,7 @@ slf4j-api - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml index 2470b3d3a9e..ed63e30ce71 100644 --- a/artemis-server-osgi/pom.xml +++ b/artemis-server-osgi/pom.xml @@ -12,9 +12,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -29,44 +29,44 @@ - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-jms-server - org.apache.activemq + org.apache.artemis artemis-jdbc-store - org.apache.activemq + org.apache.artemis artemis-journal - org.apache.activemq + org.apache.artemis artemis-selector - org.apache.activemq + org.apache.artemis artemis-service-extensions - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -108,7 +108,7 @@ provided - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test @@ -123,7 +123,8 @@ true - *;scope=compile|runtime;groupId=org.apache.activemq + org.apache.activemq.artemis-server-osgi + *;scope=compile|runtime;groupId=org.apache.activemq|org.apache.artemis org.glassfish.json*;resolution:=optional, org.postgresql*;resolution:=optional, diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml index 86a88606799..521ff097dad 100644 --- a/artemis-server/pom.xml +++ b/artemis-server/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -31,7 +31,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -67,27 +67,27 @@ provided - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-selector - org.apache.activemq + org.apache.artemis artemis-journal - org.apache.activemq + org.apache.artemis artemis-jdbc-store - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-lockmanager-api @@ -187,7 +187,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-service-extensions/pom.xml b/artemis-service-extensions/pom.xml index 7d408d09b87..953de9131d2 100644 --- a/artemis-service-extensions/pom.xml +++ b/artemis-service-extensions/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -31,7 +31,7 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -46,15 +46,15 @@ test - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-commons @@ -72,7 +72,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-unit-test-support/pom.xml b/artemis-unit-test-support/pom.xml index 48be08d6e5a..17cd0678865 100644 --- a/artemis-unit-test-support/pom.xml +++ b/artemis-unit-test-support/pom.xml @@ -17,9 +17,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml diff --git a/artemis-web/pom.xml b/artemis-web/pom.xml index 65ce42f6c81..b693f58969d 100644 --- a/artemis-web/pom.xml +++ b/artemis-web/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -41,21 +41,21 @@ - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided - org.apache.activemq + org.apache.artemis artemis-dto - org.apache.activemq + org.apache.artemis artemis-cli - org.apache.activemq + org.apache.artemis artemis-commons @@ -103,12 +103,12 @@ jetty-alpn-java-server - org.apache.activemq + org.apache.artemis artemis-server test - org.apache.activemq + org.apache.artemis artemis-core-client @@ -118,7 +118,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml index 62c60866382..5c23a48a6ad 100644 --- a/artemis-website/pom.xml +++ b/artemis-website/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml @@ -41,19 +41,19 @@ release - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-commons @@ -71,7 +71,7 @@ provided - org.apache.activemq + org.apache.artemis artemis-log-annotation-processor ${project.version} provided @@ -100,10 +100,10 @@ true - org.apache.activemq:artemis-core-client - org.apache.activemq:artemis-jms-client - org.apache.activemq:artemis-server - org.apache.activemq:artemis-commons + org.apache.artemis:artemis-core-client + org.apache.artemis:artemis-jms-client + org.apache.artemis:artemis-server + org.apache.artemis:artemis-commons **/org/apache/activemq/artemis/api/**/*.java @@ -120,7 +120,7 @@ - org.apache.activemq + org.apache.artemis artemis-maven-plugin ${project.version} @@ -133,7 +133,7 @@ ${scratch-dir-user-manual}/client-classpath-jms.adoc - org.apache.activemq + org.apache.artemis jakarta.jms org.jgroups io.netty @@ -161,7 +161,7 @@ only if you want kqueue on MacOS only if you want JGroups discovery from the clients - org.apache.activemq:artemis-jms-client:${project.version} + org.apache.artemis:artemis-jms-client:${project.version} @@ -173,7 +173,7 @@ ${scratch-dir-user-manual}/client-classpath-jakarta.adoc - org.apache.activemq + org.apache.artemis jakarta.jms org.jgroups io.netty @@ -201,7 +201,7 @@ only if you want kqueue on MacOS only if you want JGroups discovery from the clients - org.apache.activemq:artemis-jakarta-client:${project.version} + org.apache.artemis:artemis-jakarta-client:${project.version} diff --git a/docs/user-manual/client-classpath.adoc b/docs/user-manual/client-classpath.adoc index d6011685b84..fe141090281 100644 --- a/docs/user-manual/client-classpath.adoc +++ b/docs/user-manual/client-classpath.adoc @@ -7,7 +7,7 @@ The recommended way to define a client dependency for your java application is through a Maven dependency declaration. -There are two dependencies you can choose from, `org.apache.activemq:artemis-jms-client` for JMS 2.0 or `org.apache.activemq:artemis-jakarta-client` for Jakarta Messaging 3.x. +There are two dependencies you can choose from, `org.apache.artemis:artemis-jms-client` for JMS 2.0 or `org.apache.artemis:artemis-jakarta-client` for Jakarta Messaging 3.x. For JMS: @@ -15,7 +15,7 @@ For JMS: ---- ... - org.apache.activemq + org.apache.artemis artemis-jms-client {project-version} @@ -28,7 +28,7 @@ For Jakarta: ---- ... - org.apache.activemq + org.apache.artemis artemis-jakarta-client {project-version} @@ -50,8 +50,8 @@ Even though it is highly recommend to use the maven dependencies, in cases this These jars are available at Maven Central: -* https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-jms-client-all/{project-version}/[artemis-jms-client-all-{project-version}.jar] -* https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-jakarta-client-all/{project-version}/[artemis-jakarta-client-all-{project-version}.jar] +* https://repo.maven.apache.org/maven2/org/apache/artemis/artemis-jms-client-all/{project-version}/[artemis-jms-client-all-{project-version}.jar] +* https://repo.maven.apache.org/maven2/org/apache/artemis/artemis-jakarta-client-all/{project-version}/[artemis-jakarta-client-all-{project-version}.jar] Whether you are using JMS or just the Core API simply add the `artemis-jms-client-all` jar to your client classpath. For Jakarta Messaging add the `artemis-jakarta-client-all` jar instead. diff --git a/docs/user-manual/logging.adoc b/docs/user-manual/logging.adoc index e2deeb61260..c3ae8b6cd3e 100644 --- a/docs/user-manual/logging.adoc +++ b/docs/user-manual/logging.adoc @@ -72,7 +72,7 @@ Taking Log4J2 as an example logging implementation, since it used by the broker, [,xml,subs="normal"] ---- - org.apache.activemq + org.apache.artemis artemis-jms-client {project-version} diff --git a/docs/user-manual/maven-plugin.adoc b/docs/user-manual/maven-plugin.adoc index 06435fff31c..d74f40e0ad5 100644 --- a/docs/user-manual/maven-plugin.adoc +++ b/docs/user-manual/maven-plugin.adoc @@ -37,7 +37,7 @@ On your pom, use the plugins section: - org.apache.activemq + org.apache.artemis artemis-maven-plugin @@ -174,7 +174,7 @@ You may refer to it directly under the examples directory tree. 4.0.0 - org.apache.activemq.examples.broker + org.apache.artemis.examples.broker jms-examples 1.1.0 @@ -189,7 +189,7 @@ You may refer to it directly under the examples directory tree. - org.apache.activemq + org.apache.artemis artemis-jms-client ${project.version} @@ -198,7 +198,7 @@ You may refer to it directly under the examples directory tree. - org.apache.activemq + org.apache.artemis artemis-maven-plugin @@ -245,7 +245,7 @@ You may refer to it directly under the examples directory tree. - org.apache.activemq.examples.broker + org.apache.artemis.examples.broker queue ${project.version} diff --git a/docs/user-manual/unit-testing.adoc b/docs/user-manual/unit-testing.adoc index cc5394098b0..e2bad2757bd 100644 --- a/docs/user-manual/unit-testing.adoc +++ b/docs/user-manual/unit-testing.adoc @@ -17,7 +17,7 @@ These are provided by the packages `artemis-junit` (JUnit 4) and `artemis-junit- [,xml,subs="normal"] ---- - org.apache.activemq + org.apache.artemis artemis-junit {project-version} @@ -53,7 +53,7 @@ public class MyTest { [,xml,subs="normal"] ---- - org.apache.activemq + org.apache.artemis artemis-junit-5 {project-version} diff --git a/docs/user-manual/versions.adoc b/docs/user-manual/versions.adoc index e6f73eb9b37..661d5afde62 100644 --- a/docs/user-manual/versions.adoc +++ b/docs/user-manual/versions.adoc @@ -13,7 +13,7 @@ NOTE: If the upgrade spans multiple versions then the steps from *each* version NOTE: Follow the general upgrade procedure outlined in the xref:upgrading.adoc#upgrading-the-broker[Upgrading the Broker] chapter in addition to any version-specific upgrade instructions outlined here. -== 2.45.0 +== 2.50.0 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=xxx[Full release notes] @@ -23,6 +23,8 @@ https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&versio === Upgrading from 2.44.0 +* The components Maven groupId has changed to "org.apache.artemis" to reflect the new Apache Artemis project. You should update your dependency declarations. +https://artemis.apache.org/artemis-tlp-groupid-migration[Click here] for more details. * Due to https://issues.apache.org/jira/browse/ARTEMIS-5770[ARTEMIS-5770] the formatting of the "Local Address" field has changed. This field is available on the "Connections," "Sessions," "Consumers," and "Producers" tabs. This may impact users filtering results based on this field. diff --git a/pom.xml b/pom.xml index c7f70e67616..7803f7bc10c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,10 +17,10 @@ --> 4.0.0 - org.apache.activemq + org.apache.artemis artemis-project pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT org.apache @@ -275,7 +275,7 @@ false - 2025-10-29T11:15:11Z + 2025-12-11T18:06:22Z @@ -416,6 +416,7 @@ release artemis-website + relocations true @@ -853,7 +854,7 @@ - org.apache.activemq + org.apache.artemis artemis-maven-plugin ${project.version} diff --git a/relocations/apache-artemis/pom.xml b/relocations/apache-artemis/pom.xml new file mode 100644 index 00000000000..91d8438b060 --- /dev/null +++ b/relocations/apache-artemis/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + apache-artemis + pom + Artemis Relocations - apache-artemis + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-amqp-protocol/pom.xml b/relocations/artemis-amqp-protocol/pom.xml new file mode 100644 index 00000000000..356c486f964 --- /dev/null +++ b/relocations/artemis-amqp-protocol/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-amqp-protocol + pom + Artemis Relocations - artemis-amqp-protocol + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-bom/pom.xml b/relocations/artemis-bom/pom.xml new file mode 100644 index 00000000000..1308a4a7132 --- /dev/null +++ b/relocations/artemis-bom/pom.xml @@ -0,0 +1,54 @@ + + + + + artemis-project + org.apache.artemis + 2.50.0-SNAPSHOT + ../../pom.xml + + 4.0.0 + + org.apache.activemq + artemis-bom + pom + Artemis Relocations - artemis-bom + + + true + true + + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + + + + deploy-relocations + + false + + + + diff --git a/relocations/artemis-boot/pom.xml b/relocations/artemis-boot/pom.xml new file mode 100644 index 00000000000..dd1b688119c --- /dev/null +++ b/relocations/artemis-boot/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-boot + pom + Artemis Relocations - artemis-boot + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-cdi-client/pom.xml b/relocations/artemis-cdi-client/pom.xml new file mode 100644 index 00000000000..194fbc8f1ae --- /dev/null +++ b/relocations/artemis-cdi-client/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-cdi-client + pom + Artemis Relocations - artemis-cdi-client + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-cli/pom.xml b/relocations/artemis-cli/pom.xml new file mode 100644 index 00000000000..8ca213b83ec --- /dev/null +++ b/relocations/artemis-cli/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-cli + pom + Artemis Relocations - artemis-cli + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-commons/pom.xml b/relocations/artemis-commons/pom.xml new file mode 100644 index 00000000000..8c3c05ecd4a --- /dev/null +++ b/relocations/artemis-commons/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-commons + pom + Artemis Relocations - artemis-commons + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-console/pom.xml b/relocations/artemis-console/pom.xml new file mode 100644 index 00000000000..cf501a6fdec --- /dev/null +++ b/relocations/artemis-console/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-console + pom + Artemis Relocations - artemis-console + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-core-client-all/pom.xml b/relocations/artemis-core-client-all/pom.xml new file mode 100644 index 00000000000..160cb9746f0 --- /dev/null +++ b/relocations/artemis-core-client-all/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-core-client-all + pom + Artemis Relocations - artemis-core-client-all + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-core-client-osgi/pom.xml b/relocations/artemis-core-client-osgi/pom.xml new file mode 100644 index 00000000000..3452502a45a --- /dev/null +++ b/relocations/artemis-core-client-osgi/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-core-client-osgi + pom + Artemis Relocations - artemis-core-client-osgi + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-core-client/pom.xml b/relocations/artemis-core-client/pom.xml new file mode 100644 index 00000000000..542b4634a99 --- /dev/null +++ b/relocations/artemis-core-client/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-core-client + pom + Artemis Relocations - artemis-core-client + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-dto/pom.xml b/relocations/artemis-dto/pom.xml new file mode 100644 index 00000000000..2063cbea9c8 --- /dev/null +++ b/relocations/artemis-dto/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-dto + pom + Artemis Relocations - artemis-dto + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-features/pom.xml b/relocations/artemis-features/pom.xml new file mode 100644 index 00000000000..ca24ee4b353 --- /dev/null +++ b/relocations/artemis-features/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-features + pom + Artemis Relocations - artemis-features + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-hornetq-protocol/pom.xml b/relocations/artemis-hornetq-protocol/pom.xml new file mode 100644 index 00000000000..323af12cc71 --- /dev/null +++ b/relocations/artemis-hornetq-protocol/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-hornetq-protocol + pom + Artemis Relocations - artemis-hornetq-protocol + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-hqclient-protocol/pom.xml b/relocations/artemis-hqclient-protocol/pom.xml new file mode 100644 index 00000000000..c6dad52f7a0 --- /dev/null +++ b/relocations/artemis-hqclient-protocol/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-hqclient-protocol + pom + Artemis Relocations - artemis-hqclient-protocol + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-image-examples/pom.xml b/relocations/artemis-image-examples/pom.xml new file mode 100644 index 00000000000..28598901b73 --- /dev/null +++ b/relocations/artemis-image-examples/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-image-examples + pom + Artemis Relocations - artemis-image-examples + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-image/pom.xml b/relocations/artemis-image/pom.xml new file mode 100644 index 00000000000..9b205587cd3 --- /dev/null +++ b/relocations/artemis-image/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-image + pom + Artemis Relocations - artemis-image + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jakarta-cdi-client/pom.xml b/relocations/artemis-jakarta-cdi-client/pom.xml new file mode 100644 index 00000000000..d2a6fcb38f8 --- /dev/null +++ b/relocations/artemis-jakarta-cdi-client/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jakarta-cdi-client + pom + Artemis Relocations - artemis-jakarta-cdi-client + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jakarta-client-all/pom.xml b/relocations/artemis-jakarta-client-all/pom.xml new file mode 100644 index 00000000000..3cb59eca346 --- /dev/null +++ b/relocations/artemis-jakarta-client-all/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jakarta-client-all + pom + Artemis Relocations - artemis-jakarta-client-all + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jakarta-client-osgi/pom.xml b/relocations/artemis-jakarta-client-osgi/pom.xml new file mode 100644 index 00000000000..4dc991067b4 --- /dev/null +++ b/relocations/artemis-jakarta-client-osgi/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jakarta-client-osgi + pom + Artemis Relocations - artemis-jakarta-client-osgi + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jakarta-client/pom.xml b/relocations/artemis-jakarta-client/pom.xml new file mode 100644 index 00000000000..e380236204d --- /dev/null +++ b/relocations/artemis-jakarta-client/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jakarta-client + pom + Artemis Relocations - artemis-jakarta-client + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jakarta-openwire-protocol/pom.xml b/relocations/artemis-jakarta-openwire-protocol/pom.xml new file mode 100644 index 00000000000..270a9d0c9d0 --- /dev/null +++ b/relocations/artemis-jakarta-openwire-protocol/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jakarta-openwire-protocol + pom + Artemis Relocations - artemis-jakarta-openwire-protocol + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jakarta-ra/pom.xml b/relocations/artemis-jakarta-ra/pom.xml new file mode 100644 index 00000000000..0034aa1f329 --- /dev/null +++ b/relocations/artemis-jakarta-ra/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jakarta-ra + pom + Artemis Relocations - artemis-jakarta-ra + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jakarta-server/pom.xml b/relocations/artemis-jakarta-server/pom.xml new file mode 100644 index 00000000000..d8418c6f05b --- /dev/null +++ b/relocations/artemis-jakarta-server/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jakarta-server + pom + Artemis Relocations - artemis-jakarta-server + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jakarta-service-extensions/pom.xml b/relocations/artemis-jakarta-service-extensions/pom.xml new file mode 100644 index 00000000000..40d0cd179ba --- /dev/null +++ b/relocations/artemis-jakarta-service-extensions/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jakarta-service-extensions + pom + Artemis Relocations - artemis-jakarta-service-extensions + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jdbc-store/pom.xml b/relocations/artemis-jdbc-store/pom.xml new file mode 100644 index 00000000000..6c6efb5a1f5 --- /dev/null +++ b/relocations/artemis-jdbc-store/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jdbc-store + pom + Artemis Relocations - artemis-jdbc-store + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jms-client-all/pom.xml b/relocations/artemis-jms-client-all/pom.xml new file mode 100644 index 00000000000..f50e50f8875 --- /dev/null +++ b/relocations/artemis-jms-client-all/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jms-client-all + pom + Artemis Relocations - artemis-jms-client-all + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jms-client-osgi/pom.xml b/relocations/artemis-jms-client-osgi/pom.xml new file mode 100644 index 00000000000..5e27a51dd92 --- /dev/null +++ b/relocations/artemis-jms-client-osgi/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jms-client-osgi + pom + Artemis Relocations - artemis-jms-client-osgi + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jms-client/pom.xml b/relocations/artemis-jms-client/pom.xml new file mode 100644 index 00000000000..c90c85ac912 --- /dev/null +++ b/relocations/artemis-jms-client/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jms-client + pom + Artemis Relocations - artemis-jms-client + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-jms-server/pom.xml b/relocations/artemis-jms-server/pom.xml new file mode 100644 index 00000000000..7b5a0e82852 --- /dev/null +++ b/relocations/artemis-jms-server/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-jms-server + pom + Artemis Relocations - artemis-jms-server + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-journal/pom.xml b/relocations/artemis-journal/pom.xml new file mode 100644 index 00000000000..efc64aa7bbb --- /dev/null +++ b/relocations/artemis-journal/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-journal + pom + Artemis Relocations - artemis-journal + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-junit-5/pom.xml b/relocations/artemis-junit-5/pom.xml new file mode 100644 index 00000000000..1a62cb969f6 --- /dev/null +++ b/relocations/artemis-junit-5/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-junit-5 + pom + Artemis Relocations - artemis-junit-5 + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-junit-commons/pom.xml b/relocations/artemis-junit-commons/pom.xml new file mode 100644 index 00000000000..83ea53eb42a --- /dev/null +++ b/relocations/artemis-junit-commons/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-junit-commons + pom + Artemis Relocations - artemis-junit-commons + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-junit-parent/pom.xml b/relocations/artemis-junit-parent/pom.xml new file mode 100644 index 00000000000..de3f6feb384 --- /dev/null +++ b/relocations/artemis-junit-parent/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-junit-parent + pom + Artemis Relocations - artemis-junit-parent + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-junit/pom.xml b/relocations/artemis-junit/pom.xml new file mode 100644 index 00000000000..d9a868fdc6a --- /dev/null +++ b/relocations/artemis-junit/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-junit + pom + Artemis Relocations - artemis-junit + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-lockmanager-api/pom.xml b/relocations/artemis-lockmanager-api/pom.xml new file mode 100644 index 00000000000..f86c96b5ccd --- /dev/null +++ b/relocations/artemis-lockmanager-api/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-lockmanager-api + pom + Artemis Relocations - artemis-lockmanager-api + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-lockmanager-ri/pom.xml b/relocations/artemis-lockmanager-ri/pom.xml new file mode 100644 index 00000000000..2d2cd9ddb45 --- /dev/null +++ b/relocations/artemis-lockmanager-ri/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-lockmanager-ri + pom + Artemis Relocations - artemis-lockmanager-ri + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-lockmanager/pom.xml b/relocations/artemis-lockmanager/pom.xml new file mode 100644 index 00000000000..9e4e11d079d --- /dev/null +++ b/relocations/artemis-lockmanager/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-lockmanager + pom + Artemis Relocations - artemis-lockmanager + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-log-annotation-processor/pom.xml b/relocations/artemis-log-annotation-processor/pom.xml new file mode 100644 index 00000000000..35b6081b16f --- /dev/null +++ b/relocations/artemis-log-annotation-processor/pom.xml @@ -0,0 +1,54 @@ + + + + + artemis-project + org.apache.artemis + 2.50.0-SNAPSHOT + ../../pom.xml + + 4.0.0 + + org.apache.activemq + artemis-log-annotation-processor + pom + Artemis Relocations - artemis-log-annotation-processor + + + true + true + + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + + + + deploy-relocations + + false + + + + diff --git a/relocations/artemis-maven-plugin/pom.xml b/relocations/artemis-maven-plugin/pom.xml new file mode 100644 index 00000000000..e5c22d8c5f6 --- /dev/null +++ b/relocations/artemis-maven-plugin/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-maven-plugin + pom + Artemis Relocations - artemis-maven-plugin + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-mqtt-protocol/pom.xml b/relocations/artemis-mqtt-protocol/pom.xml new file mode 100644 index 00000000000..a0c583916d0 --- /dev/null +++ b/relocations/artemis-mqtt-protocol/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-mqtt-protocol + pom + Artemis Relocations - artemis-mqtt-protocol + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-openwire-protocol/pom.xml b/relocations/artemis-openwire-protocol/pom.xml new file mode 100644 index 00000000000..9d85e0a9f3c --- /dev/null +++ b/relocations/artemis-openwire-protocol/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-openwire-protocol + pom + Artemis Relocations - artemis-openwire-protocol + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-pom/pom.xml b/relocations/artemis-pom/pom.xml new file mode 100644 index 00000000000..0ab7de0376a --- /dev/null +++ b/relocations/artemis-pom/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-pom + pom + Artemis Relocations - artemis-pom + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-project/pom.xml b/relocations/artemis-project/pom.xml new file mode 100644 index 00000000000..01f6075a02a --- /dev/null +++ b/relocations/artemis-project/pom.xml @@ -0,0 +1,54 @@ + + + + + artemis-project + org.apache.artemis + 2.50.0-SNAPSHOT + ../../pom.xml + + 4.0.0 + + org.apache.activemq + artemis-project + pom + Artemis Relocations - artemis-project + + + true + true + + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + + + + deploy-relocations + + false + + + + diff --git a/relocations/artemis-protocols/pom.xml b/relocations/artemis-protocols/pom.xml new file mode 100644 index 00000000000..4e12819ddb2 --- /dev/null +++ b/relocations/artemis-protocols/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-protocols + pom + Artemis Relocations - artemis-protocols + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-ra/pom.xml b/relocations/artemis-ra/pom.xml new file mode 100644 index 00000000000..8bac6dfac34 --- /dev/null +++ b/relocations/artemis-ra/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-ra + pom + Artemis Relocations - artemis-ra + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-selector/pom.xml b/relocations/artemis-selector/pom.xml new file mode 100644 index 00000000000..77fcf49987f --- /dev/null +++ b/relocations/artemis-selector/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-selector + pom + Artemis Relocations - artemis-selector + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-server-osgi/pom.xml b/relocations/artemis-server-osgi/pom.xml new file mode 100644 index 00000000000..b2beaeeea9a --- /dev/null +++ b/relocations/artemis-server-osgi/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-server-osgi + pom + Artemis Relocations - artemis-server-osgi + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-server/pom.xml b/relocations/artemis-server/pom.xml new file mode 100644 index 00000000000..4f3a7b22836 --- /dev/null +++ b/relocations/artemis-server/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-server + pom + Artemis Relocations - artemis-server + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-service-extensions/pom.xml b/relocations/artemis-service-extensions/pom.xml new file mode 100644 index 00000000000..7b9e85f559b --- /dev/null +++ b/relocations/artemis-service-extensions/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-service-extensions + pom + Artemis Relocations - artemis-service-extensions + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-stomp-protocol/pom.xml b/relocations/artemis-stomp-protocol/pom.xml new file mode 100644 index 00000000000..08ac5278314 --- /dev/null +++ b/relocations/artemis-stomp-protocol/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-stomp-protocol + pom + Artemis Relocations - artemis-stomp-protocol + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-unit-test-support/pom.xml b/relocations/artemis-unit-test-support/pom.xml new file mode 100644 index 00000000000..d12d7b80b96 --- /dev/null +++ b/relocations/artemis-unit-test-support/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-unit-test-support + pom + Artemis Relocations - artemis-unit-test-support + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-web/pom.xml b/relocations/artemis-web/pom.xml new file mode 100644 index 00000000000..5107c045519 --- /dev/null +++ b/relocations/artemis-web/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-web + pom + Artemis Relocations - artemis-web + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/artemis-website/pom.xml b/relocations/artemis-website/pom.xml new file mode 100644 index 00000000000..49c5fab25a2 --- /dev/null +++ b/relocations/artemis-website/pom.xml @@ -0,0 +1,39 @@ + + + + + artemis-relocations-parent + org.apache.activemq + 2.50.0-SNAPSHOT + + 4.0.0 + + org.apache.activemq + artemis-website + pom + Artemis Relocations - artemis-website + + + + org.apache.artemis + Update the groupId in your project build file. Refer to https://artemis.apache.org/artemis-tlp-groupid-migration for more information. + + + diff --git a/relocations/pom.xml b/relocations/pom.xml new file mode 100644 index 00000000000..382745e2e03 --- /dev/null +++ b/relocations/pom.xml @@ -0,0 +1,105 @@ + + + + 4.0.0 + + org.apache.artemis + artemis-pom + 2.50.0-SNAPSHOT + ../artemis-pom/pom.xml + + + org.apache.activemq + artemis-relocations-parent + pom + Artemis Relocations Parent + + + true + true + + + + + artemis-bom + artemis-log-annotation-processor + artemis-project + + + apache-artemis + artemis-amqp-protocol + artemis-boot + artemis-cdi-client + artemis-cli + artemis-commons + artemis-console + artemis-core-client-all + artemis-core-client + artemis-core-client-osgi + artemis-dto + artemis-features + artemis-hornetq-protocol + artemis-hqclient-protocol + artemis-image-examples + artemis-image + artemis-jakarta-cdi-client + artemis-jakarta-client-all + artemis-jakarta-client + artemis-jakarta-client-osgi + artemis-jakarta-openwire-protocol + artemis-jakarta-ra + artemis-jakarta-server + artemis-jakarta-service-extensions + artemis-jdbc-store + artemis-jms-client-all + artemis-jms-client + artemis-jms-client-osgi + artemis-jms-server + artemis-journal + artemis-junit-5 + artemis-junit-commons + artemis-junit + artemis-junit-parent + artemis-lockmanager-api + artemis-lockmanager + artemis-lockmanager-ri + artemis-maven-plugin + artemis-mqtt-protocol + artemis-openwire-protocol + artemis-pom + artemis-protocols + artemis-ra + artemis-selector + artemis-server + artemis-server-osgi + artemis-service-extensions + artemis-stomp-protocol + artemis-unit-test-support + artemis-web + artemis-website + + + + + deploy-relocations + + false + + + + diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index 4b0e3359152..301c1d3776c 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT activemq5-unit-tests @@ -124,33 +124,33 @@ - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-jms-server - org.apache.activemq + org.apache.artemis artemis-openwire-protocol - org.apache.activemq + org.apache.artemis artemis-stomp-protocol diff --git a/tests/artemis-test-support/pom.xml b/tests/artemis-test-support/pom.xml index 7afca9550dc..55943de1eac 100644 --- a/tests/artemis-test-support/pom.xml +++ b/tests/artemis-test-support/pom.xml @@ -17,9 +17,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT artemis-test-support @@ -32,22 +32,22 @@ - org.apache.activemq + org.apache.artemis artemis-core-client provided - org.apache.activemq + org.apache.artemis artemis-commons provided - org.apache.activemq + org.apache.artemis artemis-cli provided - org.apache.activemq + org.apache.artemis artemis-jms-client provided @@ -127,17 +127,17 @@ provided - org.apache.activemq + org.apache.artemis artemis-server provided - org.apache.activemq + org.apache.artemis artemis-jms-server provided - org.apache.activemq + org.apache.artemis artemis-stomp-protocol provided @@ -154,7 +154,7 @@ - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} diff --git a/tests/compatibility-tests/pom.xml b/tests/compatibility-tests/pom.xml index fa52a653b2d..8d2211b3200 100644 --- a/tests/compatibility-tests/pom.xml +++ b/tests/compatibility-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT compatibility-tests @@ -34,43 +34,43 @@ - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-jms-server - org.apache.activemq + org.apache.artemis artemis-ra - org.apache.activemq + org.apache.artemis artemis-cli - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-journal - org.apache.activemq + org.apache.artemis artemis-jdbc-store - org.apache.activemq + org.apache.artemis artemis-amqp-protocol - org.apache.activemq + org.apache.artemis artemis-stomp-protocol - org.apache.activemq + org.apache.artemis artemis-openwire-protocol @@ -80,15 +80,15 @@ - org.apache.activemq + org.apache.artemis artemis-hornetq-protocol - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-server @@ -97,22 +97,22 @@ ${activemq-artemis-native-version} - org.apache.activemq + org.apache.artemis artemis-service-extensions - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test - org.apache.activemq + org.apache.artemis artemis-features features xml @@ -145,7 +145,7 @@ - org.apache.activemq + org.apache.artemis artemis-mqtt-protocol @@ -330,7 +330,7 @@ - org.apache.activemq + org.apache.artemis artemis-maven-plugin ${project.version} @@ -343,17 +343,17 @@ - org.apache.activemq:artemis-jms-server:${project.version} - org.apache.activemq:artemis-cli:${project.version} - org.apache.activemq:artemis-jms-client:${project.version} - org.apache.activemq:artemis-hornetq-protocol:${project.version} - org.apache.activemq:artemis-amqp-protocol:${project.version} - org.apache.activemq:artemis-hornetq-protocol:${project.version} + org.apache.artemis:artemis-jms-server:${project.version} + org.apache.artemis:artemis-cli:${project.version} + org.apache.artemis:artemis-jms-client:${project.version} + org.apache.artemis:artemis-hornetq-protocol:${project.version} + org.apache.artemis:artemis-amqp-protocol:${project.version} + org.apache.artemis:artemis-hornetq-protocol:${project.version} org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq:artemis-unit-test-support:${project.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis:artemis-unit-test-support:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-SNAPSHOT.cp @@ -366,13 +366,13 @@ - org.apache.activemq:artemis-core-client:${project.version} - org.apache.activemq:artemis-commons:${project.version} - org.apache.activemq:artemis-selector:${project.version} - org.apache.activemq:artemis-server:${project.version} - org.apache.activemq:artemis-journal:${project.version} - org.apache.activemq:artemis-hornetq-protocol:${project.version} - org.apache.activemq:artemis-jakarta-openwire-protocol:${project.version} + org.apache.artemis:artemis-core-client:${project.version} + org.apache.artemis:artemis-commons:${project.version} + org.apache.artemis:artemis-selector:${project.version} + org.apache.artemis:artemis-server:${project.version} + org.apache.artemis:artemis-journal:${project.version} + org.apache.artemis:artemis-hornetq-protocol:${project.version} + org.apache.artemis:artemis-jakarta-openwire-protocol:${project.version} org.apache.logging.log4j:log4j-slf4j2-impl:${log4j.version} org.apache.groovy:groovy-all:pom:${groovy.version} @@ -380,11 +380,11 @@ jakarta.jms:jakarta.jms-api:3.0.0 jakarta.json:jakarta.json-api:2.0.0 jakarta.transaction:jakarta.transaction-api:2.0.0 - org.apache.activemq:artemis-jakarta-server:${project.version} - org.apache.activemq:artemis-jakarta-client:${project.version} - org.apache.activemq:artemis-jakarta-service-extensions:${project.version} - org.apache.activemq:artemis-unit-test-support:${project.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis:artemis-jakarta-server:${project.version} + org.apache.artemis:artemis-jakarta-client:${project.version} + org.apache.artemis:artemis-jakarta-service-extensions:${project.version} + org.apache.artemis:artemis-unit-test-support:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-JAKARTAEE.cp @@ -406,7 +406,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_6_3.cp @@ -428,7 +428,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_7_0.cp @@ -452,7 +452,7 @@ org.jboss.marshalling:jboss-marshalling-river:2.0.9.Final - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_10_0.cp @@ -476,7 +476,7 @@ org.jboss.marshalling:jboss-marshalling-river:2.0.9.Final - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_17_0.cp @@ -500,7 +500,7 @@ org.jboss.marshalling:jboss-marshalling-river:2.0.9.Final - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_44_0.cp @@ -522,7 +522,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_33_0.cp @@ -544,7 +544,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_28_0.cp @@ -569,7 +569,7 @@ org.jboss.marshalling:jboss-marshalling-river:2.0.9.Final - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_22_0.cp @@ -592,7 +592,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_4_0.cp @@ -615,7 +615,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-2_1_0.cp @@ -637,7 +637,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/ARTEMIS-1_4_0.cp @@ -660,7 +660,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/HORNETQ-2_3_5.cp @@ -683,7 +683,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/HORNETQ-2_4_7.cp @@ -703,7 +703,7 @@ org.apache.groovy:groovy-all:pom:${groovy.version} - org.apache.activemq.tests:compatibility-tests:${project.version} + org.apache.artemis.tests:compatibility-tests:${project.version} ${basedir}/target/AMQ_5_11.cp diff --git a/tests/db-tests/pom.xml b/tests/db-tests/pom.xml index 37bf7cfb5c4..864985dd6e8 100644 --- a/tests/db-tests/pom.xml +++ b/tests/db-tests/pom.xml @@ -17,9 +17,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT db-tests @@ -70,45 +70,45 @@ after the distribution is created. Otherwise it will get here before the build eventually. e.g if you use mvn install -T 20 --> - org.apache.activemq + org.apache.artemis apache-artemis ${project.version} compile pom - org.apache.activemq + org.apache.artemis artemis-server test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test - org.apache.activemq + org.apache.artemis artemis-core-client test - org.apache.activemq + org.apache.artemis artemis-jms-client test - org.apache.activemq + org.apache.artemis artemis-commons test - org.apache.activemq + org.apache.artemis artemis-cli test - org.apache.activemq + org.apache.artemis artemis-journal test @@ -175,7 +175,7 @@ - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test @@ -199,7 +199,7 @@ - org.apache.activemq + org.apache.artemis artemis-maven-plugin @@ -407,7 +407,7 @@ - org.apache.activemq.tests + org.apache.artemis.tests smoke-tests ${project.version} diff --git a/tests/e2e-tests/pom.xml b/tests/e2e-tests/pom.xml index a75c368cbbd..aaba48fe48b 100644 --- a/tests/e2e-tests/pom.xml +++ b/tests/e2e-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT e2e-tests @@ -41,20 +41,20 @@ after the distribution is created. Otherwise it will get here before the build eventually. e.g if you use mvn install -T 20 --> - org.apache.activemq + org.apache.artemis apache-artemis ${project.version} compile pom - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test @@ -78,7 +78,7 @@ testcontainers - org.apache.activemq + org.apache.artemis artemis-jms-client @@ -134,7 +134,7 @@ - org.apache.activemq + org.apache.artemis artemis-maven-plugin diff --git a/tests/integration-tests-isolated/pom.xml b/tests/integration-tests-isolated/pom.xml index 7c53cc2276a..78b6e551c81 100644 --- a/tests/integration-tests-isolated/pom.xml +++ b/tests/integration-tests-isolated/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT integration-tests-isolated @@ -35,43 +35,43 @@ - org.apache.activemq + org.apache.artemis artemis-jms-client test - org.apache.activemq + org.apache.artemis artemis-commons test - org.apache.activemq + org.apache.artemis artemis-core-client test - org.apache.activemq + org.apache.artemis artemis-server test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test - org.apache.activemq + org.apache.artemis artemis-amqp-protocol test - org.apache.activemq + org.apache.artemis artemis-openwire-protocol test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test @@ -211,7 +211,7 @@ test - org.apache.activemq + org.apache.artemis artemis-web test diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 9b72aaf0516..4ef588f3e36 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT integration-tests @@ -34,62 +34,62 @@ - org.apache.activemq + org.apache.artemis artemis-lockmanager-api test - org.apache.activemq + org.apache.artemis artemis-lockmanager-ri test - org.apache.activemq + org.apache.artemis artemis-jms-client test - org.apache.activemq + org.apache.artemis artemis-jms-server test - org.apache.activemq + org.apache.artemis artemis-ra test - org.apache.activemq + org.apache.artemis artemis-cli test - org.apache.activemq + org.apache.artemis artemis-commons test - org.apache.activemq + org.apache.artemis artemis-journal test - org.apache.activemq + org.apache.artemis artemis-jdbc-store test - org.apache.activemq + org.apache.artemis artemis-amqp-protocol test - org.apache.activemq + org.apache.artemis artemis-stomp-protocol test - org.apache.activemq + org.apache.artemis artemis-openwire-protocol test @@ -100,17 +100,17 @@ - org.apache.activemq + org.apache.artemis artemis-hqclient-protocol test - org.apache.activemq + org.apache.artemis artemis-core-client test - org.apache.activemq + org.apache.artemis artemis-server test @@ -121,29 +121,29 @@ test - org.apache.activemq + org.apache.artemis artemis-service-extensions test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test - org.apache.activemq + org.apache.artemis artemis-selector test - org.apache.activemq + org.apache.artemis artemis-dto test @@ -176,7 +176,7 @@ - org.apache.activemq + org.apache.artemis artemis-mqtt-protocol test @@ -298,7 +298,7 @@ test - org.apache.activemq + org.apache.artemis artemis-web test diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml index 326efad5414..4c3d1d35431 100644 --- a/tests/jms-tests/pom.xml +++ b/tests/jms-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT jms-tests @@ -33,23 +33,23 @@ - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-commons - org.apache.activemq + org.apache.artemis artemis-jms-server - org.apache.activemq + org.apache.artemis artemis-server @@ -63,13 +63,13 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml index 5f9d1aa78d5..7de0f7a7c81 100644 --- a/tests/joram-tests/pom.xml +++ b/tests/joram-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT joram-tests @@ -33,23 +33,23 @@ - org.apache.activemq + org.apache.artemis artemis-amqp-protocol - org.apache.activemq + org.apache.artemis artemis-jms-server - org.apache.activemq + org.apache.artemis artemis-server - org.apache.activemq + org.apache.artemis artemis-jms-client - org.apache.activemq + org.apache.artemis artemis-core-client @@ -62,7 +62,7 @@ jakarta.jms-api - org.apache.activemq + org.apache.artemis artemis-commons test @@ -96,13 +96,13 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test diff --git a/tests/karaf-client-integration-tests/pom.xml b/tests/karaf-client-integration-tests/pom.xml index efec915ac4c..8d68282e4e0 100644 --- a/tests/karaf-client-integration-tests/pom.xml +++ b/tests/karaf-client-integration-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT karaf-client-integration-tests @@ -62,7 +62,7 @@ - org.apache.activemq + org.apache.artemis artemis-jms-client test @@ -126,7 +126,7 @@ test - org.apache.activemq + org.apache.artemis artemis-features features xml @@ -141,7 +141,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test @@ -164,7 +164,7 @@ - org.apache.activemq + org.apache.artemis artemis-maven-plugin diff --git a/tests/karaf-client-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/client/PaxExamOptions.java b/tests/karaf-client-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/client/PaxExamOptions.java index 165764b898c..f55e1740c7d 100644 --- a/tests/karaf-client-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/client/PaxExamOptions.java +++ b/tests/karaf-client-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/client/PaxExamOptions.java @@ -54,7 +54,7 @@ public enum PaxExamOptions { ARTEMIS_CORE_CLIENT( features( maven() - .groupId("org.apache.activemq") + .groupId("org.apache.artemis") .artifactId("artemis-features") .type("xml") .classifier("features") @@ -64,7 +64,7 @@ public enum PaxExamOptions { ARTEMIS_JMS_CLIENT( features( maven() - .groupId("org.apache.activemq") + .groupId("org.apache.artemis") .artifactId("artemis-features") .type("xml") .classifier("features") @@ -74,7 +74,7 @@ public enum PaxExamOptions { ARTEMIS_AMQP_CLIENT( features( maven() - .groupId("org.apache.activemq") + .groupId("org.apache.artemis") .artifactId("artemis-features") .type("xml") .classifier("features") @@ -84,7 +84,7 @@ public enum PaxExamOptions { ARTEMIS_OPENWIRE_CLIENT( features( maven() - .groupId("org.apache.activemq") + .groupId("org.apache.artemis") .artifactId("artemis-features") .type("xml") .classifier("features") diff --git a/tests/karaf-jakarta-client-integration-tests/pom.xml b/tests/karaf-jakarta-client-integration-tests/pom.xml index 0c1495dc202..cc342381064 100644 --- a/tests/karaf-jakarta-client-integration-tests/pom.xml +++ b/tests/karaf-jakarta-client-integration-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT karaf-jakarta-client-integration-tests @@ -43,7 +43,7 @@ test - org.apache.activemq + org.apache.artemis artemis-jakarta-client test @@ -97,14 +97,14 @@ test - org.apache.activemq + org.apache.artemis artemis-features features xml test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test @@ -127,7 +127,7 @@ - org.apache.activemq + org.apache.artemis artemis-maven-plugin diff --git a/tests/karaf-jakarta-client-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/client/PaxExamOptions.java b/tests/karaf-jakarta-client-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/client/PaxExamOptions.java index aefd0a48ba6..2104b2a1a17 100644 --- a/tests/karaf-jakarta-client-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/client/PaxExamOptions.java +++ b/tests/karaf-jakarta-client-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/client/PaxExamOptions.java @@ -54,7 +54,7 @@ public enum PaxExamOptions { ARTEMIS_JAKARTA_CLIENT( features( maven() - .groupId("org.apache.activemq") + .groupId("org.apache.artemis") .artifactId("artemis-features") .type("xml") .classifier("features") diff --git a/tests/karaf-server-integration-tests/pom.xml b/tests/karaf-server-integration-tests/pom.xml index f8f1ac3a8a3..809f3762ab9 100644 --- a/tests/karaf-server-integration-tests/pom.xml +++ b/tests/karaf-server-integration-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT karaf-server-integration-tests @@ -52,7 +52,7 @@ test - org.apache.activemq + org.apache.artemis artemis-commons test @@ -74,7 +74,7 @@ - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test @@ -83,7 +83,7 @@ - org.apache.activemq + org.apache.artemis artemis-features features xml diff --git a/tests/karaf-server-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java b/tests/karaf-server-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java index ff82f091083..281e7d9a4ab 100644 --- a/tests/karaf-server-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java +++ b/tests/karaf-server-integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/karaf/ArtemisFeatureTest.java @@ -133,7 +133,7 @@ public static Option[] configure(String... features) { public static UrlReference getArtemisMQKarafFeatureUrl() { String type = "xml/features"; - UrlReference urlReference = mavenBundle().groupId("org.apache.activemq"). + UrlReference urlReference = mavenBundle().groupId("org.apache.artemis"). artifactId("artemis-features").versionAsInProject().type(type); log.debug("FeatureURL: {}", urlReference.getURL()); return urlReference; diff --git a/tests/leak-tests/pom.xml b/tests/leak-tests/pom.xml index 299496d3c08..8ff9a774a23 100644 --- a/tests/leak-tests/pom.xml +++ b/tests/leak-tests/pom.xml @@ -18,9 +18,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT leak-tests @@ -37,14 +37,14 @@ - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test @@ -52,27 +52,27 @@ - org.apache.activemq + org.apache.artemis artemis-server test - org.apache.activemq + org.apache.artemis artemis-journal test - org.apache.activemq + org.apache.artemis artemis-amqp-protocol test - org.apache.activemq + org.apache.artemis artemis-stomp-protocol test - org.apache.activemq + org.apache.artemis artemis-openwire-protocol test @@ -83,7 +83,7 @@ test - org.apache.activemq + org.apache.artemis artemis-mqtt-protocol test @@ -115,7 +115,7 @@ - org.apache.activemq + org.apache.artemis artemis-jms-client test diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml index 44336bfc461..f45c856bde5 100644 --- a/tests/performance-jmh/pom.xml +++ b/tests/performance-jmh/pom.xml @@ -17,9 +17,9 @@ --> - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT 4.0.0 @@ -35,7 +35,7 @@ - org.apache.activemq + org.apache.artemis artemis-core-client - org.apache.activemq + org.apache.artemis artemis-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT ../artemis-pom/pom.xml ActiveMQ Artemis Tests POM 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom pom diff --git a/tests/smoke-tests/pom.xml b/tests/smoke-tests/pom.xml index 323ade483a1..28fff51554d 100644 --- a/tests/smoke-tests/pom.xml +++ b/tests/smoke-tests/pom.xml @@ -17,9 +17,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT smoke-tests @@ -39,45 +39,45 @@ after the distribution is created. Otherwise it will get here before the build eventually. e.g if you use mvn install -T 20 --> - org.apache.activemq + org.apache.artemis apache-artemis ${project.version} compile pom - org.apache.activemq + org.apache.artemis artemis-server test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test - org.apache.activemq + org.apache.artemis artemis-core-client test - org.apache.activemq + org.apache.artemis artemis-jms-client test - org.apache.activemq + org.apache.artemis artemis-commons test - org.apache.activemq + org.apache.artemis artemis-cli test - org.apache.activemq + org.apache.artemis artemis-journal test @@ -240,7 +240,7 @@ - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test @@ -299,7 +299,7 @@ - org.apache.activemq + org.apache.artemis artemis-maven-plugin @@ -422,7 +422,7 @@ - org.apache.activemq.tests + org.apache.artemis.tests smoke-tests ${project.version} diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml index 86eae864047..bfeffb4be3f 100644 --- a/tests/soak-tests/pom.xml +++ b/tests/soak-tests/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT soak-tests @@ -46,17 +46,17 @@ - org.apache.activemq + org.apache.artemis artemis-mqtt-protocol test - org.apache.activemq + org.apache.artemis artemis-stomp-protocol test - org.apache.activemq + org.apache.artemis artemis-cli test @@ -76,32 +76,32 @@ test - org.apache.activemq + org.apache.artemis artemis-core-client test - org.apache.activemq + org.apache.artemis artemis-jms-client test - org.apache.activemq + org.apache.artemis artemis-server test - org.apache.activemq + org.apache.artemis artemis-openwire-protocol test - org.apache.activemq + org.apache.artemis artemis-amqp-protocol test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test @@ -122,12 +122,12 @@ - org.apache.activemq + org.apache.artemis artemis-commons test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml index be2fb66c4f9..f3569d8fae3 100644 --- a/tests/stress-tests/pom.xml +++ b/tests/stress-tests/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT stress-tests @@ -39,12 +39,12 @@ test - org.apache.activemq + org.apache.artemis artemis-server test - org.apache.activemq + org.apache.artemis artemis-journal test @@ -55,38 +55,38 @@ test - org.apache.activemq + org.apache.artemis artemis-core-client test - org.apache.activemq + org.apache.artemis artemis-commons test - org.apache.activemq + org.apache.artemis artemis-selector test - org.apache.activemq + org.apache.artemis artemis-jms-client test - org.apache.activemq + org.apache.artemis artemis-stomp-protocol test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test - org.apache.activemq + org.apache.artemis artemis-cli test @@ -112,7 +112,7 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml index 5cff289959a..00c81211fb5 100644 --- a/tests/timing-tests/pom.xml +++ b/tests/timing-tests/pom.xml @@ -19,9 +19,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT timing-tests @@ -34,22 +34,22 @@ - org.apache.activemq + org.apache.artemis artemis-core-client test - org.apache.activemq + org.apache.artemis artemis-server test - org.apache.activemq + org.apache.artemis artemis-jms-server test - org.apache.activemq + org.apache.artemis artemis-journal test @@ -60,12 +60,12 @@ test - org.apache.activemq + org.apache.artemis artemis-commons test - org.apache.activemq + org.apache.artemis artemis-jms-client test @@ -80,13 +80,13 @@ test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml index 1c5820b429f..753d860b915 100644 --- a/tests/unit-tests/pom.xml +++ b/tests/unit-tests/pom.xml @@ -17,9 +17,9 @@ 4.0.0 - org.apache.activemq.tests + org.apache.artemis.tests artemis-tests-pom - 2.45.0-SNAPSHOT + 2.50.0-SNAPSHOT unit-tests @@ -32,37 +32,37 @@ - org.apache.activemq + org.apache.artemis artemis-core-client test - org.apache.activemq + org.apache.artemis artemis-amqp-protocol test - org.apache.activemq + org.apache.artemis artemis-server test - org.apache.activemq + org.apache.artemis artemis-jms-client test - org.apache.activemq + org.apache.artemis artemis-ra test - org.apache.activemq + org.apache.artemis artemis-cli test - org.apache.activemq + org.apache.artemis artemis-journal test @@ -73,12 +73,12 @@ test - org.apache.activemq + org.apache.artemis artemis-selector test - org.apache.activemq + org.apache.artemis artemis-service-extensions test @@ -144,24 +144,24 @@ test - org.apache.activemq + org.apache.artemis artemis-commons test - org.apache.activemq + org.apache.artemis artemis-junit ${project.version} test - org.apache.activemq + org.apache.artemis artemis-unit-test-support ${project.version} test - org.apache.activemq.tests + org.apache.artemis.tests artemis-test-support ${project.version} test