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 03CE810064 for ; Mon, 5 Jan 2015 17:26:19 +0000 (UTC) Received: (qmail 93603 invoked by uid 500); 5 Jan 2015 17:26:19 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 93552 invoked by uid 500); 5 Jan 2015 17:26:19 -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 93537 invoked by uid 99); 5 Jan 2015 17:26:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2015 17:26:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8B151A3FDF8; Mon, 5 Jan 2015 17:26:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hadrian@apache.org To: commits@activemq.apache.org Date: Mon, 05 Jan 2015 17:26:20 -0000 Message-Id: <9d138bc2f1a743b28bc2fd1f2479bfe6@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq git commit: Revert "[maven-release-plugin] prepare release activemq-5.11.0" Revert "[maven-release-plugin] prepare release activemq-5.11.0" This reverts commit 48b0cf396c18216899ceb94ee57c01685104223d. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/aedcae13 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/aedcae13 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/aedcae13 Branch: refs/heads/trunk Commit: aedcae139bd2d733d34594efe67b5da016ead582 Parents: 89995f4 Author: Hadrian Zbarcea Authored: Mon Jan 5 12:25:58 2015 -0500 Committer: Hadrian Zbarcea Committed: Mon Jan 5 12:25:58 2015 -0500 ---------------------------------------------------------------------- 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 | 4 ++-- activemq-karaf/pom.xml | 2 +- activemq-leveldb-store/pom.xml | 4 ++-- 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 | 4 ++-- 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 | 4 ++-- 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, 46 insertions(+), 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-all/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index a931194..3265af6 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-all http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index c994df9..c7d7c33 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-amqp http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml index e70deb3..6b71950 100644 --- a/activemq-blueprint/pom.xml +++ b/activemq-blueprint/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-blueprint http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-broker/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index 241f725..554d0d5 100755 --- a/activemq-broker/pom.xml +++ b/activemq-broker/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-broker http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml index 8597c3d..3a07a93 100755 --- a/activemq-camel/pom.xml +++ b/activemq-camel/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-camel http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index c391b4e..1cc2da7 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-client http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index f1cd2d2..6265b0f 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-console http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-fileserver/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml index e60af93..78ac08f 100755 --- a/activemq-fileserver/pom.xml +++ b/activemq-fileserver/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-fileserver http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-http/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index e26eda5..530d436 100755 --- a/activemq-http/pom.xml +++ b/activemq-http/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-http http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-itests-spring31/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-itests-spring31/pom.xml b/activemq-itests-spring31/pom.xml index 74c04f4..df24ad9 100755 --- a/activemq-itests-spring31/pom.xml +++ b/activemq-itests-spring31/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-itests-spring31 http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-jaas/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index bd88151..fd7214e 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-jaas http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-jdbc-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml index ed25af0..628addc 100755 --- a/activemq-jdbc-store/pom.xml +++ b/activemq-jdbc-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-jdbc-store http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-jms-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml index 046768e..c448ffa 100755 --- a/activemq-jms-pool/pom.xml +++ b/activemq-jms-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-jms-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-kahadb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index 638f219..0f6309d 100755 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-kahadb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-karaf-itest/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index f56b99c..383959d 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-karaf-itest @@ -257,7 +257,7 @@ - + http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index 358cc1b..d420629 100644 --- a/activemq-karaf/pom.xml +++ b/activemq-karaf/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-karaf http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index eaf8cfc..dbe86e8 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-leveldb-store @@ -467,7 +467,7 @@ true - + http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-log4j-appender/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml index 163f15b..c29a1fb 100755 --- a/activemq-log4j-appender/pom.xml +++ b/activemq-log4j-appender/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-log4j-appender http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index e168ba2..4f45ec2 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-mqtt http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-openwire-generator/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index d9cb9ca..84a548e 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-openwire-generator http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-openwire-legacy/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml index 8d1794d..ce2f2fa 100755 --- a/activemq-openwire-legacy/pom.xml +++ b/activemq-openwire-legacy/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-openwire-legacy http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index afb9b61..c56877a 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-osgi @@ -332,7 +332,7 @@ - + http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-partition/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml index 4a9f78c..c0ec8bc 100644 --- a/activemq-partition/pom.xml +++ b/activemq-partition/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-partition http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index 5a0209a..e9778f9 100755 --- a/activemq-pool/pom.xml +++ b/activemq-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-ra/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 68eff87..2ac32d1 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-ra http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-rar/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index e8a304d..54292cc 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-rar http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-run/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml index 2be6cb9..476d818 100644 --- a/activemq-run/pom.xml +++ b/activemq-run/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-run http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-runtime-config/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml index 4a6efe6..0dbafa2 100755 --- a/activemq-runtime-config/pom.xml +++ b/activemq-runtime-config/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-runtime-config @@ -176,7 +176,7 @@ - + http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml index 3189c98..c7809e0 100644 --- a/activemq-shiro/pom.xml +++ b/activemq-shiro/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-shiro http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-spring/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index a8ceb6e..6efa019 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-spring http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index 9dbb187..0e9c6f7 100755 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-stomp http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/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 54fcf75..f1b3b4f 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.11.0 + 5.11-SNAPSHOT activemq-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/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 8d56dcd..9332b23 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.11.0 + 5.11-SNAPSHOT activemq-memtest-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/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 e1b98f0..bdb7bbb 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.11.0 + 5.11-SNAPSHOT activemq-perf-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-tooling/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index 7b7209f..3592d99 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT org.apache.activemq.tooling http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index 431dc6b..4735144 100755 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-unit-tests http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index e59801b..8865732 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-web-console http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-web-demo/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index 1165154..bbabccb 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-web-demo http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/activemq-web/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 598dd8c..3d8ecbf 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT activemq-web http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index ada02fe..06cf3e4 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT apache-activemq http://git-wip-us.apache.org/repos/asf/activemq/blob/aedcae13/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1b6dd31..085ae8c 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 5.11.0 + 5.11-SNAPSHOT pom ActiveMQ 2005 @@ -268,7 +268,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 - activemq-5.11.0 + HEAD