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 CE17611D9D for ; Thu, 5 Jun 2014 09:59:24 +0000 (UTC) Received: (qmail 77031 invoked by uid 500); 5 Jun 2014 09:59:24 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 76986 invoked by uid 500); 5 Jun 2014 09:59:24 -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 76979 invoked by uid 99); 5 Jun 2014 09:59:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2014 09:59:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 20E8294AA21; Thu, 5 Jun 2014 09:59:24 +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: git commit: [maven-release-plugin] prepare release activemq-5.10.0 Date: Thu, 5 Jun 2014 09:59:24 +0000 (UTC) Repository: activemq Updated Branches: refs/heads/trunk 25600944e -> 58dd93e42 [maven-release-plugin] prepare release activemq-5.10.0 Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/58dd93e4 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/58dd93e4 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/58dd93e4 Branch: refs/heads/trunk Commit: 58dd93e42e7405768fd89154ff94b45ac71f151f Parents: 2560094 Author: Dejan Bosanac Authored: Thu Jun 5 11:59:17 2014 +0200 Committer: Dejan Bosanac Committed: Thu Jun 5 11:59:17 2014 +0200 ---------------------------------------------------------------------- activemq-all/pom.xml | 8 +++----- 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, 44 insertions(+), 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-all/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml index 34f67c3..eba000d 100644 --- a/activemq-all/pom.xml +++ b/activemq-all/pom.xml @@ -7,15 +7,14 @@ software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-all @@ -126,8 +125,7 @@ .java - + Apache ActiveMQ http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-amqp/pom.xml b/activemq-amqp/pom.xml index 9028ab5..01d76da 100644 --- a/activemq-amqp/pom.xml +++ b/activemq-amqp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-amqp http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-blueprint/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-blueprint/pom.xml b/activemq-blueprint/pom.xml index 6b71950..2a5340a 100644 --- a/activemq-blueprint/pom.xml +++ b/activemq-blueprint/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-blueprint http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-broker/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml index 554d0d5..b9b6a78 100755 --- a/activemq-broker/pom.xml +++ b/activemq-broker/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-broker http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-camel/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml index 5f90187..7e2f481 100755 --- a/activemq-camel/pom.xml +++ b/activemq-camel/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-camel http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 708def5..887cd24 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-client http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 8fff679..3f07a80 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-console http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-fileserver/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-fileserver/pom.xml b/activemq-fileserver/pom.xml index 78ac08f..4e215d6 100755 --- a/activemq-fileserver/pom.xml +++ b/activemq-fileserver/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-fileserver http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-http/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-http/pom.xml b/activemq-http/pom.xml index 530d436..84e5964 100755 --- a/activemq-http/pom.xml +++ b/activemq-http/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-http http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-itests-spring31/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-itests-spring31/pom.xml b/activemq-itests-spring31/pom.xml index df24ad9..ea291bf 100755 --- a/activemq-itests-spring31/pom.xml +++ b/activemq-itests-spring31/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-itests-spring31 http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-jaas/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml index fd7214e..83bbc65 100644 --- a/activemq-jaas/pom.xml +++ b/activemq-jaas/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-jaas http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-jdbc-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jdbc-store/pom.xml b/activemq-jdbc-store/pom.xml index 628addc..a7b3a59 100755 --- a/activemq-jdbc-store/pom.xml +++ b/activemq-jdbc-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-jdbc-store http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-jms-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml index 94ca075..9a52a76 100755 --- a/activemq-jms-pool/pom.xml +++ b/activemq-jms-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-jms-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-kahadb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index bfa7493..6dd7e26 100755 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-kahadb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-karaf-itest/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index ef361da..cee82ca 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-karaf-itest http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf/pom.xml b/activemq-karaf/pom.xml index d420629..71eb0ef 100644 --- a/activemq-karaf/pom.xml +++ b/activemq-karaf/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-karaf http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index 5807ed5..501d196 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-leveldb-store http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-log4j-appender/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-log4j-appender/pom.xml b/activemq-log4j-appender/pom.xml index c29a1fb..9cf5c55 100755 --- a/activemq-log4j-appender/pom.xml +++ b/activemq-log4j-appender/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-log4j-appender http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml index 9a3523a..ac72453 100755 --- a/activemq-mqtt/pom.xml +++ b/activemq-mqtt/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-mqtt http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-openwire-generator/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-generator/pom.xml b/activemq-openwire-generator/pom.xml index 84a548e..c3a0db7 100644 --- a/activemq-openwire-generator/pom.xml +++ b/activemq-openwire-generator/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-openwire-generator http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-openwire-legacy/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-openwire-legacy/pom.xml b/activemq-openwire-legacy/pom.xml index ce2f2fa..3efa053 100755 --- a/activemq-openwire-legacy/pom.xml +++ b/activemq-openwire-legacy/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-openwire-legacy http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 356e2f9..397d713 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-osgi http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-partition/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-partition/pom.xml b/activemq-partition/pom.xml index 8a88fda..4c31057 100644 --- a/activemq-partition/pom.xml +++ b/activemq-partition/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-partition http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-pool/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml index e9778f9..75b5e28 100755 --- a/activemq-pool/pom.xml +++ b/activemq-pool/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-pool http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-ra/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-ra/pom.xml b/activemq-ra/pom.xml index 2ac32d1..f1b3eb4 100755 --- a/activemq-ra/pom.xml +++ b/activemq-ra/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-ra http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-rar/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml index ec6fc4f..e747b2e 100644 --- a/activemq-rar/pom.xml +++ b/activemq-rar/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-rar http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-run/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-run/pom.xml b/activemq-run/pom.xml index 476d818..ada0633 100644 --- a/activemq-run/pom.xml +++ b/activemq-run/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-run http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-runtime-config/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml index 6c1fab4..ff303bd 100755 --- a/activemq-runtime-config/pom.xml +++ b/activemq-runtime-config/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-runtime-config http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-shiro/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-shiro/pom.xml b/activemq-shiro/pom.xml index c7809e0..cc1fbeb 100644 --- a/activemq-shiro/pom.xml +++ b/activemq-shiro/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-shiro http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-spring/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml index 38eadd5..9da824b 100755 --- a/activemq-spring/pom.xml +++ b/activemq-spring/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-spring http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-stomp/pom.xml b/activemq-stomp/pom.xml index 8765735..ffdf15b 100755 --- a/activemq-stomp/pom.xml +++ b/activemq-stomp/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-stomp http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/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 f1a8a53..bfac960 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-SNAPSHOT + 5.10.0 activemq-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/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 9332b23..a22db61 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-SNAPSHOT + 5.10.0 activemq-memtest-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/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 d6a8bcf..11887cb 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-SNAPSHOT + 5.10.0 activemq-perf-maven-plugin http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-tooling/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-tooling/pom.xml b/activemq-tooling/pom.xml index 3592d99..96ed480 100644 --- a/activemq-tooling/pom.xml +++ b/activemq-tooling/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 org.apache.activemq.tooling http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml index f4eb9a1..f725e4e 100755 --- a/activemq-unit-tests/pom.xml +++ b/activemq-unit-tests/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-unit-tests http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index c3ed2b0..bcbd50d 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-web-console http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-web-demo/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml index bbabccb..aedf0a5 100755 --- a/activemq-web-demo/pom.xml +++ b/activemq-web-demo/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-web-demo http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/activemq-web/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web/pom.xml b/activemq-web/pom.xml index 3d8ecbf..758070e 100755 --- a/activemq-web/pom.xml +++ b/activemq-web/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 activemq-web http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 4700be0..e04f5b5 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 apache-activemq http://git-wip-us.apache.org/repos/asf/activemq/blob/58dd93e4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d7a36b3..1ff14ee 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 5.11-SNAPSHOT + 5.10.0 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.0