Update examples to version 2.56.0-SNAPSHOT
diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml
index d318146..eef6997 100644
--- a/artemis-distribution/pom.xml
+++ b/artemis-distribution/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples</groupId>
       <artifactId>artemis-examples-build</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>artemis-distribution</artifactId>
diff --git a/examples/features/broker-connection/amqp-bridge/pom.xml b/examples/features/broker-connection/amqp-bridge/pom.xml
index 447497c..a41ce75 100644
--- a/examples/features/broker-connection/amqp-bridge/pom.xml
+++ b/examples/features/broker-connection/amqp-bridge/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-bridge</artifactId>
diff --git a/examples/features/broker-connection/amqp-federation-multicast-fanout/pom.xml b/examples/features/broker-connection/amqp-federation-multicast-fanout/pom.xml
index bcbfc04..0de2ede 100644
--- a/examples/features/broker-connection/amqp-federation-multicast-fanout/pom.xml
+++ b/examples/features/broker-connection/amqp-federation-multicast-fanout/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-federation-multicast-fanout</artifactId>
diff --git a/examples/features/broker-connection/amqp-federation-multicast-hub-spoke/pom.xml b/examples/features/broker-connection/amqp-federation-multicast-hub-spoke/pom.xml
index c0372ef..dad5a3c 100644
--- a/examples/features/broker-connection/amqp-federation-multicast-hub-spoke/pom.xml
+++ b/examples/features/broker-connection/amqp-federation-multicast-hub-spoke/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-federation-multicast-hub-spoke</artifactId>
diff --git a/examples/features/broker-connection/amqp-federation-multicast-ring/pom.xml b/examples/features/broker-connection/amqp-federation-multicast-ring/pom.xml
index b02bc5f..6d7e987 100644
--- a/examples/features/broker-connection/amqp-federation-multicast-ring/pom.xml
+++ b/examples/features/broker-connection/amqp-federation-multicast-ring/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-federation-multicast-ring</artifactId>
diff --git a/examples/features/broker-connection/amqp-federation-over-ssl/pom.xml b/examples/features/broker-connection/amqp-federation-over-ssl/pom.xml
index b346f41..67259dc 100644
--- a/examples/features/broker-connection/amqp-federation-over-ssl/pom.xml
+++ b/examples/features/broker-connection/amqp-federation-over-ssl/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-federation-over-ssl</artifactId>
diff --git a/examples/features/broker-connection/amqp-federation-queue-dual-federation/pom.xml b/examples/features/broker-connection/amqp-federation-queue-dual-federation/pom.xml
index e0dfe59..a780d44 100644
--- a/examples/features/broker-connection/amqp-federation-queue-dual-federation/pom.xml
+++ b/examples/features/broker-connection/amqp-federation-queue-dual-federation/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-federation-queue-dual-federation</artifactId>
diff --git a/examples/features/broker-connection/amqp-federation-queue-multiple-brokers/pom.xml b/examples/features/broker-connection/amqp-federation-queue-multiple-brokers/pom.xml
index 2ced831..67c83d2 100644
--- a/examples/features/broker-connection/amqp-federation-queue-multiple-brokers/pom.xml
+++ b/examples/features/broker-connection/amqp-federation-queue-multiple-brokers/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-federation-queue-multiple-brokers</artifactId>
diff --git a/examples/features/broker-connection/amqp-federation-queue-priority/pom.xml b/examples/features/broker-connection/amqp-federation-queue-priority/pom.xml
index 517ac40..90bfff5 100644
--- a/examples/features/broker-connection/amqp-federation-queue-priority/pom.xml
+++ b/examples/features/broker-connection/amqp-federation-queue-priority/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-federation-queue-priority</artifactId>
diff --git a/examples/features/broker-connection/amqp-federation-queue-pull-messages/pom.xml b/examples/features/broker-connection/amqp-federation-queue-pull-messages/pom.xml
index ca766af..1ba2b6a 100644
--- a/examples/features/broker-connection/amqp-federation-queue-pull-messages/pom.xml
+++ b/examples/features/broker-connection/amqp-federation-queue-pull-messages/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-federation-queue-pull-messages</artifactId>
diff --git a/examples/features/broker-connection/amqp-federation/pom.xml b/examples/features/broker-connection/amqp-federation/pom.xml
index 6868000..4e65670 100644
--- a/examples/features/broker-connection/amqp-federation/pom.xml
+++ b/examples/features/broker-connection/amqp-federation/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-federation</artifactId>
diff --git a/examples/features/broker-connection/amqp-receiving-messages/pom.xml b/examples/features/broker-connection/amqp-receiving-messages/pom.xml
index 0b01087..1699eef 100644
--- a/examples/features/broker-connection/amqp-receiving-messages/pom.xml
+++ b/examples/features/broker-connection/amqp-receiving-messages/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-receiving-messages</artifactId>
diff --git a/examples/features/broker-connection/amqp-sending-messages-multicast/pom.xml b/examples/features/broker-connection/amqp-sending-messages-multicast/pom.xml
index 6f26d61..7f552b3 100644
--- a/examples/features/broker-connection/amqp-sending-messages-multicast/pom.xml
+++ b/examples/features/broker-connection/amqp-sending-messages-multicast/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-sending-messages-multicast</artifactId>
diff --git a/examples/features/broker-connection/amqp-sending-messages/pom.xml b/examples/features/broker-connection/amqp-sending-messages/pom.xml
index b292695..906946d 100644
--- a/examples/features/broker-connection/amqp-sending-messages/pom.xml
+++ b/examples/features/broker-connection/amqp-sending-messages/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-sending-messages</artifactId>
diff --git a/examples/features/broker-connection/amqp-sending-overssl/pom.xml b/examples/features/broker-connection/amqp-sending-overssl/pom.xml
index b4ee685..bf73de7 100644
--- a/examples/features/broker-connection/amqp-sending-overssl/pom.xml
+++ b/examples/features/broker-connection/amqp-sending-overssl/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>amqp-ssl-enabled</artifactId>
diff --git a/examples/features/broker-connection/disaster-recovery/pom.xml b/examples/features/broker-connection/disaster-recovery/pom.xml
index b35d239..8119a7c 100644
--- a/examples/features/broker-connection/disaster-recovery/pom.xml
+++ b/examples/features/broker-connection/disaster-recovery/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>disaster-recovery</artifactId>
diff --git a/examples/features/broker-connection/ha-with-dual-mirror/pom.xml b/examples/features/broker-connection/ha-with-dual-mirror/pom.xml
index 44080ad..87e44e8 100644
--- a/examples/features/broker-connection/ha-with-dual-mirror/pom.xml
+++ b/examples/features/broker-connection/ha-with-dual-mirror/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>ha-with-dual-mirror</artifactId>
diff --git a/examples/features/broker-connection/ha-with-mesh-mirror/pom.xml b/examples/features/broker-connection/ha-with-mesh-mirror/pom.xml
index f9b6209..71c1b0c 100644
--- a/examples/features/broker-connection/ha-with-mesh-mirror/pom.xml
+++ b/examples/features/broker-connection/ha-with-mesh-mirror/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker-connection</groupId>
       <artifactId>broker-connections</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>ha-with-mesh-mirror</artifactId>
