Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2883918CEB for ; Fri, 18 Dec 2015 17:43:49 +0000 (UTC) Received: (qmail 95966 invoked by uid 500); 18 Dec 2015 17:43:49 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 95922 invoked by uid 500); 18 Dec 2015 17:43:48 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 95852 invoked by uid 99); 18 Dec 2015 17:43:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2015 17:43:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 87CBDE00AA; Fri, 18 Dec 2015 17:43:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cshannon@apache.org To: commits@activemq.apache.org Date: Fri, 18 Dec 2015 17:43:48 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq git commit: Revert "[maven-release-plugin] prepare for next development iteration" Repository: activemq Updated Branches: refs/heads/activemq-5.12.x 33d8bde31 -> ec50d23ca Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit 33d8bde31ac1a7d75335435eef9f1b293b9a66ed. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/340d0955 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/340d0955 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/340d0955 Branch: refs/heads/activemq-5.12.x Commit: 340d095588b97ece144d6c562875861d626fa7a2 Parents: 33d8bde Author: Christopher L. Shannon (cshannon) Authored: Fri Dec 18 17:43:04 2015 +0000 Committer: Christopher L. Shannon (cshannon) Committed: Fri Dec 18 17:43:04 2015 +0000 ---------------------------------------------------------------------- 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 | 4 ++-- 41 files changed, 42 insertions(+), 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-all/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index d8fd270..af27a7d 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-all http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index 3f6e44c..9138bcc 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-amqp http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml index 5aeb77d..5de3589 100644 --- a/activemq-blueprint/pom.xml +++ b/activemq-blueprint/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-blueprint http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-broker/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index 025388c..3934aa2 100755 --- a/activemq-broker/pom.xml +++ b/activemq-broker/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-broker http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml index d411860..75d2820 100755 --- a/activemq-camel/pom.xml +++ b/activemq-camel/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-camel http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index dc522bf..7809937 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-client http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index a215d3c..3efd9a5 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-console http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-fileserver/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml index a15d72b..f1e053c 100755 --- a/activemq-fileserver/pom.xml +++ b/activemq-fileserver/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-fileserver http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-http/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index 5748cc5..27fa1e0 100755 --- a/activemq-http/pom.xml +++ b/activemq-http/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-http http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-itests-spring31/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-itests-spring31/pom.xml b/activemq-itests-spring31/pom.xml index 142039b..99569d0 100755 --- a/activemq-itests-spring31/pom.xml +++ b/activemq-itests-spring31/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-itests-spring31 http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-jaas/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index a21af6e..66f0ffb 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-jaas http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-jdbc-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml index ef0da73..975aac9 100755 --- a/activemq-jdbc-store/pom.xml +++ b/activemq-jdbc-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-jdbc-store http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-jms-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml index 6a63ac0..9ea7bb5 100755 --- a/activemq-jms-pool/pom.xml +++ b/activemq-jms-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-jms-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-kahadb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index e2c577c..d178154 100755 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-kahadb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-karaf-itest/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index 603105e..a04edd5 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-karaf-itest http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index 8d245b0..819d528 100644 --- a/activemq-karaf/pom.xml +++ b/activemq-karaf/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-karaf http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index 7520742..8a25eb3 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-leveldb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-log4j-appender/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml index 19be60f..537c5ec 100755 --- a/activemq-log4j-appender/pom.xml +++ b/activemq-log4j-appender/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-log4j-appender http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index 435dd53..5116832 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-mqtt http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-openwire-generator/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index e5703a7..04f7e2a 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-openwire-generator http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-openwire-legacy/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml index fcf27c2..7e8fea3 100755 --- a/activemq-openwire-legacy/pom.xml +++ b/activemq-openwire-legacy/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-openwire-legacy http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 0f47965..9a28b74 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-osgi http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-partition/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml index e43b8c3..f56f5fe 100644 --- a/activemq-partition/pom.xml +++ b/activemq-partition/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-partition http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index 1e3edda..9776f0a 100755 --- a/activemq-pool/pom.xml +++ b/activemq-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-ra/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 134569d..f6aad6f 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-ra http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-rar/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index 2752b18..504d291 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-rar http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-run/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml index 5d161b4..8c8b694 100644 --- a/activemq-run/pom.xml +++ b/activemq-run/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-run http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-runtime-config/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml index f18ab7d..bfaf558 100755 --- a/activemq-runtime-config/pom.xml +++ b/activemq-runtime-config/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-runtime-config http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml index c34c904..990c6e4 100644 --- a/activemq-shiro/pom.xml +++ b/activemq-shiro/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-shiro http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-spring/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index c9d6cad..836406a 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-spring http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index 6c29d58..e0a078e 100755 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-stomp http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/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 bb667fb..c716fd1 100644 --- a/activemq-tooling/activemq-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-maven-plugin/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq.tooling activemq-tooling - 5.12.3-SNAPSHOT + 5.12.2 activemq-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/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 bb61e1f..811dd66 100644 --- a/activemq-tooling/activemq-memtest-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-memtest-maven-plugin/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq.tooling activemq-tooling - 5.12.3-SNAPSHOT + 5.12.2 activemq-memtest-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/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 d09abf4..13255bf 100644 --- a/activemq-tooling/activemq-perf-maven-plugin/pom.xml +++ b/activemq-tooling/activemq-perf-maven-plugin/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq.tooling activemq-tooling - 5.12.3-SNAPSHOT + 5.12.2 activemq-perf-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-tooling/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index f6407cd..4c516d8 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 org.apache.activemq.tooling http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index 80b91b7..e37d3ef 100755 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-unit-tests http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index b624085..c82750f 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-web-console http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-web-demo/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index f3efb73..afac8ac 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-web-demo http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/activemq-web/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index f54274d..4f9133a 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 activemq-web http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 4f3660e..8090043 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 apache-activemq http://git-wip-us.apache.org/repos/asf/activemq/blob/340d0955/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ac7d5cd..ce4ec32 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 5.12.3-SNAPSHOT + 5.12.2 pom ActiveMQ 2005 @@ -270,7 +270,7 @@ scm:git:http://git-wip-us.apache.org/repos/asf/activemq.git scm:git:https://git-wip-us.apache.org/repos/asf/activemq.git https://fisheye6.atlassian.com/browse/~br=master/activemq-git - HEAD + activemq-5.12.2