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 6DD809102 for ; Tue, 2 Oct 2012 15:37:48 +0000 (UTC) Received: (qmail 64534 invoked by uid 500); 2 Oct 2012 15:37:48 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 64503 invoked by uid 500); 2 Oct 2012 15:37:48 -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 64491 invoked by uid 99); 2 Oct 2012 15:37:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 15:37:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 15:37:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2F0DE2388900 for ; Tue, 2 Oct 2012 15:37:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1392977 - in /activemq/trunk: ./ activemq-all/ activemq-blueprint/ activemq-camel/ activemq-console/ activemq-core/ activemq-fileserver/ activemq-jaas/ activemq-karaf/ activemq-leveldb/ activemq-openwire-generator/ activemq-optional/ activ... Date: Tue, 02 Oct 2012 15:37:01 -0000 To: commits@activemq.apache.org From: dejanb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121002153703.2F0DE2388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dejanb Date: Tue Oct 2 15:37:00 2012 New Revision: 1392977 URL: http://svn.apache.org/viewvc?rev=1392977&view=rev Log: [maven-release-plugin] prepare release activemq-5.7.0 Modified: activemq/trunk/activemq-all/pom.xml activemq/trunk/activemq-blueprint/pom.xml activemq/trunk/activemq-camel/pom.xml activemq/trunk/activemq-console/pom.xml activemq/trunk/activemq-core/pom.xml activemq/trunk/activemq-fileserver/pom.xml activemq/trunk/activemq-jaas/pom.xml activemq/trunk/activemq-karaf/pom.xml activemq/trunk/activemq-leveldb/pom.xml activemq/trunk/activemq-openwire-generator/pom.xml activemq/trunk/activemq-optional/pom.xml activemq/trunk/activemq-pool/pom.xml activemq/trunk/activemq-ra/pom.xml activemq/trunk/activemq-rar/pom.xml activemq/trunk/activemq-run/pom.xml activemq/trunk/activemq-spring/pom.xml activemq/trunk/activemq-tooling/maven-activemq-memtest-plugin/pom.xml activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml activemq/trunk/activemq-tooling/pom.xml activemq/trunk/activemq-web-console/pom.xml activemq/trunk/activemq-web-demo/pom.xml activemq/trunk/activemq-web/pom.xml activemq/trunk/activemq-xmpp/pom.xml activemq/trunk/assembly/pom.xml activemq/trunk/kahadb/pom.xml activemq/trunk/pom.xml activemq/trunk/tests/activemq-itest-spring31/pom.xml activemq/trunk/tests/pom.xml Modified: activemq/trunk/activemq-all/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-all/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-all/pom.xml (original) +++ activemq/trunk/activemq-all/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-all Modified: activemq/trunk/activemq-blueprint/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-blueprint/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-blueprint/pom.xml (original) +++ activemq/trunk/activemq-blueprint/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-blueprint Modified: activemq/trunk/activemq-camel/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-camel/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-camel/pom.xml (original) +++ activemq/trunk/activemq-camel/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-camel Modified: activemq/trunk/activemq-console/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-console/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-console/pom.xml (original) +++ activemq/trunk/activemq-console/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-console Modified: activemq/trunk/activemq-core/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-core/pom.xml (original) +++ activemq/trunk/activemq-core/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-core Modified: activemq/trunk/activemq-fileserver/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-fileserver/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-fileserver/pom.xml (original) +++ activemq/trunk/activemq-fileserver/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-fileserver Modified: activemq/trunk/activemq-jaas/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-jaas/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-jaas/pom.xml (original) +++ activemq/trunk/activemq-jaas/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-jaas Modified: activemq/trunk/activemq-karaf/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-karaf/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-karaf/pom.xml (original) +++ activemq/trunk/activemq-karaf/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-karaf Modified: activemq/trunk/activemq-leveldb/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-leveldb/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-leveldb/pom.xml (original) +++ activemq/trunk/activemq-leveldb/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-leveldb Modified: activemq/trunk/activemq-openwire-generator/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-generator/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-openwire-generator/pom.xml (original) +++ activemq/trunk/activemq-openwire-generator/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 ../pom.xml Modified: activemq/trunk/activemq-optional/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-optional/pom.xml (original) +++ activemq/trunk/activemq-optional/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-optional Modified: activemq/trunk/activemq-pool/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-pool/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-pool/pom.xml (original) +++ activemq/trunk/activemq-pool/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-pool Modified: activemq/trunk/activemq-ra/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-ra/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-ra/pom.xml (original) +++ activemq/trunk/activemq-ra/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-ra Modified: activemq/trunk/activemq-rar/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-rar/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-rar/pom.xml (original) +++ activemq/trunk/activemq-rar/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-rar Modified: activemq/trunk/activemq-run/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-run/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-run/pom.xml (original) +++ activemq/trunk/activemq-run/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-run Modified: activemq/trunk/activemq-spring/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-spring/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-spring/pom.xml (original) +++ activemq/trunk/activemq-spring/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-spring Modified: activemq/trunk/activemq-tooling/maven-activemq-memtest-plugin/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-tooling/maven-activemq-memtest-plugin/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-tooling/maven-activemq-memtest-plugin/pom.xml (original) +++ activemq/trunk/activemq-tooling/maven-activemq-memtest-plugin/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq.tooling activemq-tooling - 5.7-SNAPSHOT + 5.7.0 maven-activemq-memtest-plugin Modified: activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml (original) +++ activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml Tue Oct 2 15:37:00 2012 @@ -21,7 +21,7 @@ org.apache.activemq.tooling activemq-tooling - 5.7-SNAPSHOT + 5.7.0 maven-activemq-perf-plugin Modified: activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml (original) +++ activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml Tue Oct 2 15:37:00 2012 @@ -21,7 +21,7 @@ org.apache.activemq.tooling activemq-tooling - 5.7-SNAPSHOT + 5.7.0 maven-activemq-plugin Modified: activemq/trunk/activemq-tooling/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-tooling/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-tooling/pom.xml (original) +++ activemq/trunk/activemq-tooling/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 org.apache.activemq.tooling Modified: activemq/trunk/activemq-web-console/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-web-console/pom.xml (original) +++ activemq/trunk/activemq-web-console/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-web-console Modified: activemq/trunk/activemq-web-demo/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-demo/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-web-demo/pom.xml (original) +++ activemq/trunk/activemq-web-demo/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-web-demo Modified: activemq/trunk/activemq-web/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-web/pom.xml (original) +++ activemq/trunk/activemq-web/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-web Modified: activemq/trunk/activemq-xmpp/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-xmpp/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/activemq-xmpp/pom.xml (original) +++ activemq/trunk/activemq-xmpp/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 activemq-xmpp Modified: activemq/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/assembly/pom.xml (original) +++ activemq/trunk/assembly/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 apache-activemq Modified: activemq/trunk/kahadb/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/kahadb/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/kahadb/pom.xml (original) +++ activemq/trunk/kahadb/pom.xml Tue Oct 2 15:37:00 2012 @@ -20,7 +20,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 4.0.0 Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/pom.xml (original) +++ activemq/trunk/pom.xml Tue Oct 2 15:37:00 2012 @@ -25,7 +25,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 pom ActiveMQ 2005 @@ -223,9 +223,9 @@ - scm:svn:https://svn.apache.org/repos/asf/activemq/trunk - scm:svn:https://svn.apache.org/repos/asf/activemq/trunk - http://svn.apache.org/viewvc/activemq/trunk/ + scm:svn:https://svn.apache.org/repos/asf/activemq/tags/activemq-5.7.0 + scm:svn:https://svn.apache.org/repos/asf/activemq/tags/activemq-5.7.0 + http://svn.apache.org/viewvc/activemq/tags/activemq-5.7.0 Modified: activemq/trunk/tests/activemq-itest-spring31/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/tests/activemq-itest-spring31/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/tests/activemq-itest-spring31/pom.xml (original) +++ activemq/trunk/tests/activemq-itest-spring31/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq tests - 5.7-SNAPSHOT + 5.7.0 activemq-itest-spring31 Modified: activemq/trunk/tests/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/tests/pom.xml?rev=1392977&r1=1392976&r2=1392977&view=diff ============================================================================== --- activemq/trunk/tests/pom.xml (original) +++ activemq/trunk/tests/pom.xml Tue Oct 2 15:37:00 2012 @@ -22,7 +22,7 @@ org.apache.activemq activemq-parent - 5.7-SNAPSHOT + 5.7.0 tests