You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2015/08/10 23:05:02 UTC

activemq git commit: Update version for next patch release iteration.

Repository: activemq
Updated Branches:
  refs/heads/activemq-5.12.x [created] 497d5b4f7


Update version for next patch release iteration. 

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

Branch: refs/heads/activemq-5.12.x
Commit: 497d5b4f79bee07ed16e60189d726c624d33479f
Parents: 9f50ce3
Author: Timothy Bish <ta...@gmail.com>
Authored: Mon Aug 10 17:04:32 2015 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Mon Aug 10 17:04:32 2015 -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-client/pom.xml                                | 2 +-
 activemq-console/pom.xml                               | 2 +-
 activemq-fileserver/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-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                                                | 2 +-
 41 files changed, 41 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-all/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index f05fb28..2a228c0 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-all</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-amqp/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml
index 4d3c8ef..416bd77 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-amqp</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml
index ec751c4..f86a2f2 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-blueprint</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-broker/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml
index bc35400..6918989 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-broker</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-camel/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml
index 1f19539..f7575c6 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-camel</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-client/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml
index 3fb3ddd..4bdc254 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-client</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-console/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml
index 0a71bb0..b095c45 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-console</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-fileserver/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml
index 7f6dc02..1481f84 100755
--- a/activemq-fileserver/pom.xml
+++ b/activemq-fileserver/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-fileserver</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-http/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml
index ef1f823..b36775f 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-http</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-itests-spring31/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-itests-spring31/pom.xml b/activemq-itests-spring31/pom.xml
index ca20481..a60fe0c 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-itests-spring31</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-jaas/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index 48f2fb1..cdacf7b 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-jaas</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-jdbc-store/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml
index 4cf5b7a..86e2945 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-jdbc-store</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-jms-pool/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index 9f2c8b7..66860d0 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-jms-pool</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-kahadb-store/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml
index d647725..656d1bb 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-kahadb-store</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-karaf-itest/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml
index 063e6e8..4dd3f54 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-karaf-itest</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-karaf/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml
index a00aecf..94ec658 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-karaf</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-leveldb-store/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml
index d39679d..82e77c5 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-leveldb-store</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-log4j-appender/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml
index 095c1c9..c940827 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-log4j-appender</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-mqtt/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index 3aa1f70..3a7e8d1 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-mqtt</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-openwire-generator/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml
index 6db24d4..567f1b6 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-openwire-generator</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-openwire-legacy/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml
index 5542fe2..b985dcd 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-openwire-legacy</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index 92cd330..e1d8f41 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-osgi</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-partition/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml
index fa2bc8f..5da877b 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-partition</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-pool/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml
index 2b9d751..15f39aa 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-pool</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-ra/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml
index 16a6006..8c97fd9 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-ra</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-rar/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index af137c9..0e3d174 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-rar</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-run/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml
index db2d6d1..ace5a47 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-run</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-runtime-config/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml
index 90b68a5..c5e8a84 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-runtime-config</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-shiro/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml
index 4df6d31..9604d0c 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.13-SNAPSHOT</version>
+        <version>5.12.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>activemq-shiro</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-spring/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml
index b98f9c7..f53d24b 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-stomp/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml
index 7acd71a..f2a6d0b 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-stomp</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/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 350c3e8..5231472 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/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 82b6d7a..8f47670 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-memtest-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/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 283cc3e..b7e7808 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-perf-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-tooling/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml
index 0de096c..8d8c8a9 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.activemq.tooling</groupId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 76ed735..2604b96 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-unit-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-web-console/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index 1dd2250..ad79637 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-web-console</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-web-demo/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml
index 8812340..04698e4 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-web-demo</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/activemq-web/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml
index 8b5776d..f3d7733 100755
--- 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.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-web</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 71a6a6f..37fc52a 100755
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-parent</artifactId>
-    <version>5.13-SNAPSHOT</version>
+    <version>5.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>apache-activemq</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq/blob/497d5b4f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4ac77b9..9c65935 100755
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>activemq-parent</artifactId>
-  <version>5.13-SNAPSHOT</version>
+  <version>5.12.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ActiveMQ</name>
   <inceptionYear>2005</inceptionYear>