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 868F110FA9 for ; Wed, 14 Jan 2015 16:53:12 +0000 (UTC) Received: (qmail 81489 invoked by uid 500); 14 Jan 2015 16:53:14 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 81453 invoked by uid 500); 14 Jan 2015 16:53:14 -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 81403 invoked by uid 99); 14 Jan 2015 16:53:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jan 2015 16:53:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CF689A4204A; Wed, 14 Jan 2015 16:53:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: artnaseef@apache.org To: commits@activemq.apache.org Message-Id: <2adb9df8658e4b8098d78bead494a91c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: activemq git commit: [maven-release-plugin] prepare release activemq-5.10.1 Date: Wed, 14 Jan 2015 16:53:13 +0000 (UTC) Repository: activemq Updated Branches: refs/heads/activemq-5.10.x 734f697b0 -> 8938d14d4 [maven-release-plugin] prepare release activemq-5.10.1 Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/8938d14d Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/8938d14d Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/8938d14d Branch: refs/heads/activemq-5.10.x Commit: 8938d14d434447193b02ba635606aa0fb7a80353 Parents: 734f697 Author: artnaseef Authored: Wed Jan 14 09:53:10 2015 -0700 Committer: artnaseef Committed: Wed Jan 14 09:53:10 2015 -0700 ---------------------------------------------------------------------- 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/8938d14d/activemq-all/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index 4b7f998..dab5d95 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -14,7 +14,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-all http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index 26f4d62..a70a624 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-amqp http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml index 2e11630..8935425 100644 --- a/activemq-blueprint/pom.xml +++ b/activemq-blueprint/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-blueprint http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-broker/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index bf38cb8..05ef399 100755 --- a/activemq-broker/pom.xml +++ b/activemq-broker/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-broker http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml index 1be8c36..79dd12f 100755 --- a/activemq-camel/pom.xml +++ b/activemq-camel/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-camel http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 429ea3a..a6527c1 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-client http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index a53e5fc..fbf4ff4 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-console http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-fileserver/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml index a3cbbe5..4240c28 100755 --- a/activemq-fileserver/pom.xml +++ b/activemq-fileserver/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-fileserver http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-http/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index 1c2bf2f..9427544 100755 --- a/activemq-http/pom.xml +++ b/activemq-http/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-http http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-itests-spring31/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-itests-spring31/pom.xml b/activemq-itests-spring31/pom.xml index 5c927ef..05ac7e4 100755 --- a/activemq-itests-spring31/pom.xml +++ b/activemq-itests-spring31/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-itests-spring31 http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-jaas/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index 4424471..8f37eeb 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-jaas http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-jdbc-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml index f6de2e3..03c82e5 100755 --- a/activemq-jdbc-store/pom.xml +++ b/activemq-jdbc-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-jdbc-store http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-jms-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml index 7551786..880dbac 100755 --- a/activemq-jms-pool/pom.xml +++ b/activemq-jms-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-jms-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-kahadb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index b8944f6..3d154db 100755 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-kahadb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-karaf-itest/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index bde45d4..1f4665e 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-karaf-itest http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index e63bd96..66c8cc2 100644 --- a/activemq-karaf/pom.xml +++ b/activemq-karaf/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-karaf http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index 3a31d56..deab5ba 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-leveldb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-log4j-appender/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml index 964fa7b..26f4357 100755 --- a/activemq-log4j-appender/pom.xml +++ b/activemq-log4j-appender/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-log4j-appender http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index 45df0db..640e73c 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-mqtt http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-openwire-generator/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index 4e0abc3..e2cc51b 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-openwire-generator http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-openwire-legacy/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml index 24f01e6..0df3c92 100755 --- a/activemq-openwire-legacy/pom.xml +++ b/activemq-openwire-legacy/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-openwire-legacy http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index b7c6318..a64929f 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-osgi http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-partition/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml index 603a865..192cc46 100644 --- a/activemq-partition/pom.xml +++ b/activemq-partition/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-partition http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index 388823d..b539465 100755 --- a/activemq-pool/pom.xml +++ b/activemq-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-ra/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 62bc85e..d804048 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-ra http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-rar/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index 9a28559..37f8f81 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-rar http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-run/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml index cc477fe..e1c51fa 100644 --- a/activemq-run/pom.xml +++ b/activemq-run/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-run http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-runtime-config/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml index 3d958d2..95dee27 100755 --- a/activemq-runtime-config/pom.xml +++ b/activemq-runtime-config/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-runtime-config http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml index c27f574..3688fe5 100644 --- a/activemq-shiro/pom.xml +++ b/activemq-shiro/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-shiro http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-spring/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index 8c779b3..b59423a 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-spring http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index 3d3a86a..696785d 100755 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-stomp http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/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 444a4ae..21ae643 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.10.1-SNAPSHOT + 5.10.1 activemq-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/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 2bb2e14..fd6e8a6 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.10.1-SNAPSHOT + 5.10.1 activemq-memtest-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/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 726e1b9..9fa9b29 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.10.1-SNAPSHOT + 5.10.1 activemq-perf-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-tooling/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index 00fa137..3a64a8d 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 org.apache.activemq.tooling http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index b4eb36b..94f5950 100755 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-unit-tests http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index 7aa9c80..9ebe25a 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-web-console http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-web-demo/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index 9c6b6e9..2633b84 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-web-demo http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/activemq-web/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index b797b82..37a9918 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 activemq-web http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 6a889d6..769b861 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 apache-activemq http://git-wip-us.apache.org/repos/asf/activemq/blob/8938d14d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bc7023d..d404e24 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 5.10.1-SNAPSHOT + 5.10.1 pom ActiveMQ 2005 @@ -267,7 +267,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.10.1