diff --git a/examples/features/broker-connection/pom.xml b/examples/features/broker-connection/pom.xml
index dff3787..4a6559e 100644
--- a/examples/features/broker-connection/pom.xml
+++ b/examples/features/broker-connection/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-features</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.broker-connection</groupId>
diff --git a/examples/features/clustered/client-side-load-balancing/pom.xml b/examples/features/clustered/client-side-load-balancing/pom.xml
index 48fec8d..605d389 100644
--- a/examples/features/clustered/client-side-load-balancing/pom.xml
+++ b/examples/features/clustered/client-side-load-balancing/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>client-side-load-balancing</artifactId>
diff --git a/examples/features/clustered/clustered-durable-subscription/pom.xml b/examples/features/clustered/clustered-durable-subscription/pom.xml
index 42e6aa7..09110be 100644
--- a/examples/features/clustered/clustered-durable-subscription/pom.xml
+++ b/examples/features/clustered/clustered-durable-subscription/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-durable-subscription</artifactId>
diff --git a/examples/features/clustered/clustered-grouping/pom.xml b/examples/features/clustered/clustered-grouping/pom.xml
index edeb2cc..f1fc0f2 100644
--- a/examples/features/clustered/clustered-grouping/pom.xml
+++ b/examples/features/clustered/clustered-grouping/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-grouping</artifactId>
diff --git a/examples/features/clustered/clustered-jgroups/pom.xml b/examples/features/clustered/clustered-jgroups/pom.xml
index cccc8f2..bd6ae69 100644
--- a/examples/features/clustered/clustered-jgroups/pom.xml
+++ b/examples/features/clustered/clustered-jgroups/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-jgroups</artifactId>
diff --git a/examples/features/clustered/clustered-queue/pom.xml b/examples/features/clustered/clustered-queue/pom.xml
index 7e4e342..105ac32 100644
--- a/examples/features/clustered/clustered-queue/pom.xml
+++ b/examples/features/clustered/clustered-queue/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-queue</artifactId>
diff --git a/examples/features/clustered/clustered-static-discovery-uri/pom.xml b/examples/features/clustered/clustered-static-discovery-uri/pom.xml
index 3ab68b7..ada870f 100644
--- a/examples/features/clustered/clustered-static-discovery-uri/pom.xml
+++ b/examples/features/clustered/clustered-static-discovery-uri/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-static-discovery-uri</artifactId>
diff --git a/examples/features/clustered/clustered-static-discovery/pom.xml b/examples/features/clustered/clustered-static-discovery/pom.xml
index ec6d2fe..1cdc02e 100644
--- a/examples/features/clustered/clustered-static-discovery/pom.xml
+++ b/examples/features/clustered/clustered-static-discovery/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-static-discovery</artifactId>
diff --git a/examples/features/clustered/clustered-static-oneway/pom.xml b/examples/features/clustered/clustered-static-oneway/pom.xml
index 78ae8db..47109b1 100644
--- a/examples/features/clustered/clustered-static-oneway/pom.xml
+++ b/examples/features/clustered/clustered-static-oneway/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-static-oneway</artifactId>
diff --git a/examples/features/clustered/clustered-topic-uri/pom.xml b/examples/features/clustered/clustered-topic-uri/pom.xml
index e3dbfbd..b951927 100644
--- a/examples/features/clustered/clustered-topic-uri/pom.xml
+++ b/examples/features/clustered/clustered-topic-uri/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-topic-uri</artifactId>
diff --git a/examples/features/clustered/clustered-topic/pom.xml b/examples/features/clustered/clustered-topic/pom.xml
index 7eb215c..ac61b13 100644
--- a/examples/features/clustered/clustered-topic/pom.xml
+++ b/examples/features/clustered/clustered-topic/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-topic</artifactId>
diff --git a/examples/features/clustered/pom.xml b/examples/features/clustered/pom.xml
index e640dc3..8e32b68 100644
--- a/examples/features/clustered/pom.xml
+++ b/examples/features/clustered/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-features</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.clustered</groupId>
diff --git a/examples/features/clustered/queue-message-redistribution/pom.xml b/examples/features/clustered/queue-message-redistribution/pom.xml
index b1fbd7e..c8e2ff4 100644
--- a/examples/features/clustered/queue-message-redistribution/pom.xml
+++ b/examples/features/clustered/queue-message-redistribution/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>queue-message-redistribution</artifactId>
diff --git a/examples/features/clustered/shared-storage-static-cluster/pom.xml b/examples/features/clustered/shared-storage-static-cluster/pom.xml
index 6718d26..66dfb27 100644
--- a/examples/features/clustered/shared-storage-static-cluster/pom.xml
+++ b/examples/features/clustered/shared-storage-static-cluster/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>shared-storage-static-cluster</artifactId>
diff --git a/examples/features/clustered/symmetric-cluster/pom.xml b/examples/features/clustered/symmetric-cluster/pom.xml
index bce4035..90f2945 100644
--- a/examples/features/clustered/symmetric-cluster/pom.xml
+++ b/examples/features/clustered/symmetric-cluster/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>symmetric-cluster</artifactId>
diff --git a/examples/features/connection-router/evenly-redirect/pom.xml b/examples/features/connection-router/evenly-redirect/pom.xml
index 9607a0a..047b017 100644
--- a/examples/features/connection-router/evenly-redirect/pom.xml
+++ b/examples/features/connection-router/evenly-redirect/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples</groupId>
       <artifactId>connection-router</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>evenly-redirect</artifactId>
diff --git a/examples/features/connection-router/pom.xml b/examples/features/connection-router/pom.xml
index 6f62091..4624954 100644
--- a/examples/features/connection-router/pom.xml
+++ b/examples/features/connection-router/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-features</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples</groupId>
diff --git a/examples/features/connection-router/symmetric-redirect/pom.xml b/examples/features/connection-router/symmetric-redirect/pom.xml
index 12c2315..b5c8029 100644
--- a/examples/features/connection-router/symmetric-redirect/pom.xml
+++ b/examples/features/connection-router/symmetric-redirect/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples</groupId>
       <artifactId>connection-router</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>symmetric-redirect</artifactId>
diff --git a/examples/features/connection-router/symmetric-simple/pom.xml b/examples/features/connection-router/symmetric-simple/pom.xml
index 88c269e..727015c 100644
--- a/examples/features/connection-router/symmetric-simple/pom.xml
+++ b/examples/features/connection-router/symmetric-simple/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples</groupId>
       <artifactId>connection-router</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>symmetric-simple</artifactId>
diff --git a/examples/features/federation/federated-address-divert/pom.xml b/examples/features/federation/federated-address-divert/pom.xml
index f799b60..526a88d 100644
--- a/examples/features/federation/federated-address-divert/pom.xml
+++ b/examples/features/federation/federated-address-divert/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.federation</groupId>
       <artifactId>broker-federation</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>federated-address-divert</artifactId>
diff --git a/examples/features/federation/federated-address-downstream-upstream/pom.xml b/examples/features/federation/federated-address-downstream-upstream/pom.xml
index be8fcdd..a8351ad 100644
--- a/examples/features/federation/federated-address-downstream-upstream/pom.xml
+++ b/examples/features/federation/federated-address-downstream-upstream/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.federation</groupId>
       <artifactId>broker-federation</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>federated-address-downstream-upstream</artifactId>
diff --git a/examples/features/federation/federated-address-downstream/pom.xml b/examples/features/federation/federated-address-downstream/pom.xml
index f00f8c0..ac78316 100644
--- a/examples/features/federation/federated-address-downstream/pom.xml
+++ b/examples/features/federation/federated-address-downstream/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.federation</groupId>
       <artifactId>broker-federation</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>federated-address-downstream</artifactId>
diff --git a/examples/features/federation/federated-address/pom.xml b/examples/features/federation/federated-address/pom.xml
index 93c01a5..68ebc1d 100644
--- a/examples/features/federation/federated-address/pom.xml
+++ b/examples/features/federation/federated-address/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.federation</groupId>
       <artifactId>broker-federation</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>federated-address</artifactId>
