diff --git a/examples/jms/aerogear/pom.xml b/examples/jms/aerogear/pom.xml index 57ceb2e48a..a70a0984de 100644 --- a/examples/jms/aerogear/pom.xml +++ b/examples/jms/aerogear/pom.xml @@ -41,7 +41,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/application-layer-failover/pom.xml b/examples/jms/application-layer-failover/pom.xml index 7d45c6850d..31d38b4af2 100644 --- a/examples/jms/application-layer-failover/pom.xml +++ b/examples/jms/application-layer-failover/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/bridge/pom.xml b/examples/jms/bridge/pom.xml index b231c038e2..2f25412372 100644 --- a/examples/jms/bridge/pom.xml +++ b/examples/jms/bridge/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/browser/pom.xml b/examples/jms/browser/pom.xml index 7c4c893779..cda229f676 100644 --- a/examples/jms/browser/pom.xml +++ b/examples/jms/browser/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/client-kickoff/pom.xml b/examples/jms/client-kickoff/pom.xml index 8b26ee36d8..16a51e853a 100644 --- a/examples/jms/client-kickoff/pom.xml +++ b/examples/jms/client-kickoff/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/client-side-failoverlistener/pom.xml b/examples/jms/client-side-failoverlistener/pom.xml index 184c44d9ff..b44adfcc49 100644 --- a/examples/jms/client-side-failoverlistener/pom.xml +++ b/examples/jms/client-side-failoverlistener/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/client-side-load-balancing/pom.xml b/examples/jms/client-side-load-balancing/pom.xml index ecc003cb42..a04d18ea8d 100644 --- a/examples/jms/client-side-load-balancing/pom.xml +++ b/examples/jms/client-side-load-balancing/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/clustered-durable-subscription/pom.xml b/examples/jms/clustered-durable-subscription/pom.xml index 6e7280f2bf..df39b4c7fe 100644 --- a/examples/jms/clustered-durable-subscription/pom.xml +++ b/examples/jms/clustered-durable-subscription/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/clustered-grouping/pom.xml b/examples/jms/clustered-grouping/pom.xml index 51e3a35d7d..fd5018a563 100644 --- a/examples/jms/clustered-grouping/pom.xml +++ b/examples/jms/clustered-grouping/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/clustered-jgroups/pom.xml b/examples/jms/clustered-jgroups/pom.xml index 75b83f3d4d..eb17cadb07 100644 --- a/examples/jms/clustered-jgroups/pom.xml +++ b/examples/jms/clustered-jgroups/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/clustered-queue/pom.xml b/examples/jms/clustered-queue/pom.xml index db5fcc7a0e..3719553386 100644 --- a/examples/jms/clustered-queue/pom.xml +++ b/examples/jms/clustered-queue/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/clustered-standalone/pom.xml b/examples/jms/clustered-standalone/pom.xml index e57fcd3552..dde7fb4299 100644 --- a/examples/jms/clustered-standalone/pom.xml +++ b/examples/jms/clustered-standalone/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/clustered-static-discovery/pom.xml b/examples/jms/clustered-static-discovery/pom.xml index 6d9c4d428d..092becf24c 100644 --- a/examples/jms/clustered-static-discovery/pom.xml +++ b/examples/jms/clustered-static-discovery/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/clustered-static-oneway/pom.xml b/examples/jms/clustered-static-oneway/pom.xml index 92beff4451..8e07a24db4 100644 --- a/examples/jms/clustered-static-oneway/pom.xml +++ b/examples/jms/clustered-static-oneway/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/clustered-topic/pom.xml b/examples/jms/clustered-topic/pom.xml index 74bab0014a..750a4aa42a 100644 --- a/examples/jms/clustered-topic/pom.xml +++ b/examples/jms/clustered-topic/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/colocated-failover-scale-down/pom.xml b/examples/jms/colocated-failover-scale-down/pom.xml index 106246d55c..37a8f21f3a 100644 --- a/examples/jms/colocated-failover-scale-down/pom.xml +++ b/examples/jms/colocated-failover-scale-down/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/colocated-failover/pom.xml b/examples/jms/colocated-failover/pom.xml index e1b0e8372b..71a9603d54 100644 --- a/examples/jms/colocated-failover/pom.xml +++ b/examples/jms/colocated-failover/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/artemis-jms-examples-common/common.css b/examples/jms/common/common.css similarity index 100% rename from examples/jms/artemis-jms-examples-common/common.css rename to examples/jms/common/common.css diff --git a/examples/jms/artemis-jms-examples-common/config/logging.properties b/examples/jms/common/config/logging.properties similarity index 100% rename from examples/jms/artemis-jms-examples-common/config/logging.properties rename to examples/jms/common/config/logging.properties diff --git a/examples/jms/artemis-jms-examples-common/config/server.properties b/examples/jms/common/config/server.properties similarity index 100% rename from examples/jms/artemis-jms-examples-common/config/server.properties rename to examples/jms/common/config/server.properties diff --git a/examples/jms/artemis-jms-examples-common/pom.xml b/examples/jms/common/pom.xml similarity index 97% rename from examples/jms/artemis-jms-examples-common/pom.xml rename to examples/jms/common/pom.xml index 8356399cf8..1c4559fefa 100644 --- a/examples/jms/artemis-jms-examples-common/pom.xml +++ b/examples/jms/common/pom.xml @@ -27,7 +27,7 @@ under the License. 1.0.0-SNAPSHOT - artemis-jms-examples-common + common jar ActiveMQ Artemis Examples common diff --git a/examples/jms/artemis-jms-examples-common/prettify.css b/examples/jms/common/prettify.css similarity index 100% rename from examples/jms/artemis-jms-examples-common/prettify.css rename to examples/jms/common/prettify.css diff --git a/examples/jms/artemis-jms-examples-common/prettify.js b/examples/jms/common/prettify.js similarity index 100% rename from examples/jms/artemis-jms-examples-common/prettify.js rename to examples/jms/common/prettify.js diff --git a/examples/jms/artemis-jms-examples-common/src/main/java/org/apache/activemq/artemis/common/example/ActiveMQExample.java b/examples/jms/common/src/main/java/org/apache/activemq/artemis/common/example/ActiveMQExample.java similarity index 100% rename from examples/jms/artemis-jms-examples-common/src/main/java/org/apache/activemq/artemis/common/example/ActiveMQExample.java rename to examples/jms/common/src/main/java/org/apache/activemq/artemis/common/example/ActiveMQExample.java diff --git a/examples/jms/artemis-jms-examples-common/src/main/java/org/apache/activemq/artemis/common/example/DummyXid.java b/examples/jms/common/src/main/java/org/apache/activemq/artemis/common/example/DummyXid.java similarity index 100% rename from examples/jms/artemis-jms-examples-common/src/main/java/org/apache/activemq/artemis/common/example/DummyXid.java rename to examples/jms/common/src/main/java/org/apache/activemq/artemis/common/example/DummyXid.java diff --git a/examples/jms/consumer-rate-limit/pom.xml b/examples/jms/consumer-rate-limit/pom.xml index d5e33778f9..b7304d2df3 100644 --- a/examples/jms/consumer-rate-limit/pom.xml +++ b/examples/jms/consumer-rate-limit/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/dead-letter/pom.xml b/examples/jms/dead-letter/pom.xml index 5894c35e56..a1f16ab1fc 100644 --- a/examples/jms/dead-letter/pom.xml +++ b/examples/jms/dead-letter/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/delayed-redelivery/pom.xml b/examples/jms/delayed-redelivery/pom.xml index 4bc6f4a8d9..4acab68c01 100644 --- a/examples/jms/delayed-redelivery/pom.xml +++ b/examples/jms/delayed-redelivery/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/divert/pom.xml b/examples/jms/divert/pom.xml index 288f8fbbe9..f70ee5565c 100644 --- a/examples/jms/divert/pom.xml +++ b/examples/jms/divert/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/durable-subscription/pom.xml b/examples/jms/durable-subscription/pom.xml index ea0a26dc35..6e9ddb3ba0 100644 --- a/examples/jms/durable-subscription/pom.xml +++ b/examples/jms/durable-subscription/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/embedded-simple/pom.xml b/examples/jms/embedded-simple/pom.xml index 5b108ed862..2e0e06a78d 100644 --- a/examples/jms/embedded-simple/pom.xml +++ b/examples/jms/embedded-simple/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/embedded/pom.xml b/examples/jms/embedded/pom.xml index 31f8925f28..bef4d7a1c5 100644 --- a/examples/jms/embedded/pom.xml +++ b/examples/jms/embedded/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/expiry/pom.xml b/examples/jms/expiry/pom.xml index 492166187a..ec8e7d3438 100644 --- a/examples/jms/expiry/pom.xml +++ b/examples/jms/expiry/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/ha-policy-autobackup/pom.xml b/examples/jms/ha-policy-autobackup/pom.xml index 77a13e6124..dc3e016add 100644 --- a/examples/jms/ha-policy-autobackup/pom.xml +++ b/examples/jms/ha-policy-autobackup/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/http-transport/pom.xml b/examples/jms/http-transport/pom.xml index 620d0e1210..6c4fa055dc 100644 --- a/examples/jms/http-transport/pom.xml +++ b/examples/jms/http-transport/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/instantiate-connection-factory/pom.xml b/examples/jms/instantiate-connection-factory/pom.xml index 817116835a..6f39e245ff 100644 --- a/examples/jms/instantiate-connection-factory/pom.xml +++ b/examples/jms/instantiate-connection-factory/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/interceptor/pom.xml b/examples/jms/interceptor/pom.xml index 2892dc61aa..32fafc5463 100644 --- a/examples/jms/interceptor/pom.xml +++ b/examples/jms/interceptor/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/jms-auto-closeable/pom.xml b/examples/jms/jms-auto-closeable/pom.xml index bb6f1768aa..2752d31452 100644 --- a/examples/jms/jms-auto-closeable/pom.xml +++ b/examples/jms/jms-auto-closeable/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/jms-bridge/pom.xml b/examples/jms/jms-bridge/pom.xml index 093866e129..82d7caf4f6 100644 --- a/examples/jms/jms-bridge/pom.xml +++ b/examples/jms/jms-bridge/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/jms-completion-listener/pom.xml b/examples/jms/jms-completion-listener/pom.xml index 2eed121933..43a71bdc91 100644 --- a/examples/jms/jms-completion-listener/pom.xml +++ b/examples/jms/jms-completion-listener/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/jms-context/pom.xml b/examples/jms/jms-context/pom.xml index fe8b98644a..85250b240b 100644 --- a/examples/jms/jms-context/pom.xml +++ b/examples/jms/jms-context/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/jms-shared-consumer/pom.xml b/examples/jms/jms-shared-consumer/pom.xml index e9c17c2c0b..75df712139 100644 --- a/examples/jms/jms-shared-consumer/pom.xml +++ b/examples/jms/jms-shared-consumer/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/jmx/pom.xml b/examples/jms/jmx/pom.xml index 5d92f837de..94d98fcbc6 100644 --- a/examples/jms/jmx/pom.xml +++ b/examples/jms/jmx/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/large-message/pom.xml b/examples/jms/large-message/pom.xml index 8d5f2692f3..6d4045c4a9 100644 --- a/examples/jms/large-message/pom.xml +++ b/examples/jms/large-message/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/last-value-queue/pom.xml b/examples/jms/last-value-queue/pom.xml index 458ff3f64b..71313fec50 100644 --- a/examples/jms/last-value-queue/pom.xml +++ b/examples/jms/last-value-queue/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/management-notifications/pom.xml b/examples/jms/management-notifications/pom.xml index 3853113344..a8c523ca83 100644 --- a/examples/jms/management-notifications/pom.xml +++ b/examples/jms/management-notifications/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/management/pom.xml b/examples/jms/management/pom.xml index 468218c64c..959f4d87a6 100644 --- a/examples/jms/management/pom.xml +++ b/examples/jms/management/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/message-counters/pom.xml b/examples/jms/message-counters/pom.xml index 73a2eb5da6..f51a07b897 100644 --- a/examples/jms/message-counters/pom.xml +++ b/examples/jms/message-counters/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/message-group/pom.xml b/examples/jms/message-group/pom.xml index d4996dca4d..8bb12b2c64 100644 --- a/examples/jms/message-group/pom.xml +++ b/examples/jms/message-group/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/message-group2/pom.xml b/examples/jms/message-group2/pom.xml index 82f6202126..c768060e16 100644 --- a/examples/jms/message-group2/pom.xml +++ b/examples/jms/message-group2/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/message-priority/pom.xml b/examples/jms/message-priority/pom.xml index c757a36742..6a572e935a 100644 --- a/examples/jms/message-priority/pom.xml +++ b/examples/jms/message-priority/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/multiple-failover-failback/pom.xml b/examples/jms/multiple-failover-failback/pom.xml index 8543e71279..b44d822d68 100644 --- a/examples/jms/multiple-failover-failback/pom.xml +++ b/examples/jms/multiple-failover-failback/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/multiple-failover/pom.xml b/examples/jms/multiple-failover/pom.xml index 3931254a2b..eb092f09f6 100644 --- a/examples/jms/multiple-failover/pom.xml +++ b/examples/jms/multiple-failover/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/no-consumer-buffering/pom.xml b/examples/jms/no-consumer-buffering/pom.xml index dac7813ec4..4c576bee6e 100644 --- a/examples/jms/no-consumer-buffering/pom.xml +++ b/examples/jms/no-consumer-buffering/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/non-transaction-failover/pom.xml b/examples/jms/non-transaction-failover/pom.xml index bed2139518..87d5326a19 100644 --- a/examples/jms/non-transaction-failover/pom.xml +++ b/examples/jms/non-transaction-failover/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/openwire/pom.xml b/examples/jms/openwire/pom.xml index 9eae39e7c3..4f95652a8a 100644 --- a/examples/jms/openwire/pom.xml +++ b/examples/jms/openwire/pom.xml @@ -128,7 +128,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/paging/pom.xml b/examples/jms/paging/pom.xml index 71c6a41406..6cd9e30db3 100644 --- a/examples/jms/paging/pom.xml +++ b/examples/jms/paging/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/perf/pom.xml b/examples/jms/perf/pom.xml index 715a2fd373..fe1160c11e 100644 --- a/examples/jms/perf/pom.xml +++ b/examples/jms/perf/pom.xml @@ -57,7 +57,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/pom.xml b/examples/jms/pom.xml index 8f80583155..564a65d466 100644 --- a/examples/jms/pom.xml +++ b/examples/jms/pom.xml @@ -41,8 +41,8 @@ under the License. release + common aerogear - artemis-jms-examples-common artemis-ra-rar application-layer-failover bridge @@ -141,7 +141,7 @@ under the License. true - artemis-jms-examples-common + common application-layer-failover bridge browser diff --git a/examples/jms/pre-acknowledge/pom.xml b/examples/jms/pre-acknowledge/pom.xml index 709fa9072c..0ea0c67ecc 100644 --- a/examples/jms/pre-acknowledge/pom.xml +++ b/examples/jms/pre-acknowledge/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/producer-rate-limit/pom.xml b/examples/jms/producer-rate-limit/pom.xml index 9c4e199309..0ab1adb228 100644 --- a/examples/jms/producer-rate-limit/pom.xml +++ b/examples/jms/producer-rate-limit/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/proton-cpp/pom.xml b/examples/jms/proton-cpp/pom.xml index 197779b496..dc4a65bdb9 100644 --- a/examples/jms/proton-cpp/pom.xml +++ b/examples/jms/proton-cpp/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/proton-j/pom.xml b/examples/jms/proton-j/pom.xml index dd90a31877..efa846da1d 100644 --- a/examples/jms/proton-j/pom.xml +++ b/examples/jms/proton-j/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/proton-ruby/pom.xml b/examples/jms/proton-ruby/pom.xml index 26cca2f979..04143bf72a 100644 --- a/examples/jms/proton-ruby/pom.xml +++ b/examples/jms/proton-ruby/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/queue-message-redistribution/pom.xml b/examples/jms/queue-message-redistribution/pom.xml index bd5d801813..e7cdb2903c 100644 --- a/examples/jms/queue-message-redistribution/pom.xml +++ b/examples/jms/queue-message-redistribution/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/queue-requestor/pom.xml b/examples/jms/queue-requestor/pom.xml index de8a35a66a..f0a524b484 100644 --- a/examples/jms/queue-requestor/pom.xml +++ b/examples/jms/queue-requestor/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/queue-selector/pom.xml b/examples/jms/queue-selector/pom.xml index 26b9ec1333..6d35cd9842 100644 --- a/examples/jms/queue-selector/pom.xml +++ b/examples/jms/queue-selector/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/queue/pom.xml b/examples/jms/queue/pom.xml index 8824c3b246..5e8348bd1b 100644 --- a/examples/jms/queue/pom.xml +++ b/examples/jms/queue/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/reattach-node/pom.xml b/examples/jms/reattach-node/pom.xml index 005512b38e..a811cc0fd7 100644 --- a/examples/jms/reattach-node/pom.xml +++ b/examples/jms/reattach-node/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/replicated-failback-static/pom.xml b/examples/jms/replicated-failback-static/pom.xml index 8e7254d0f6..2e06f25e5a 100644 --- a/examples/jms/replicated-failback-static/pom.xml +++ b/examples/jms/replicated-failback-static/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/replicated-failback/pom.xml b/examples/jms/replicated-failback/pom.xml index 016b34b68a..0d81ac4bb6 100644 --- a/examples/jms/replicated-failback/pom.xml +++ b/examples/jms/replicated-failback/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/replicated-multiple-failover/pom.xml b/examples/jms/replicated-multiple-failover/pom.xml index 497f69cf83..a8dbeef908 100644 --- a/examples/jms/replicated-multiple-failover/pom.xml +++ b/examples/jms/replicated-multiple-failover/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/replicated-transaction-failover/pom.xml b/examples/jms/replicated-transaction-failover/pom.xml index a17466fb8f..fa07eb4bab 100644 --- a/examples/jms/replicated-transaction-failover/pom.xml +++ b/examples/jms/replicated-transaction-failover/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/request-reply/pom.xml b/examples/jms/request-reply/pom.xml index a07e359f2f..ddd4f6cb91 100644 --- a/examples/jms/request-reply/pom.xml +++ b/examples/jms/request-reply/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/scale-down/pom.xml b/examples/jms/scale-down/pom.xml index 7ac69f3ffd..42d2691d14 100644 --- a/examples/jms/scale-down/pom.xml +++ b/examples/jms/scale-down/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/scheduled-message/pom.xml b/examples/jms/scheduled-message/pom.xml index 0ac18a7488..d970c4e2b4 100644 --- a/examples/jms/scheduled-message/pom.xml +++ b/examples/jms/scheduled-message/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/security/pom.xml b/examples/jms/security/pom.xml index 263ad33cac..792a5bd672 100644 --- a/examples/jms/security/pom.xml +++ b/examples/jms/security/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/send-acknowledgements/pom.xml b/examples/jms/send-acknowledgements/pom.xml index 550566e4f4..9882af7351 100644 --- a/examples/jms/send-acknowledgements/pom.xml +++ b/examples/jms/send-acknowledgements/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/spring-integration/pom.xml b/examples/jms/spring-integration/pom.xml index 48ffc224f6..bef82639fa 100644 --- a/examples/jms/spring-integration/pom.xml +++ b/examples/jms/spring-integration/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/ssl-enabled/pom.xml b/examples/jms/ssl-enabled/pom.xml index d7ed173a39..8094403b89 100644 --- a/examples/jms/ssl-enabled/pom.xml +++ b/examples/jms/ssl-enabled/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/static-selector-jms/pom.xml b/examples/jms/static-selector-jms/pom.xml index cfb598cbeb..10a5777b56 100644 --- a/examples/jms/static-selector-jms/pom.xml +++ b/examples/jms/static-selector-jms/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/static-selector/pom.xml b/examples/jms/static-selector/pom.xml index d35dabfdc4..d2916fd59d 100644 --- a/examples/jms/static-selector/pom.xml +++ b/examples/jms/static-selector/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/stomp-websockets/pom.xml b/examples/jms/stomp-websockets/pom.xml index 71f0f509d0..3d876f972d 100644 --- a/examples/jms/stomp-websockets/pom.xml +++ b/examples/jms/stomp-websockets/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/stomp/pom.xml b/examples/jms/stomp/pom.xml index 880e8dd02b..a387c66748 100644 --- a/examples/jms/stomp/pom.xml +++ b/examples/jms/stomp/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/stomp1.1/pom.xml b/examples/jms/stomp1.1/pom.xml index bb565f45bf..424160d7ec 100644 --- a/examples/jms/stomp1.1/pom.xml +++ b/examples/jms/stomp1.1/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/stomp1.2/pom.xml b/examples/jms/stomp1.2/pom.xml index 8496d4d369..795f009885 100644 --- a/examples/jms/stomp1.2/pom.xml +++ b/examples/jms/stomp1.2/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/stop-server-failover/pom.xml b/examples/jms/stop-server-failover/pom.xml index 9175b1d096..a6d9290aff 100644 --- a/examples/jms/stop-server-failover/pom.xml +++ b/examples/jms/stop-server-failover/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/symmetric-cluster/pom.xml b/examples/jms/symmetric-cluster/pom.xml index 9d8025a493..1708709e48 100644 --- a/examples/jms/symmetric-cluster/pom.xml +++ b/examples/jms/symmetric-cluster/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/temp-queue/pom.xml b/examples/jms/temp-queue/pom.xml index 6695ff3a04..bdce288b41 100644 --- a/examples/jms/temp-queue/pom.xml +++ b/examples/jms/temp-queue/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/topic-hierarchies/pom.xml b/examples/jms/topic-hierarchies/pom.xml index 77cde8dd7d..a92164e3fc 100644 --- a/examples/jms/topic-hierarchies/pom.xml +++ b/examples/jms/topic-hierarchies/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/topic-selector-example1/pom.xml b/examples/jms/topic-selector-example1/pom.xml index b4c76ed648..2da90a7115 100644 --- a/examples/jms/topic-selector-example1/pom.xml +++ b/examples/jms/topic-selector-example1/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/topic-selector-example2/pom.xml b/examples/jms/topic-selector-example2/pom.xml index 46349e6784..f090f39799 100644 --- a/examples/jms/topic-selector-example2/pom.xml +++ b/examples/jms/topic-selector-example2/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/topic/pom.xml b/examples/jms/topic/pom.xml index 41462feff7..342995259a 100644 --- a/examples/jms/topic/pom.xml +++ b/examples/jms/topic/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/transaction-failover/pom.xml b/examples/jms/transaction-failover/pom.xml index 7f54d66300..1827016bff 100644 --- a/examples/jms/transaction-failover/pom.xml +++ b/examples/jms/transaction-failover/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/transactional/pom.xml b/examples/jms/transactional/pom.xml index 6f55d29871..9fa9ad36c7 100644 --- a/examples/jms/transactional/pom.xml +++ b/examples/jms/transactional/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/xa-heuristic/pom.xml b/examples/jms/xa-heuristic/pom.xml index 92fc7735b5..6fe48affcd 100644 --- a/examples/jms/xa-heuristic/pom.xml +++ b/examples/jms/xa-heuristic/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/xa-receive/pom.xml b/examples/jms/xa-receive/pom.xml index 4f413fa289..07053ec510 100644 --- a/examples/jms/xa-receive/pom.xml +++ b/examples/jms/xa-receive/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version} diff --git a/examples/jms/xa-send/pom.xml b/examples/jms/xa-send/pom.xml index 59fed7f255..fd54951fab 100644 --- a/examples/jms/xa-send/pom.xml +++ b/examples/jms/xa-send/pom.xml @@ -38,7 +38,7 @@ under the License. org.apache.activemq.examples.jms - artemis-jms-examples-common + common ${project.version}