You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2018/08/02 13:53:54 UTC

activemq git commit: [maven-release-plugin] prepare for next development iteration

Repository: activemq
Updated Branches:
  refs/heads/activemq-5.15.x e411ed4af -> dcb7be955


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/dcb7be95
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/dcb7be95
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/dcb7be95

Branch: refs/heads/activemq-5.15.x
Commit: dcb7be955925140999238cf27ec5663d6875714a
Parents: e411ed4
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Thu Aug 2 09:53:48 2018 -0400
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Thu Aug 2 09:53:48 2018 -0400

----------------------------------------------------------------------
 activemq-all/pom.xml                                   | 2 +-
 activemq-amqp/pom.xml                                  | 2 +-
 activemq-blueprint/pom.xml                             | 2 +-
 activemq-broker/pom.xml                                | 2 +-
 activemq-camel/pom.xml                                 | 2 +-
 activemq-cf/pom.xml                                    | 2 +-
 activemq-client/pom.xml                                | 2 +-
 activemq-console/pom.xml                               | 2 +-
 activemq-http/pom.xml                                  | 2 +-
 activemq-itests-spring31/pom.xml                       | 2 +-
 activemq-jaas/pom.xml                                  | 2 +-
 activemq-jdbc-store/pom.xml                            | 2 +-
 activemq-jms-pool/pom.xml                              | 2 +-
 activemq-kahadb-store/pom.xml                          | 2 +-
 activemq-karaf-itest/pom.xml                           | 2 +-
 activemq-karaf/pom.xml                                 | 2 +-
 activemq-leveldb-store/pom.xml                         | 2 +-
 activemq-log4j-appender/pom.xml                        | 2 +-
 activemq-mqtt/pom.xml                                  | 2 +-
 activemq-openwire-generator/pom.xml                    | 2 +-
 activemq-openwire-legacy/pom.xml                       | 2 +-
 activemq-osgi/pom.xml                                  | 2 +-
 activemq-partition/pom.xml                             | 2 +-
 activemq-pool/pom.xml                                  | 2 +-
 activemq-ra/pom.xml                                    | 2 +-
 activemq-rar/pom.xml                                   | 2 +-
 activemq-run/pom.xml                                   | 2 +-
 activemq-runtime-config/pom.xml                        | 2 +-
 activemq-shiro/pom.xml                                 | 2 +-
 activemq-spring/pom.xml                                | 2 +-
 activemq-stomp/pom.xml                                 | 2 +-
 activemq-tooling/activemq-junit/pom.xml                | 2 +-
 activemq-tooling/activemq-maven-plugin/pom.xml         | 2 +-
 activemq-tooling/activemq-memtest-maven-plugin/pom.xml | 2 +-
 activemq-tooling/activemq-perf-maven-plugin/pom.xml    | 2 +-
 activemq-tooling/pom.xml                               | 2 +-
 activemq-unit-tests/pom.xml                            | 2 +-
 activemq-web-console/pom.xml                           | 2 +-
 activemq-web-demo/pom.xml                              | 2 +-
 activemq-web/pom.xml                                   | 2 +-
 assembly/pom.xml                                       | 2 +-
 pom.xml                                                | 4 ++--
 42 files changed, 43 insertions(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-all/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index 8badf76..7be7376 100644
--- a/activemq-all/pom.xml
+++ b/activemq-all/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-all</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml
index ca0f311..c181477 100644
--- a/activemq-amqp/pom.xml
+++ b/activemq-amqp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-amqp</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml
index 566785f..87c31b8 100644
--- a/activemq-blueprint/pom.xml
+++ b/activemq-blueprint/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-broker/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml
index bf403a0..f645bfc 100644
--- a/activemq-broker/pom.xml
+++ b/activemq-broker/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-broker</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-camel/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml
index e26449f..acb8996 100644
--- a/activemq-camel/pom.xml
+++ b/activemq-camel/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-camel</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-cf/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-cf/pom.xml b/activemq-cf/pom.xml
index 70bd2f3..61e580c 100644
--- a/activemq-cf/pom.xml
+++ b/activemq-cf/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-cf</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-client/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index 89e754c..3e73ad9 100644
--- a/activemq-client/pom.xml
+++ b/activemq-client/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-client</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-console/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml
index 47cfa98..fc15fb3 100644
--- a/activemq-console/pom.xml
+++ b/activemq-console/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-console</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-http/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml
index b355369..1cc0533 100644
--- a/activemq-http/pom.xml
+++ b/activemq-http/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-http</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-itests-spring31/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-itests-spring31/pom.xml b/activemq-itests-spring31/pom.xml
index 4f92e71..0cf51d7 100644
--- a/activemq-itests-spring31/pom.xml
+++ b/activemq-itests-spring31/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-itests-spring31</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-jaas/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index 576eb1d..d2f7759 100644
--- a/activemq-jaas/pom.xml
+++ b/activemq-jaas/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-jaas</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-jdbc-store/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml
index 12ab536..7c121d4 100644
--- a/activemq-jdbc-store/pom.xml
+++ b/activemq-jdbc-store/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-jdbc-store</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-jms-pool/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index 622446a..c888496 100644
--- a/activemq-jms-pool/pom.xml
+++ b/activemq-jms-pool/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-jms-pool</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-kahadb-store/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml
index 42bf93f..007c21c 100644
--- a/activemq-kahadb-store/pom.xml
+++ b/activemq-kahadb-store/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-kahadb-store</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-karaf-itest/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml
index 7524681..2dfad2d 100644
--- a/activemq-karaf-itest/pom.xml
+++ b/activemq-karaf-itest/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-karaf-itest</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-karaf/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml
index 75093a1..b8a772f 100644
--- a/activemq-karaf/pom.xml
+++ b/activemq-karaf/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-karaf</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-leveldb-store/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml
index d267beb..19dc30d 100644
--- a/activemq-leveldb-store/pom.xml
+++ b/activemq-leveldb-store/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-leveldb-store</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-log4j-appender/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml
index 38e51f9..bf38982 100644
--- a/activemq-log4j-appender/pom.xml
+++ b/activemq-log4j-appender/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-log4j-appender</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index 673b99c..f8e435f 100644
--- a/activemq-mqtt/pom.xml
+++ b/activemq-mqtt/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-mqtt</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-openwire-generator/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml
index 37774f3..5876b2a 100644
--- a/activemq-openwire-generator/pom.xml
+++ b/activemq-openwire-generator/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-openwire-generator</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-openwire-legacy/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml
index 36a20fe..9aafd0c 100644
--- a/activemq-openwire-legacy/pom.xml
+++ b/activemq-openwire-legacy/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-openwire-legacy</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 8d8ae38..a06b3e4 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-osgi</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-partition/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml
index 80f25c9..b5811e6 100644
--- a/activemq-partition/pom.xml
+++ b/activemq-partition/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-partition</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-pool/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml
index ba14286..a910b96 100644
--- a/activemq-pool/pom.xml
+++ b/activemq-pool/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-pool</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-ra/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml
index 3c4f600..e39cd71 100644
--- a/activemq-ra/pom.xml
+++ b/activemq-ra/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-ra</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-rar/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index 9407671..647a87c 100644
--- a/activemq-rar/pom.xml
+++ b/activemq-rar/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-rar</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-run/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml
index fe4b0dc..9bd9ce7 100644
--- a/activemq-run/pom.xml
+++ b/activemq-run/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-run</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-runtime-config/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml
index 94755f3..f04998e 100644
--- a/activemq-runtime-config/pom.xml
+++ b/activemq-runtime-config/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-runtime-config</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-shiro/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml
index 476a08f..47b5fed 100644
--- a/activemq-shiro/pom.xml
+++ b/activemq-shiro/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-parent</artifactId>
-        <version>5.15.5</version>
+        <version>5.15.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>activemq-shiro</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-spring/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml
index fd7ee14..9452dae 100644
--- a/activemq-spring/pom.xml
+++ b/activemq-spring/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-stomp/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml
index b88ece1..297f7d4 100644
--- a/activemq-stomp/pom.xml
+++ b/activemq-stomp/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-stomp</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-tooling/activemq-junit/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-tooling/activemq-junit/pom.xml b/activemq-tooling/activemq-junit/pom.xml
index d51fd24..8d70e5f 100644
--- a/activemq-tooling/activemq-junit/pom.xml
+++ b/activemq-tooling/activemq-junit/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq.tooling</groupId>
     <artifactId>activemq-tooling</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-junit</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-tooling/activemq-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-tooling/activemq-maven-plugin/pom.xml b/activemq-tooling/activemq-maven-plugin/pom.xml
index a7e6bef..3098b25 100644
--- a/activemq-tooling/activemq-maven-plugin/pom.xml
+++ b/activemq-tooling/activemq-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq.tooling</groupId>
     <artifactId>activemq-tooling</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-tooling/activemq-memtest-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-tooling/activemq-memtest-maven-plugin/pom.xml b/activemq-tooling/activemq-memtest-maven-plugin/pom.xml
index 263a454..56ab6b8 100644
--- a/activemq-tooling/activemq-memtest-maven-plugin/pom.xml
+++ b/activemq-tooling/activemq-memtest-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq.tooling</groupId>
     <artifactId>activemq-tooling</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-memtest-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-tooling/activemq-perf-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-tooling/activemq-perf-maven-plugin/pom.xml b/activemq-tooling/activemq-perf-maven-plugin/pom.xml
index 595fda1..6d0aede 100644
--- a/activemq-tooling/activemq-perf-maven-plugin/pom.xml
+++ b/activemq-tooling/activemq-perf-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.activemq.tooling</groupId>
     <artifactId>activemq-tooling</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-perf-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-tooling/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml
index c6fb961..9c7669c 100644
--- a/activemq-tooling/pom.xml
+++ b/activemq-tooling/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq.tooling</groupId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 10b6a29..31359c1 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-unit-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-web-console/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index 1a2e469..44bc410 100644
--- a/activemq-web-console/pom.xml
+++ b/activemq-web-console/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-web-console</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-web-demo/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml
index cda8d66..7c973c3 100644
--- a/activemq-web-demo/pom.xml
+++ b/activemq-web-demo/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-web-demo</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/activemq-web/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml
index e3f7356..f732bb6 100644
--- a/activemq-web/pom.xml
+++ b/activemq-web/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-web</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 0e29c39..b5e01cf 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.15.5</version>
+    <version>5.15.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-activemq</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/dcb7be95/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c10cfca..71bea96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>activemq-parent</artifactId>
-  <version>5.15.5</version>
+  <version>5.15.6-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ActiveMQ</name>
   <inceptionYear>2005</inceptionYear>
@@ -269,7 +269,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq.git</developerConnection>
     <url>https://fisheye6.atlassian.com/browse/~br=master/activemq-git</url>
-    <tag>activemq-5.15.5</tag>
+    <tag>activemq-5.15.0</tag>
   </scm>
 
   <dependencyManagement>