diff --git a/examples/features/federation/federated-queue-downstream-upstream/pom.xml b/examples/features/federation/federated-queue-downstream-upstream/pom.xml
index 21f0edc..dd2e15d 100644
--- a/examples/features/federation/federated-queue-downstream-upstream/pom.xml
+++ b/examples/features/federation/federated-queue-downstream-upstream/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.federation</groupId>
       <artifactId>broker-federation</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>federated-queue-downstream-upstream</artifactId>
diff --git a/examples/features/federation/federated-queue-downstream/pom.xml b/examples/features/federation/federated-queue-downstream/pom.xml
index 0d1cbad..7ea9ac8 100644
--- a/examples/features/federation/federated-queue-downstream/pom.xml
+++ b/examples/features/federation/federated-queue-downstream/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.federation</groupId>
       <artifactId>broker-federation</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>federated-queue-downstream</artifactId>
diff --git a/examples/features/federation/federated-queue/pom.xml b/examples/features/federation/federated-queue/pom.xml
index 630e0e2..3a3a412 100644
--- a/examples/features/federation/federated-queue/pom.xml
+++ b/examples/features/federation/federated-queue/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.federation</groupId>
       <artifactId>broker-federation</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>federated-queue</artifactId>
diff --git a/examples/features/federation/pom.xml b/examples/features/federation/pom.xml
index 393cd8d..102c8cf 100644
--- a/examples/features/federation/pom.xml
+++ b/examples/features/federation/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-features</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.federation</groupId>
diff --git a/examples/features/ha/application-layer-failover/pom.xml b/examples/features/ha/application-layer-failover/pom.xml
index e82c699..aeb2657 100644
--- a/examples/features/ha/application-layer-failover/pom.xml
+++ b/examples/features/ha/application-layer-failover/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>application-layer-failover</artifactId>
diff --git a/examples/features/ha/client-side-failoverlistener/pom.xml b/examples/features/ha/client-side-failoverlistener/pom.xml
index 073fdd6..891c4bd 100644
--- a/examples/features/ha/client-side-failoverlistener/pom.xml
+++ b/examples/features/ha/client-side-failoverlistener/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>client-side-failoverlistener</artifactId>
diff --git a/examples/features/ha/colocated-failover-scale-down/pom.xml b/examples/features/ha/colocated-failover-scale-down/pom.xml
index 74a45fc..27323df 100644
--- a/examples/features/ha/colocated-failover-scale-down/pom.xml
+++ b/examples/features/ha/colocated-failover-scale-down/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>colocated-failover-scale-down</artifactId>
diff --git a/examples/features/ha/colocated-failover/pom.xml b/examples/features/ha/colocated-failover/pom.xml
index c938379..d8d4eb5 100644
--- a/examples/features/ha/colocated-failover/pom.xml
+++ b/examples/features/ha/colocated-failover/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>colocated-failover</artifactId>
diff --git a/examples/features/ha/ha-policy-autobackup/pom.xml b/examples/features/ha/ha-policy-autobackup/pom.xml
index 9a9ba55..8f41676 100644
--- a/examples/features/ha/ha-policy-autobackup/pom.xml
+++ b/examples/features/ha/ha-policy-autobackup/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>ha-policy-autobackup</artifactId>
diff --git a/examples/features/ha/multiple-failover-failback/pom.xml b/examples/features/ha/multiple-failover-failback/pom.xml
index 826929f..4173d13 100644
--- a/examples/features/ha/multiple-failover-failback/pom.xml
+++ b/examples/features/ha/multiple-failover-failback/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>multiple-failover-failback</artifactId>
diff --git a/examples/features/ha/multiple-failover/pom.xml b/examples/features/ha/multiple-failover/pom.xml
index e186cdc..c20fc37 100644
--- a/examples/features/ha/multiple-failover/pom.xml
+++ b/examples/features/ha/multiple-failover/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>multiple-failover</artifactId>
diff --git a/examples/features/ha/non-transaction-failover/pom.xml b/examples/features/ha/non-transaction-failover/pom.xml
index c455ed2..fad3800 100644
--- a/examples/features/ha/non-transaction-failover/pom.xml
+++ b/examples/features/ha/non-transaction-failover/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>non-transaction-failover</artifactId>
diff --git a/examples/features/ha/pom.xml b/examples/features/ha/pom.xml
index 6267cdf..406f29a 100644
--- a/examples/features/ha/pom.xml
+++ b/examples/features/ha/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-features</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.failover</groupId>
diff --git a/examples/features/ha/replicated-failback-static/pom.xml b/examples/features/ha/replicated-failback-static/pom.xml
index e42bed2..93d0150 100644
--- a/examples/features/ha/replicated-failback-static/pom.xml
+++ b/examples/features/ha/replicated-failback-static/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>replicated-failback-static</artifactId>
diff --git a/examples/features/ha/replicated-failback/pom.xml b/examples/features/ha/replicated-failback/pom.xml
index 1a704eb..87e29c0 100644
--- a/examples/features/ha/replicated-failback/pom.xml
+++ b/examples/features/ha/replicated-failback/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>replicated-failback</artifactId>
diff --git a/examples/features/ha/replicated-multiple-failover/pom.xml b/examples/features/ha/replicated-multiple-failover/pom.xml
index 5426f24..3c8e795 100644
--- a/examples/features/ha/replicated-multiple-failover/pom.xml
+++ b/examples/features/ha/replicated-multiple-failover/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>replicated-multiple-failover</artifactId>
diff --git a/examples/features/ha/replicated-transaction-failover/pom.xml b/examples/features/ha/replicated-transaction-failover/pom.xml
index 535ddb5..be3b0f0 100644
--- a/examples/features/ha/replicated-transaction-failover/pom.xml
+++ b/examples/features/ha/replicated-transaction-failover/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>replicated-transaction-failover</artifactId>
diff --git a/examples/features/ha/scale-down/pom.xml b/examples/features/ha/scale-down/pom.xml
index 7ec4029..9ca09e3 100644
--- a/examples/features/ha/scale-down/pom.xml
+++ b/examples/features/ha/scale-down/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>scale-down</artifactId>
diff --git a/examples/features/ha/stop-server-failover/pom.xml b/examples/features/ha/stop-server-failover/pom.xml
index 593e7ae..5083619 100644
--- a/examples/features/ha/stop-server-failover/pom.xml
+++ b/examples/features/ha/stop-server-failover/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>stop-server-failover</artifactId>
diff --git a/examples/features/ha/transaction-failover/pom.xml b/examples/features/ha/transaction-failover/pom.xml
index 86f32e0..8217e16 100644
--- a/examples/features/ha/transaction-failover/pom.xml
+++ b/examples/features/ha/transaction-failover/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>transaction-failover</artifactId>
diff --git a/examples/features/ha/zookeeper-single-pair-failback/pom.xml b/examples/features/ha/zookeeper-single-pair-failback/pom.xml
index 7e0b2bf..0bd1e88 100644
--- a/examples/features/ha/zookeeper-single-pair-failback/pom.xml
+++ b/examples/features/ha/zookeeper-single-pair-failback/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.failover</groupId>
       <artifactId>broker-failover</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>zookeeper-single-pair-failback</artifactId>
diff --git a/examples/features/perf/perf/pom.xml b/examples/features/perf/perf/pom.xml
index 6e651b6..7430bab 100644
--- a/examples/features/perf/perf/pom.xml
+++ b/examples/features/perf/perf/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.soak</groupId>
       <artifactId>perf-root</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>openwire-perf</artifactId>
