Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B58A5200C53 for ; Tue, 11 Apr 2017 17:32:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B40BF160B9B; Tue, 11 Apr 2017 15:32:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5F25C160B89 for ; Tue, 11 Apr 2017 17:32:53 +0200 (CEST) Received: (qmail 80478 invoked by uid 500); 11 Apr 2017 15:32:52 -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 80469 invoked by uid 99); 11 Apr 2017 15:32:52 -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, 11 Apr 2017 15:32:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 73D6FE00B4; Tue, 11 Apr 2017 15:32:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dejanb@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, 11 Apr 2017 15:32:52 +0000 (UTC) archived-at: Tue, 11 Apr 2017 15:32:54 -0000 Repository: activemq Updated Branches: refs/heads/activemq-5.14.x 19adb5d84 -> b345535b7 [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/b345535b Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/b345535b Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/b345535b Branch: refs/heads/activemq-5.14.x Commit: b345535b7e22518204b704bbcf38792bded3384d Parents: 19adb5d Author: Dejan Bosanac Authored: Tue Apr 11 17:32:46 2017 +0200 Committer: Dejan Bosanac Committed: Tue Apr 11 17:32:46 2017 +0200 ---------------------------------------------------------------------- activemq-all/pom.xml | 2 +- activemq-amqp/pom.xml | 2 +- activemq-blueprint/pom.xml | 2 +- activemq-broker/pom.xml | 2 +- activemq-camel/pom.xml | 2 +- activemq-cf/pom.xml | 2 +- activemq-client/pom.xml | 2 +- activemq-console/pom.xml | 2 +- activemq-http/pom.xml | 2 +- activemq-itests-spring31/pom.xml | 2 +- activemq-jaas/pom.xml | 2 +- activemq-jdbc-store/pom.xml | 2 +- activemq-jms-pool/pom.xml | 2 +- activemq-kahadb-store/pom.xml | 2 +- activemq-karaf-itest/pom.xml | 2 +- activemq-karaf/pom.xml | 2 +- activemq-leveldb-store/pom.xml | 2 +- activemq-log4j-appender/pom.xml | 2 +- activemq-mqtt/pom.xml | 2 +- activemq-openwire-generator/pom.xml | 2 +- activemq-openwire-legacy/pom.xml | 2 +- activemq-osgi/pom.xml | 2 +- activemq-partition/pom.xml | 2 +- activemq-pool/pom.xml | 2 +- activemq-ra/pom.xml | 2 +- activemq-rar/pom.xml | 2 +- activemq-run/pom.xml | 2 +- activemq-runtime-config/pom.xml | 2 +- activemq-shiro/pom.xml | 2 +- activemq-spring/pom.xml | 2 +- activemq-stomp/pom.xml | 2 +- activemq-tooling/activemq-junit/pom.xml | 2 +- activemq-tooling/activemq-maven-plugin/pom.xml | 2 +- activemq-tooling/activemq-memtest-maven-plugin/pom.xml | 2 +- activemq-tooling/activemq-perf-maven-plugin/pom.xml | 2 +- activemq-tooling/pom.xml | 2 +- activemq-unit-tests/pom.xml | 2 +- activemq-web-console/pom.xml | 2 +- activemq-web-demo/pom.xml | 2 +- activemq-web/pom.xml | 2 +- assembly/pom.xml | 2 +- pom.xml | 4 ++-- 42 files changed, 43 insertions(+), 43 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-all/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index a10935d..6a1f412 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-all http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index 97acc0f..e273b95 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-amqp http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml index 0d26607..c4d99b6 100644 --- a/activemq-blueprint/pom.xml +++ b/activemq-blueprint/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-blueprint http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-broker/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index 5452946..a9372ad 100755 --- a/activemq-broker/pom.xml +++ b/activemq-broker/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-broker http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml index e6e433d..8ae36ee 100755 --- a/activemq-camel/pom.xml +++ b/activemq-camel/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-camel http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-cf/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-cf/pom.xml b/activemq-cf/pom.xml index 787501c..4781a49 100644 --- a/activemq-cf/pom.xml +++ b/activemq-cf/pom.xml @@ -24,7 +24,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-cf http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 57823bf..1df48a8 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-client http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index c4d899b..64b846c 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-console http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-http/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index 11fe4fb..8d3bd2d 100755 --- a/activemq-http/pom.xml +++ b/activemq-http/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-http http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-itests-spring31/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-itests-spring31/pom.xml b/activemq-itests-spring31/pom.xml index 0d71d20..ff629f4 100755 --- a/activemq-itests-spring31/pom.xml +++ b/activemq-itests-spring31/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-itests-spring31 http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-jaas/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index 77f7340..956d838 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-jaas http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-jdbc-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml index ec46e18..ec16a98 100755 --- a/activemq-jdbc-store/pom.xml +++ b/activemq-jdbc-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-jdbc-store http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-jms-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml index 25cfed8..51841e6 100755 --- a/activemq-jms-pool/pom.xml +++ b/activemq-jms-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-jms-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-kahadb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index 9092fc3..ee6e492 100755 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-kahadb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-karaf-itest/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index ed186c3..ceab79a 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-karaf-itest http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index ef69be0..27d741b 100644 --- a/activemq-karaf/pom.xml +++ b/activemq-karaf/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-karaf http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index e9c1443..61f3e46 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-leveldb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-log4j-appender/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml index f5092d1..4397a56 100755 --- a/activemq-log4j-appender/pom.xml +++ b/activemq-log4j-appender/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-log4j-appender http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index d437a84..f374289 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-mqtt http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-openwire-generator/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index b8ab754..4a44ed2 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-openwire-generator http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-openwire-legacy/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml index 2b4106f..8fdea8b 100755 --- a/activemq-openwire-legacy/pom.xml +++ b/activemq-openwire-legacy/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-openwire-legacy http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 96a96f7..4718d0b 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-osgi http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-partition/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml index f81eeac..2987d63 100644 --- a/activemq-partition/pom.xml +++ b/activemq-partition/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-partition http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index c6515bd..3dea3c5 100755 --- a/activemq-pool/pom.xml +++ b/activemq-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-ra/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index a1b5e35..fc748d1 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-ra http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-rar/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index 7b98227..acbe051 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-rar http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-run/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml index 513def8..4573173 100644 --- a/activemq-run/pom.xml +++ b/activemq-run/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-run http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-runtime-config/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml index f066081..d3e65b3 100755 --- a/activemq-runtime-config/pom.xml +++ b/activemq-runtime-config/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-runtime-config http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml index 3483a0f..cd21b6c 100644 --- a/activemq-shiro/pom.xml +++ b/activemq-shiro/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-shiro http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-spring/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index 9ccb5e4..316d4b9 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-spring http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index c1ba153..d0ca73d 100755 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-stomp http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-tooling/activemq-junit/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tooling/activemq-junit/pom.xml b/activemq-tooling/activemq-junit/pom.xml index a31b761..c8eecfe 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.14.5 + 5.14.6-SNAPSHOT activemq-junit http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/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 d266b70..d5607b1 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.14.5 + 5.14.6-SNAPSHOT activemq-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/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 37c0d11..8992d47 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.14.5 + 5.14.6-SNAPSHOT activemq-memtest-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/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 e65802d..681da83 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.14.5 + 5.14.6-SNAPSHOT activemq-perf-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-tooling/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index d5c570f..7cb47a5 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT org.apache.activemq.tooling http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index b7c28c5..2a10edc 100755 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-unit-tests http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 7cf001f..0057870 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-web-console http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-web-demo/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index f83aca4..2012986 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-web-demo http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/activemq-web/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 54d333f..57be475 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT activemq-web http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 82c12a4..2ade859 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT apache-activemq http://git-wip-us.apache.org/repos/asf/activemq/blob/b345535b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5dcb7e6..4ff0d2f 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 5.14.5 + 5.14.6-SNAPSHOT pom ActiveMQ 2005 @@ -271,7 +271,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.14.5 + activemq-5.14.0