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 23F9C194B9 for ; Tue, 26 Apr 2016 13:32:46 +0000 (UTC) Received: (qmail 14000 invoked by uid 500); 26 Apr 2016 13:32:46 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 13971 invoked by uid 500); 26 Apr 2016 13:32:45 -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 13962 invoked by uid 99); 26 Apr 2016 13:32:45 -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; Tue, 26 Apr 2016 13:32:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 89668DFF70; Tue, 26 Apr 2016 13:32:45 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: activemq git commit: [maven-release-plugin] prepare for next development iteration Date: Tue, 26 Apr 2016 13:32:45 +0000 (UTC) Repository: activemq Updated Branches: refs/heads/activemq-5.13.x c49ab9fb5 -> ff2241d79 [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/ff2241d7 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/ff2241d7 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/ff2241d7 Branch: refs/heads/activemq-5.13.x Commit: ff2241d79598bfffb41c3d87d4cd07118bdc4eb2 Parents: c49ab9f Author: Christopher L. Shannon (cshannon) Authored: Tue Apr 26 13:32:03 2016 +0000 Committer: Christopher L. Shannon (cshannon) Committed: Tue Apr 26 13:32:03 2016 +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-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/ff2241d7/activemq-all/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index bc49cc3..a8b0b87 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-all http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index 4466e00..0e41e58 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-amqp http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml index 80f3eb2..8051e75 100644 --- a/activemq-blueprint/pom.xml +++ b/activemq-blueprint/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-blueprint http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-broker/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index c4be814..f322c6c 100755 --- a/activemq-broker/pom.xml +++ b/activemq-broker/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-broker http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml index 3b23064..153bbf6 100755 --- a/activemq-camel/pom.xml +++ b/activemq-camel/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-camel http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 0e8f8da..365957a 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-client http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index bb5d244..5e7efe1 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-console http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-fileserver/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml index aa1652c..8bd23c7 100755 --- a/activemq-fileserver/pom.xml +++ b/activemq-fileserver/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-fileserver http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-http/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index 7206299..c9f08ab 100755 --- a/activemq-http/pom.xml +++ b/activemq-http/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-http http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-itests-spring31/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-itests-spring31/pom.xml b/activemq-itests-spring31/pom.xml index d6a48e0..95448a3 100755 --- a/activemq-itests-spring31/pom.xml +++ b/activemq-itests-spring31/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-itests-spring31 http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-jaas/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index c1df62f..9d612f8 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-jaas http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-jdbc-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml index eec4a52..edd800c 100755 --- a/activemq-jdbc-store/pom.xml +++ b/activemq-jdbc-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-jdbc-store http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-jms-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml index b4a0ebe..2bdf0fb 100755 --- a/activemq-jms-pool/pom.xml +++ b/activemq-jms-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-jms-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-kahadb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index 01e57b3..51adb5d 100755 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-kahadb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-karaf-itest/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index 80c1e17..dab10d9 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-karaf-itest http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index 5514393..90aa1f4 100644 --- a/activemq-karaf/pom.xml +++ b/activemq-karaf/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-karaf http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index fbe2f58..10091f5 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-leveldb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-log4j-appender/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml index 18bf0d7..7914efd 100755 --- a/activemq-log4j-appender/pom.xml +++ b/activemq-log4j-appender/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-log4j-appender http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index 1734d46..1c40608 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-mqtt http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-openwire-generator/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index 3ed2d69..32d6855 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-openwire-generator http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-openwire-legacy/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml index 14c49f9..1f1d526 100755 --- a/activemq-openwire-legacy/pom.xml +++ b/activemq-openwire-legacy/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-openwire-legacy http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 5244eb4..9efc733 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-osgi http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-partition/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml index 81bbc11..6b369d9 100644 --- a/activemq-partition/pom.xml +++ b/activemq-partition/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-partition http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index 9bb8784..8af52f8 100755 --- a/activemq-pool/pom.xml +++ b/activemq-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-ra/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 1853312..5575184 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-ra http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-rar/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index e11eb99..873be0f 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-rar http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-run/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml index 017e501..dc49226 100644 --- a/activemq-run/pom.xml +++ b/activemq-run/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-run http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-runtime-config/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml index 2d965d7..d1f9a39 100755 --- a/activemq-runtime-config/pom.xml +++ b/activemq-runtime-config/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-runtime-config http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml index abc9ae0..9fbebc2 100644 --- a/activemq-shiro/pom.xml +++ b/activemq-shiro/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-shiro http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-spring/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index e48a4d7..618d840 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-spring http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index afd1e79..ca9b0c1 100755 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-stomp http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-tooling/activemq-junit/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tooling/activemq-junit/pom.xml b/activemq-tooling/activemq-junit/pom.xml index 1cfe993..adb36bf 100644 --- a/activemq-tooling/activemq-junit/pom.xml +++ b/activemq-tooling/activemq-junit/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq.tooling activemq-tooling - 5.13.3 + 5.13.4-SNAPSHOT activemq-junit http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/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 d873c32..3b926b3 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.13.3 + 5.13.4-SNAPSHOT activemq-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/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 42671dd..de00527 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.13.3 + 5.13.4-SNAPSHOT activemq-memtest-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/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 ac3c037..0592672 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.13.3 + 5.13.4-SNAPSHOT activemq-perf-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-tooling/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index 1bd03f0..2494916 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT org.apache.activemq.tooling http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index 432cb15..cf214ce 100755 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-unit-tests http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 81fb091..4bddff9 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-web-console http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-web-demo/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index 507143b..0a6bfd8 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-web-demo http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/activemq-web/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 89991bd..d742653 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT activemq-web http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index eabddba..e5d381d 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT apache-activemq http://git-wip-us.apache.org/repos/asf/activemq/blob/ff2241d7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9e772a2..cfad1df 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 5.13.3 + 5.13.4-SNAPSHOT pom ActiveMQ 2005 @@ -269,7 +269,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.13.3 + HEAD