diff --git a/examples/features/perf/pom.xml b/examples/features/perf/pom.xml
index f7ba668..ebb62a7 100644
--- a/examples/features/perf/pom.xml
+++ b/examples/features/perf/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-features</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.soak</groupId>
diff --git a/examples/features/perf/soak/pom.xml b/examples/features/perf/soak/pom.xml
index 6f543c9..c5ab517 100644
--- a/examples/features/perf/soak/pom.xml
+++ b/examples/features/perf/soak/pom.xml
@@ -28,7 +28,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.soak</groupId>
       <artifactId>perf-root</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <dependencies>
diff --git a/examples/features/pom.xml b/examples/features/pom.xml
index 41c88cc..99fafe1 100644
--- a/examples/features/pom.xml
+++ b/examples/features/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples</groupId>
       <artifactId>artemis-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.clustered</groupId>
diff --git a/examples/features/standard/auto-closeable/pom.xml b/examples/features/standard/auto-closeable/pom.xml
index c247f36..7f6e482 100644
--- a/examples/features/standard/auto-closeable/pom.xml
+++ b/examples/features/standard/auto-closeable/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>auto-closeable</artifactId>
diff --git a/examples/features/standard/broker-msg-auth-plugin/pom.xml b/examples/features/standard/broker-msg-auth-plugin/pom.xml
index c325ac4..293ec25 100644
--- a/examples/features/standard/broker-msg-auth-plugin/pom.xml
+++ b/examples/features/standard/broker-msg-auth-plugin/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
     <artifactId>broker-msg-auth-plugin</artifactId>
diff --git a/examples/features/standard/broker-plugin/pom.xml b/examples/features/standard/broker-plugin/pom.xml
index f8732cf..1a30315 100644
--- a/examples/features/standard/broker-plugin/pom.xml
+++ b/examples/features/standard/broker-plugin/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>broker-plugin</artifactId>
diff --git a/examples/features/standard/browser/pom.xml b/examples/features/standard/browser/pom.xml
index c0554f0..73c050f 100644
--- a/examples/features/standard/browser/pom.xml
+++ b/examples/features/standard/browser/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>browser</artifactId>
diff --git a/examples/features/standard/camel/camel-broker/pom.xml b/examples/features/standard/camel/camel-broker/pom.xml
index ed62b5e..ae0fa73 100644
--- a/examples/features/standard/camel/camel-broker/pom.xml
+++ b/examples/features/standard/camel/camel-broker/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker.camel</groupId>
       <artifactId>camel</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>camel-broker</artifactId>
diff --git a/examples/features/standard/camel/camel-war/pom.xml b/examples/features/standard/camel/camel-war/pom.xml
index b3a0df5..779cfaf 100644
--- a/examples/features/standard/camel/camel-war/pom.xml
+++ b/examples/features/standard/camel/camel-war/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker.camel</groupId>
       <artifactId>camel</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>camel-war</artifactId>
diff --git a/examples/features/standard/camel/pom.xml b/examples/features/standard/camel/pom.xml
index d6bee00..8462f4f 100644
--- a/examples/features/standard/camel/pom.xml
+++ b/examples/features/standard/camel/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.broker.camel</groupId>
diff --git a/examples/features/standard/cdi/pom.xml b/examples/features/standard/cdi/pom.xml
index 6f83693..e94576f 100644
--- a/examples/features/standard/cdi/pom.xml
+++ b/examples/features/standard/cdi/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>cdi</artifactId>
diff --git a/examples/features/standard/client-kickoff/pom.xml b/examples/features/standard/client-kickoff/pom.xml
index 10d0f8a..4998be8 100644
--- a/examples/features/standard/client-kickoff/pom.xml
+++ b/examples/features/standard/client-kickoff/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>client-kickoff</artifactId>
diff --git a/examples/features/standard/completion-listener/pom.xml b/examples/features/standard/completion-listener/pom.xml
index 2cd7e27..65ce8fe 100644
--- a/examples/features/standard/completion-listener/pom.xml
+++ b/examples/features/standard/completion-listener/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>completion-listener</artifactId>
diff --git a/examples/features/standard/consumer-rate-limit/pom.xml b/examples/features/standard/consumer-rate-limit/pom.xml
index de035b7..3cb3aca 100644
--- a/examples/features/standard/consumer-rate-limit/pom.xml
+++ b/examples/features/standard/consumer-rate-limit/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>consumer-rate-limit</artifactId>
diff --git a/examples/features/standard/context/pom.xml b/examples/features/standard/context/pom.xml
index 052f920..22d360f 100644
--- a/examples/features/standard/context/pom.xml
+++ b/examples/features/standard/context/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>context</artifactId>
diff --git a/examples/features/standard/core-bridge/pom.xml b/examples/features/standard/core-bridge/pom.xml
index 5170ecd..a3998b3 100644
--- a/examples/features/standard/core-bridge/pom.xml
+++ b/examples/features/standard/core-bridge/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>core-bridge</artifactId>
diff --git a/examples/features/standard/database/pom.xml b/examples/features/standard/database/pom.xml
index 672061d..c7209a2 100644
--- a/examples/features/standard/database/pom.xml
+++ b/examples/features/standard/database/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>database</artifactId>
diff --git a/examples/features/standard/dead-letter/pom.xml b/examples/features/standard/dead-letter/pom.xml
index 805e212..10b19a2 100644
--- a/examples/features/standard/dead-letter/pom.xml
+++ b/examples/features/standard/dead-letter/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>dead-letter</artifactId>
diff --git a/examples/features/standard/delayed-redelivery/pom.xml b/examples/features/standard/delayed-redelivery/pom.xml
index 51a44b5..c29305d 100644
--- a/examples/features/standard/delayed-redelivery/pom.xml
+++ b/examples/features/standard/delayed-redelivery/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>delayed-redelivery</artifactId>
diff --git a/examples/features/standard/divert/pom.xml b/examples/features/standard/divert/pom.xml
index 142aab8..894315d 100644
--- a/examples/features/standard/divert/pom.xml
+++ b/examples/features/standard/divert/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
    <artifactId>divert</artifactId>
    <packaging>jar</packaging>
diff --git a/examples/features/standard/durable-subscription/pom.xml b/examples/features/standard/durable-subscription/pom.xml
index 1319e2d..783f63e 100644
--- a/examples/features/standard/durable-subscription/pom.xml
+++ b/examples/features/standard/durable-subscription/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>durable-subscription</artifactId>
diff --git a/examples/features/standard/embedded-simple/pom.xml b/examples/features/standard/embedded-simple/pom.xml
index b040af1..8ccee4c 100644
--- a/examples/features/standard/embedded-simple/pom.xml
+++ b/examples/features/standard/embedded-simple/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>embedded-simple</artifactId>
diff --git a/examples/features/standard/embedded/pom.xml b/examples/features/standard/embedded/pom.xml
index f2185bc..e98fe50 100644
--- a/examples/features/standard/embedded/pom.xml
+++ b/examples/features/standard/embedded/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>embedded</artifactId>
diff --git a/examples/features/standard/exclusive-queue/pom.xml b/examples/features/standard/exclusive-queue/pom.xml
index 15335ba..02ce309 100644
--- a/examples/features/standard/exclusive-queue/pom.xml
+++ b/examples/features/standard/exclusive-queue/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>exclusive-queue</artifactId>
diff --git a/examples/features/standard/expiry/pom.xml b/examples/features/standard/expiry/pom.xml
index 72336d6..eb3c935 100644
--- a/examples/features/standard/expiry/pom.xml
+++ b/examples/features/standard/expiry/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>expiry</artifactId>
diff --git a/examples/features/standard/http-transport/pom.xml b/examples/features/standard/http-transport/pom.xml
index 8167bf9..614de33 100644
--- a/examples/features/standard/http-transport/pom.xml
+++ b/examples/features/standard/http-transport/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>http-transport</artifactId>
diff --git a/examples/features/standard/instantiate-connection-factory/pom.xml b/examples/features/standard/instantiate-connection-factory/pom.xml
index 7173b8e..f494caa 100644
--- a/examples/features/standard/instantiate-connection-factory/pom.xml
+++ b/examples/features/standard/instantiate-connection-factory/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>instantiate-connection-factory</artifactId>
diff --git a/examples/features/standard/interceptor-amqp/pom.xml b/examples/features/standard/interceptor-amqp/pom.xml
index a173902..8474a2d 100644
--- a/examples/features/standard/interceptor-amqp/pom.xml
+++ b/examples/features/standard/interceptor-amqp/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>interceptor-amqp</artifactId>
diff --git a/examples/features/standard/interceptor-client/pom.xml b/examples/features/standard/interceptor-client/pom.xml
index f1948e4..bb30a53 100644
--- a/examples/features/standard/interceptor-client/pom.xml
+++ b/examples/features/standard/interceptor-client/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>interceptor-client</artifactId>
diff --git a/examples/features/standard/interceptor-mqtt/pom.xml b/examples/features/standard/interceptor-mqtt/pom.xml
index f602a6d..eefc485 100644
--- a/examples/features/standard/interceptor-mqtt/pom.xml
+++ b/examples/features/standard/interceptor-mqtt/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>interceptor-mqtt</artifactId>
diff --git a/examples/features/standard/interceptor/pom.xml b/examples/features/standard/interceptor/pom.xml
index 43eea30..9a8ecd3 100644
--- a/examples/features/standard/interceptor/pom.xml
+++ b/examples/features/standard/interceptor/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>interceptor</artifactId>
diff --git a/examples/features/standard/jms-bridge/pom.xml b/examples/features/standard/jms-bridge/pom.xml
index 220bd83..9f0c806 100644
--- a/examples/features/standard/jms-bridge/pom.xml
+++ b/examples/features/standard/jms-bridge/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>jms-bridge</artifactId>
diff --git a/examples/features/standard/jmx-ssl/pom.xml b/examples/features/standard/jmx-ssl/pom.xml
index aa9f05e..1421efd 100644
--- a/examples/features/standard/jmx-ssl/pom.xml
+++ b/examples/features/standard/jmx-ssl/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>jmx-ssl</artifactId>
diff --git a/examples/features/standard/jmx/pom.xml b/examples/features/standard/jmx/pom.xml
index b241776..50fdf9f 100644
--- a/examples/features/standard/jmx/pom.xml
+++ b/examples/features/standard/jmx/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>jmx</artifactId>
diff --git a/examples/features/standard/large-message/pom.xml b/examples/features/standard/large-message/pom.xml
index decc18c..ada4a45 100644
--- a/examples/features/standard/large-message/pom.xml
+++ b/examples/features/standard/large-message/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>large-message</artifactId>
diff --git a/examples/features/standard/last-value-queue/pom.xml b/examples/features/standard/last-value-queue/pom.xml
index d32506c..d03766f 100644
--- a/examples/features/standard/last-value-queue/pom.xml
+++ b/examples/features/standard/last-value-queue/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>last-value-queue</artifactId>
diff --git a/examples/features/standard/management-notifications/pom.xml b/examples/features/standard/management-notifications/pom.xml
index e072a1f..34cfe0d 100644
--- a/examples/features/standard/management-notifications/pom.xml
+++ b/examples/features/standard/management-notifications/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>management-notifications</artifactId>
diff --git a/examples/features/standard/management/pom.xml b/examples/features/standard/management/pom.xml
index 61535cd..a15ac30 100644
--- a/examples/features/standard/management/pom.xml
+++ b/examples/features/standard/management/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>management</artifactId>
diff --git a/examples/features/standard/message-counters/pom.xml b/examples/features/standard/message-counters/pom.xml
index 4527899..2457b5c 100644
--- a/examples/features/standard/message-counters/pom.xml
+++ b/examples/features/standard/message-counters/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>message-counters</artifactId>
diff --git a/examples/features/standard/message-group/pom.xml b/examples/features/standard/message-group/pom.xml
index 1ab6cbf..7b2a9ce 100644
--- a/examples/features/standard/message-group/pom.xml
+++ b/examples/features/standard/message-group/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>message-group</artifactId>
diff --git a/examples/features/standard/message-group2/pom.xml b/examples/features/standard/message-group2/pom.xml
index 06e38c3..fe89d0f 100644
--- a/examples/features/standard/message-group2/pom.xml
+++ b/examples/features/standard/message-group2/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>message-group2</artifactId>
diff --git a/examples/features/standard/message-priority/pom.xml b/examples/features/standard/message-priority/pom.xml
index 28fb648..76a601c 100644
--- a/examples/features/standard/message-priority/pom.xml
+++ b/examples/features/standard/message-priority/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>message-priority</artifactId>
diff --git a/examples/features/standard/netty-openssl/pom.xml b/examples/features/standard/netty-openssl/pom.xml
index e2d7b53..9e81249 100644
--- a/examples/features/standard/netty-openssl/pom.xml
+++ b/examples/features/standard/netty-openssl/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>netty-openssl</artifactId>
diff --git a/examples/features/standard/no-consumer-buffering/pom.xml b/examples/features/standard/no-consumer-buffering/pom.xml
index 5f119bb..b567463 100644
--- a/examples/features/standard/no-consumer-buffering/pom.xml
+++ b/examples/features/standard/no-consumer-buffering/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>no-consumer-buffering</artifactId>
diff --git a/examples/features/standard/opentelemetry/pom.xml b/examples/features/standard/opentelemetry/pom.xml
index 98bb846..233a4a9 100644
--- a/examples/features/standard/opentelemetry/pom.xml
+++ b/examples/features/standard/opentelemetry/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>opentelemetry</artifactId>
diff --git a/examples/features/standard/paging/pom.xml b/examples/features/standard/paging/pom.xml
index 9d4cb6e..5f581ff 100644
--- a/examples/features/standard/paging/pom.xml
+++ b/examples/features/standard/paging/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>paging</artifactId>
diff --git a/examples/features/standard/pom.xml b/examples/features/standard/pom.xml
index f615be5..9af436f 100644
--- a/examples/features/standard/pom.xml
+++ b/examples/features/standard/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-features</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.broker</groupId>
diff --git a/examples/features/standard/pre-acknowledge/pom.xml b/examples/features/standard/pre-acknowledge/pom.xml
index c396453..845c0e2 100644
--- a/examples/features/standard/pre-acknowledge/pom.xml
+++ b/examples/features/standard/pre-acknowledge/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>pre-acknowledge</artifactId>
diff --git a/examples/features/standard/producer-rate-limit/pom.xml b/examples/features/standard/producer-rate-limit/pom.xml
index 286ceb7..7731b35 100644
--- a/examples/features/standard/producer-rate-limit/pom.xml
+++ b/examples/features/standard/producer-rate-limit/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>producer-rate-limit</artifactId>
diff --git a/examples/features/standard/queue-jakarta/pom.xml b/examples/features/standard/queue-jakarta/pom.xml
index 4f09ad5..5c5f7e9 100644
--- a/examples/features/standard/queue-jakarta/pom.xml
+++ b/examples/features/standard/queue-jakarta/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>queue-jakarta</artifactId>
diff --git a/examples/features/standard/queue-requestor/pom.xml b/examples/features/standard/queue-requestor/pom.xml
index a34f7e6..6534f1f 100644
--- a/examples/features/standard/queue-requestor/pom.xml
+++ b/examples/features/standard/queue-requestor/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>queue-requestor</artifactId>
diff --git a/examples/features/standard/queue-selector/pom.xml b/examples/features/standard/queue-selector/pom.xml
index a373033..cd6159b 100644
--- a/examples/features/standard/queue-selector/pom.xml
+++ b/examples/features/standard/queue-selector/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>queue-selector</artifactId>
diff --git a/examples/features/standard/queue/pom.xml b/examples/features/standard/queue/pom.xml
index 78c879b..2b79993 100644
--- a/examples/features/standard/queue/pom.xml
+++ b/examples/features/standard/queue/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>queue</artifactId>
diff --git a/examples/features/standard/reattach-node/pom.xml b/examples/features/standard/reattach-node/pom.xml
index 7556735..cfd1719 100644
--- a/examples/features/standard/reattach-node/pom.xml
+++ b/examples/features/standard/reattach-node/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>reattach-node</artifactId>
diff --git a/examples/features/standard/request-reply/pom.xml b/examples/features/standard/request-reply/pom.xml
index a85ce06..2b6d35d 100644
--- a/examples/features/standard/request-reply/pom.xml
+++ b/examples/features/standard/request-reply/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>request-reply</artifactId>
diff --git a/examples/features/standard/scheduled-message/pom.xml b/examples/features/standard/scheduled-message/pom.xml
index 3015449..6babbc1 100644
--- a/examples/features/standard/scheduled-message/pom.xml
+++ b/examples/features/standard/scheduled-message/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>scheduled-message</artifactId>
diff --git a/examples/features/standard/security-keycloak/pom.xml b/examples/features/standard/security-keycloak/pom.xml
index 50dfd0b..4c761a3 100644
--- a/examples/features/standard/security-keycloak/pom.xml
+++ b/examples/features/standard/security-keycloak/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>security-keycloak</artifactId>
diff --git a/examples/features/standard/security-ldap/pom.xml b/examples/features/standard/security-ldap/pom.xml
index 5e82055..638a7fd 100644
--- a/examples/features/standard/security-ldap/pom.xml
+++ b/examples/features/standard/security-ldap/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>security-ldap</artifactId>
diff --git a/examples/features/standard/security-manager/pom.xml b/examples/features/standard/security-manager/pom.xml
index 1ad78ae..ced5e08 100644
--- a/examples/features/standard/security-manager/pom.xml
+++ b/examples/features/standard/security-manager/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>security-manager</artifactId>
diff --git a/examples/features/standard/security-oidc/pom.xml b/examples/features/standard/security-oidc/pom.xml
index 85dc5ec..53d1084 100644
--- a/examples/features/standard/security-oidc/pom.xml
+++ b/examples/features/standard/security-oidc/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>security-oidc</artifactId>
diff --git a/examples/features/standard/security/pom.xml b/examples/features/standard/security/pom.xml
index e5c722a..9ffa325 100644
--- a/examples/features/standard/security/pom.xml
+++ b/examples/features/standard/security/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>security</artifactId>
diff --git a/examples/features/standard/send-acknowledgements/pom.xml b/examples/features/standard/send-acknowledgements/pom.xml
index 90be172..9672968 100644
--- a/examples/features/standard/send-acknowledgements/pom.xml
+++ b/examples/features/standard/send-acknowledgements/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>send-acknowledgements</artifactId>
diff --git a/examples/features/standard/shared-consumer/pom.xml b/examples/features/standard/shared-consumer/pom.xml
index b92f44e..829b725 100644
--- a/examples/features/standard/shared-consumer/pom.xml
+++ b/examples/features/standard/shared-consumer/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>shared-consumer</artifactId>
diff --git a/examples/features/standard/slow-consumer/pom.xml b/examples/features/standard/slow-consumer/pom.xml
index 8ae9e99..5e7dc34 100644
--- a/examples/features/standard/slow-consumer/pom.xml
+++ b/examples/features/standard/slow-consumer/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>slow-consumer</artifactId>
diff --git a/examples/features/standard/spring-boot-integration/pom.xml b/examples/features/standard/spring-boot-integration/pom.xml
index cdcffc3..06c0300 100644
--- a/examples/features/standard/spring-boot-integration/pom.xml
+++ b/examples/features/standard/spring-boot-integration/pom.xml
@@ -18,7 +18,7 @@
 	<parent>
 		<groupId>org.apache.artemis.examples.broker</groupId>
 		<artifactId>jms-examples</artifactId>
-		<version>2.55.0</version>
+		<version>2.56.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>spring-boot-integration</artifactId>
 	<name>Apache Artemis JMS Spring Boot Integration Example</name>
diff --git a/examples/features/standard/spring-integration/pom.xml b/examples/features/standard/spring-integration/pom.xml
index b4d52f5..65e8fb5 100644
--- a/examples/features/standard/spring-integration/pom.xml
+++ b/examples/features/standard/spring-integration/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>spring-integration</artifactId>
diff --git a/examples/features/standard/ssl-enabled-crl-mqtt/pom.xml b/examples/features/standard/ssl-enabled-crl-mqtt/pom.xml
index 1f5fe12..7504352 100644
--- a/examples/features/standard/ssl-enabled-crl-mqtt/pom.xml
+++ b/examples/features/standard/ssl-enabled-crl-mqtt/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.artemis.examples.broker</groupId>
         <artifactId>jms-examples</artifactId>
-        <version>2.55.0</version>
+        <version>2.56.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>ssl-enabled-crl-mqtt</artifactId>
diff --git a/examples/features/standard/ssl-enabled-dual-authentication/pom.xml b/examples/features/standard/ssl-enabled-dual-authentication/pom.xml
index 63a0795..e0316cb 100644
--- a/examples/features/standard/ssl-enabled-dual-authentication/pom.xml
+++ b/examples/features/standard/ssl-enabled-dual-authentication/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>ssl-enabled-dual-authentication</artifactId>
diff --git a/examples/features/standard/ssl-enabled/pom.xml b/examples/features/standard/ssl-enabled/pom.xml
index e9d8fbc..1ae30aa 100644
--- a/examples/features/standard/ssl-enabled/pom.xml
+++ b/examples/features/standard/ssl-enabled/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>ssl-enabled</artifactId>
diff --git a/examples/features/standard/static-selector/pom.xml b/examples/features/standard/static-selector/pom.xml
index b84c14c..ee59d37 100644
--- a/examples/features/standard/static-selector/pom.xml
+++ b/examples/features/standard/static-selector/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>static-selector</artifactId>
diff --git a/examples/features/standard/temp-queue/pom.xml b/examples/features/standard/temp-queue/pom.xml
index 50c9fb0..40b4840 100644
--- a/examples/features/standard/temp-queue/pom.xml
+++ b/examples/features/standard/temp-queue/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>temp-queue</artifactId>
diff --git a/examples/features/standard/topic-hierarchies/pom.xml b/examples/features/standard/topic-hierarchies/pom.xml
index 264e28c..5dbf58d 100644
--- a/examples/features/standard/topic-hierarchies/pom.xml
+++ b/examples/features/standard/topic-hierarchies/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>topic-hierarchies</artifactId>
diff --git a/examples/features/standard/topic-selector1/pom.xml b/examples/features/standard/topic-selector1/pom.xml
index 4e9d7fd..d4dc087 100644
--- a/examples/features/standard/topic-selector1/pom.xml
+++ b/examples/features/standard/topic-selector1/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>topic-selector1</artifactId>
diff --git a/examples/features/standard/topic-selector2/pom.xml b/examples/features/standard/topic-selector2/pom.xml
index 9c377b7..6c0023a 100644
--- a/examples/features/standard/topic-selector2/pom.xml
+++ b/examples/features/standard/topic-selector2/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>topic-selector2</artifactId>
diff --git a/examples/features/standard/topic/pom.xml b/examples/features/standard/topic/pom.xml
index f5344e9..908a285 100644
--- a/examples/features/standard/topic/pom.xml
+++ b/examples/features/standard/topic/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>topic</artifactId>
diff --git a/examples/features/standard/transactional/pom.xml b/examples/features/standard/transactional/pom.xml
index df37f27..37a921c 100644
--- a/examples/features/standard/transactional/pom.xml
+++ b/examples/features/standard/transactional/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>transactional</artifactId>
diff --git a/examples/features/standard/xa-heuristic/pom.xml b/examples/features/standard/xa-heuristic/pom.xml
index 97903e4..aadcb65 100644
--- a/examples/features/standard/xa-heuristic/pom.xml
+++ b/examples/features/standard/xa-heuristic/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>xa-heuristic</artifactId>
diff --git a/examples/features/standard/xa-receive/pom.xml b/examples/features/standard/xa-receive/pom.xml
index 374846e..89c73e9 100644
--- a/examples/features/standard/xa-receive/pom.xml
+++ b/examples/features/standard/xa-receive/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>xa-receive</artifactId>
diff --git a/examples/features/standard/xa-send/pom.xml b/examples/features/standard/xa-send/pom.xml
index 4824ca3..7aac1f6 100644
--- a/examples/features/standard/xa-send/pom.xml
+++ b/examples/features/standard/xa-send/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.broker</groupId>
       <artifactId>jms-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>xa-send</artifactId>
diff --git a/examples/features/sub-modules/artemis-jakarta-ra-rar/pom.xml b/examples/features/sub-modules/artemis-jakarta-ra-rar/pom.xml
index ecbbafa..03f63cd 100644
--- a/examples/features/sub-modules/artemis-jakarta-ra-rar/pom.xml
+++ b/examples/features/sub-modules/artemis-jakarta-ra-rar/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.modules</groupId>
       <artifactId>broker-modules</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>artemis-jakarta-rar</artifactId>
diff --git a/examples/features/sub-modules/artemis-ra-rar/pom.xml b/examples/features/sub-modules/artemis-ra-rar/pom.xml
index 90182ea..fd04517 100644
--- a/examples/features/sub-modules/artemis-ra-rar/pom.xml
+++ b/examples/features/sub-modules/artemis-ra-rar/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.modules</groupId>
       <artifactId>broker-modules</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>artemis-rar</artifactId>
diff --git a/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml b/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml
index 8561f4c..28df4bc 100644
--- a/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml
+++ b/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.modules</groupId>
       <artifactId>inter-broker-bridge-pom</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>artemis-jms-bridge</artifactId>
diff --git a/examples/features/sub-modules/inter-broker-bridge/pom.xml b/examples/features/sub-modules/inter-broker-bridge/pom.xml
index 3f1d23b..cde181b 100644
--- a/examples/features/sub-modules/inter-broker-bridge/pom.xml
+++ b/examples/features/sub-modules/inter-broker-bridge/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.modules</groupId>
       <artifactId>broker-modules</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.modules</groupId>
diff --git a/examples/features/sub-modules/pom.xml b/examples/features/sub-modules/pom.xml
index 7513b8d..c88b75e 100644
--- a/examples/features/sub-modules/pom.xml
+++ b/examples/features/sub-modules/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.clustered</groupId>
       <artifactId>broker-features</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.modules</groupId>
diff --git a/examples/features/sub-modules/queue-artemis-jakarta-client-all/pom.xml b/examples/features/sub-modules/queue-artemis-jakarta-client-all/pom.xml
index 834967d..5b8bebe 100644
--- a/examples/features/sub-modules/queue-artemis-jakarta-client-all/pom.xml
+++ b/examples/features/sub-modules/queue-artemis-jakarta-client-all/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.modules</groupId>
       <artifactId>broker-modules</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>queue-artemis-jakarta-client-all</artifactId>
diff --git a/examples/features/sub-modules/queue-artemis-jms-client-all/pom.xml b/examples/features/sub-modules/queue-artemis-jms-client-all/pom.xml
index 9818b15..f77dbf0 100644
--- a/examples/features/sub-modules/queue-artemis-jms-client-all/pom.xml
+++ b/examples/features/sub-modules/queue-artemis-jms-client-all/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.modules</groupId>
       <artifactId>broker-modules</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>queue-artemis-jms-client-all</artifactId>
diff --git a/examples/features/sub-modules/tomcat/pom.xml b/examples/features/sub-modules/tomcat/pom.xml
index 13647df..f5abae3 100644
--- a/examples/features/sub-modules/tomcat/pom.xml
+++ b/examples/features/sub-modules/tomcat/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.artemis.examples.modules</groupId>
         <artifactId>broker-modules</artifactId>
-        <version>2.55.0</version>
+        <version>2.56.0-SNAPSHOT</version>
     </parent>
 
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 48af236..b2d98fd 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples</groupId>
       <artifactId>artemis-examples-build</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>artemis-examples</artifactId>
diff --git a/examples/protocols/amqp/pom.xml b/examples/protocols/amqp/pom.xml
index ac8f607..17f595d 100644
--- a/examples/protocols/amqp/pom.xml
+++ b/examples/protocols/amqp/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.protocols</groupId>
       <artifactId>protocols</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.amqp</groupId>
diff --git a/examples/protocols/amqp/proton-clustered-cpp/pom.xml b/examples/protocols/amqp/proton-clustered-cpp/pom.xml
index 71cc8c8..59eb2cf 100644
--- a/examples/protocols/amqp/proton-clustered-cpp/pom.xml
+++ b/examples/protocols/amqp/proton-clustered-cpp/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.amqp</groupId>
       <artifactId>amqp</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>proton-clustered-cpp</artifactId>
diff --git a/examples/protocols/amqp/proton-cpp/pom.xml b/examples/protocols/amqp/proton-cpp/pom.xml
index 5cbca83..1b694ec 100644
--- a/examples/protocols/amqp/proton-cpp/pom.xml
+++ b/examples/protocols/amqp/proton-cpp/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.amqp</groupId>
       <artifactId>amqp</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>protoncpp</artifactId>
diff --git a/examples/protocols/amqp/proton-ruby/pom.xml b/examples/protocols/amqp/proton-ruby/pom.xml
index 9cdbded..4fad87a 100644
--- a/examples/protocols/amqp/proton-ruby/pom.xml
+++ b/examples/protocols/amqp/proton-ruby/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.amqp</groupId>
       <artifactId>amqp</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>proton-ruby</artifactId>
diff --git a/examples/protocols/amqp/queue/pom.xml b/examples/protocols/amqp/queue/pom.xml
index 0d10362..8f29f57 100644
--- a/examples/protocols/amqp/queue/pom.xml
+++ b/examples/protocols/amqp/queue/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.amqp</groupId>
       <artifactId>amqp</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>queue</artifactId>
diff --git a/examples/protocols/amqp/sasl-scram/pom.xml b/examples/protocols/amqp/sasl-scram/pom.xml
index 2d9e809..f081d15 100644
--- a/examples/protocols/amqp/sasl-scram/pom.xml
+++ b/examples/protocols/amqp/sasl-scram/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.artemis.examples.amqp</groupId>
         <artifactId>amqp</artifactId>
-        <version>2.55.0</version>
+        <version>2.56.0-SNAPSHOT</version>
     </parent>
     <properties>
         <activemq.basedir>${project.basedir}/../../../..</activemq.basedir>
diff --git a/examples/protocols/mqtt/clustered-queue-mqtt/pom.xml b/examples/protocols/mqtt/clustered-queue-mqtt/pom.xml
index d05923b..9737fcb 100644
--- a/examples/protocols/mqtt/clustered-queue-mqtt/pom.xml
+++ b/examples/protocols/mqtt/clustered-queue-mqtt/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.mqtt</groupId>
       <artifactId>mqtt-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-queue-mqtt</artifactId>
diff --git a/examples/protocols/mqtt/pom.xml b/examples/protocols/mqtt/pom.xml
index 26afd39..7fa57e2 100644
--- a/examples/protocols/mqtt/pom.xml
+++ b/examples/protocols/mqtt/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.protocols</groupId>
       <artifactId>protocols</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.mqtt</groupId>
diff --git a/examples/protocols/mqtt/publish-subscribe/pom.xml b/examples/protocols/mqtt/publish-subscribe/pom.xml
index c25eb80..67cdb22 100644
--- a/examples/protocols/mqtt/publish-subscribe/pom.xml
+++ b/examples/protocols/mqtt/publish-subscribe/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.mqtt</groupId>
       <artifactId>mqtt-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>publish-subscribe</artifactId>
diff --git a/examples/protocols/openwire/chat/pom.xml b/examples/protocols/openwire/chat/pom.xml
index 4c88b75..9d2ef0a 100644
--- a/examples/protocols/openwire/chat/pom.xml
+++ b/examples/protocols/openwire/chat/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.openwire</groupId>
       <artifactId>openwire-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>chat-example</artifactId>
diff --git a/examples/protocols/openwire/message-listener/pom.xml b/examples/protocols/openwire/message-listener/pom.xml
index c135b4b..e47a67e 100644
--- a/examples/protocols/openwire/message-listener/pom.xml
+++ b/examples/protocols/openwire/message-listener/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.openwire</groupId>
       <artifactId>openwire-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>message-listener</artifactId>
diff --git a/examples/protocols/openwire/message-recovery/pom.xml b/examples/protocols/openwire/message-recovery/pom.xml
index 572b42e..e3634b2 100644
--- a/examples/protocols/openwire/message-recovery/pom.xml
+++ b/examples/protocols/openwire/message-recovery/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.openwire</groupId>
       <artifactId>openwire-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>message-recovery</artifactId>
diff --git a/examples/protocols/openwire/pom.xml b/examples/protocols/openwire/pom.xml
index 8d9e4e1..52276ed 100644
--- a/examples/protocols/openwire/pom.xml
+++ b/examples/protocols/openwire/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.protocols</groupId>
       <artifactId>protocols</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.openwire</groupId>
diff --git a/examples/protocols/openwire/queue/pom.xml b/examples/protocols/openwire/queue/pom.xml
index df74c96..2309606 100644
--- a/examples/protocols/openwire/queue/pom.xml
+++ b/examples/protocols/openwire/queue/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.openwire</groupId>
       <artifactId>openwire-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>queue-openwire</artifactId>
diff --git a/examples/protocols/openwire/virtual-topic-mapping/pom.xml b/examples/protocols/openwire/virtual-topic-mapping/pom.xml
index 50a3e7c..fa6eb2e 100644
--- a/examples/protocols/openwire/virtual-topic-mapping/pom.xml
+++ b/examples/protocols/openwire/virtual-topic-mapping/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.openwire</groupId>
       <artifactId>openwire-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>virtual-topic-mapping</artifactId>
diff --git a/examples/protocols/pom.xml b/examples/protocols/pom.xml
index d8e51b6..f6764b0 100644
--- a/examples/protocols/pom.xml
+++ b/examples/protocols/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples</groupId>
       <artifactId>artemis-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.protocols</groupId>
diff --git a/examples/protocols/stomp/pom.xml b/examples/protocols/stomp/pom.xml
index 3c269e4..201b769 100644
--- a/examples/protocols/stomp/pom.xml
+++ b/examples/protocols/stomp/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.protocols</groupId>
       <artifactId>protocols</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples.stomp</groupId>
diff --git a/examples/protocols/stomp/stomp-dual-authentication/pom.xml b/examples/protocols/stomp/stomp-dual-authentication/pom.xml
index 20141e3..268fb33 100644
--- a/examples/protocols/stomp/stomp-dual-authentication/pom.xml
+++ b/examples/protocols/stomp/stomp-dual-authentication/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.stomp</groupId>
       <artifactId>stomp-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>stomp-dual-authentication</artifactId>
diff --git a/examples/protocols/stomp/stomp-embedded-interceptor/pom.xml b/examples/protocols/stomp/stomp-embedded-interceptor/pom.xml
index 8a81e91..179eaad 100644
--- a/examples/protocols/stomp/stomp-embedded-interceptor/pom.xml
+++ b/examples/protocols/stomp/stomp-embedded-interceptor/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.stomp</groupId>
       <artifactId>stomp-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>stomp-embedded-interceptor</artifactId>
diff --git a/examples/protocols/stomp/stomp-jms/pom.xml b/examples/protocols/stomp/stomp-jms/pom.xml
index f01428a..54d36e1 100644
--- a/examples/protocols/stomp/stomp-jms/pom.xml
+++ b/examples/protocols/stomp/stomp-jms/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.stomp</groupId>
       <artifactId>stomp-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>stomp-jms</artifactId>
diff --git a/examples/protocols/stomp/stomp-websockets/pom.xml b/examples/protocols/stomp/stomp-websockets/pom.xml
index 9128ffe..de79c3d 100644
--- a/examples/protocols/stomp/stomp-websockets/pom.xml
+++ b/examples/protocols/stomp/stomp-websockets/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.stomp</groupId>
       <artifactId>stomp-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>stomp-websockets</artifactId>
diff --git a/examples/protocols/stomp/stomp/pom.xml b/examples/protocols/stomp/stomp/pom.xml
index f58bdb1..37a9baa 100644
--- a/examples/protocols/stomp/stomp/pom.xml
+++ b/examples/protocols/stomp/stomp/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.stomp</groupId>
       <artifactId>stomp-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>stomp</artifactId>
diff --git a/examples/protocols/stomp/stomp1.1/pom.xml b/examples/protocols/stomp/stomp1.1/pom.xml
index 64e21b0..5789eee 100644
--- a/examples/protocols/stomp/stomp1.1/pom.xml
+++ b/examples/protocols/stomp/stomp1.1/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.stomp</groupId>
       <artifactId>stomp-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>stomp1.1</artifactId>
diff --git a/examples/protocols/stomp/stomp1.2/pom.xml b/examples/protocols/stomp/stomp1.2/pom.xml
index fc36089..3ef2392 100644
--- a/examples/protocols/stomp/stomp1.2/pom.xml
+++ b/examples/protocols/stomp/stomp1.2/pom.xml
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.apache.artemis.examples.stomp</groupId>
       <artifactId>stomp-examples</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>stomp1.2</artifactId>
diff --git a/pom.xml b/pom.xml
index 2621b84..e858aa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,12 +24,12 @@
    <parent>
       <groupId>org.apache.artemis</groupId>
       <artifactId>artemis-pom</artifactId>
-      <version>2.55.0</version>
+      <version>2.56.0-SNAPSHOT</version>
    </parent>
 
    <groupId>org.apache.artemis.examples</groupId>
    <artifactId>artemis-examples-build</artifactId>
-   <version>2.55.0</version>
+   <version>2.56.0-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>Apache Artemis Examples Build</name>