Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 31339 invoked from network); 1 Apr 2011 15:34:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2011 15:34:03 -0000 Received: (qmail 38402 invoked by uid 500); 1 Apr 2011 15:34:03 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 38337 invoked by uid 500); 1 Apr 2011 15:34:03 -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 38330 invoked by uid 99); 1 Apr 2011 15:34:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2011 15:34:03 +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; Fri, 01 Apr 2011 15:33:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 288102388A93; Fri, 1 Apr 2011 15:33:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1087764 - in /activemq/activemq-apollo/trunk: ./ apollo-bdb/ apollo-broker/ apollo-cli/ apollo-distro/ apollo-dto/ apollo-jdbm2/ apollo-karaf-feature/ apollo-scala/ apollo-selector/ apollo-stomp/ apollo-tcp/ apollo-transport/ apollo-util/ ... Date: Fri, 01 Apr 2011 15:33:36 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110401153337.288102388A93@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Fri Apr 1 15:33:36 2011 New Revision: 1087764 URL: http://svn.apache.org/viewvc?rev=1087764&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: activemq/activemq-apollo/trunk/apollo-bdb/pom.xml activemq/activemq-apollo/trunk/apollo-broker/pom.xml activemq/activemq-apollo/trunk/apollo-cli/pom.xml activemq/activemq-apollo/trunk/apollo-distro/pom.xml activemq/activemq-apollo/trunk/apollo-dto/pom.xml activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml activemq/activemq-apollo/trunk/apollo-scala/pom.xml activemq/activemq-apollo/trunk/apollo-selector/pom.xml activemq/activemq-apollo/trunk/apollo-stomp/pom.xml activemq/activemq-apollo/trunk/apollo-tcp/pom.xml activemq/activemq-apollo/trunk/apollo-transport/pom.xml activemq/activemq-apollo/trunk/apollo-util/pom.xml activemq/activemq-apollo/trunk/apollo-web/pom.xml activemq/activemq-apollo/trunk/apollo-website/pom.xml activemq/activemq-apollo/trunk/pom.xml Modified: activemq/activemq-apollo/trunk/apollo-bdb/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-bdb/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-bdb/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-bdb/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 1.0-beta1 + 1.0-SNAPSHOT ../apollo-scala org.apache.activemq apollo-bdb - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} @@ -41,7 +41,7 @@ org.apache.activemq apollo-broker - 1.0-beta1 + 1.0-SNAPSHOT @@ -55,7 +55,7 @@ org.apache.activemq apollo-web - 1.0-beta1 + 1.0-SNAPSHOT jar slim true @@ -92,14 +92,14 @@ org.apache.activemq apollo-broker - 1.0-beta1 + 1.0-SNAPSHOT test-jar test org.apache.activemq apollo-util - 1.0-beta1 + 1.0-SNAPSHOT test-jar test Modified: activemq/activemq-apollo/trunk/apollo-broker/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-broker/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-broker/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 1.0-beta1 + 1.0-SNAPSHOT ../apollo-scala org.apache.activemq apollo-broker - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} @@ -42,17 +42,17 @@ org.apache.activemq apollo-dto - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-transport - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-selector - 1.0-beta1 + 1.0-SNAPSHOT @@ -125,14 +125,14 @@ org.apache.activemq apollo-util - 1.0-beta1 + 1.0-SNAPSHOT test-jar test org.apache.activemq apollo-transport - 1.0-beta1 + 1.0-SNAPSHOT test-jar test Modified: activemq/activemq-apollo/trunk/apollo-cli/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-cli/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-cli/pom.xml Fri Apr 1 15:33:36 2011 @@ -20,13 +20,13 @@ org.apache.activemq apollo-scala - 1.0-beta1 + 1.0-SNAPSHOT ../apollo-scala org.apache.activemq apollo-cli - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} @@ -55,7 +55,7 @@ org.apache.activemq apollo-broker - 1.0-beta1 + 1.0-SNAPSHOT true @@ -108,26 +108,26 @@ org.apache.activemq apollo-stomp - 1.0-beta1 + 1.0-SNAPSHOT test org.apache.activemq apollo-bdb - 1.0-beta1 + 1.0-SNAPSHOT test org.apache.activemq apollo-jdbm2 - 1.0-beta1 + 1.0-SNAPSHOT test org.apache.activemq apollo-web - 1.0-beta1 + 1.0-SNAPSHOT jar slim test Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Fri Apr 1 15:33:36 2011 @@ -21,7 +21,7 @@ org.apache.activemq apollo-project - 1.0-beta1 + 1.0-SNAPSHOT apache-apollo @@ -33,39 +33,39 @@ org.apache.activemq apollo-cli - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-bdb - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-jdbm2 - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-tcp - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-stomp - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-web - 1.0-beta1 + 1.0-SNAPSHOT war slim org.apache.activemq apollo-web - 1.0-beta1 + 1.0-SNAPSHOT jar slim @@ -73,7 +73,7 @@ org.apache.activemq apollo-web - 1.0-beta1 + 1.0-SNAPSHOT pom Modified: activemq/activemq-apollo/trunk/apollo-dto/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-dto/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,12 +22,12 @@ org.apache.activemq apollo-project - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-dto - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} @@ -57,7 +57,7 @@ org.apache.activemq apollo-util - 1.0-beta1 + 1.0-SNAPSHOT Modified: activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-jdbm2/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 1.0-beta1 + 1.0-SNAPSHOT ../apollo-scala org.apache.activemq apollo-jdbm2 - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} @@ -40,7 +40,7 @@ org.apache.activemq apollo-broker - 1.0-beta1 + 1.0-SNAPSHOT @@ -53,7 +53,7 @@ org.apache.activemq apollo-web - 1.0-beta1 + 1.0-SNAPSHOT jar slim true @@ -92,14 +92,14 @@ org.apache.activemq apollo-broker - 1.0-beta1 + 1.0-SNAPSHOT test-jar test org.apache.activemq apollo-util - 1.0-beta1 + 1.0-SNAPSHOT test-jar test Modified: activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-karaf-feature/pom.xml Fri Apr 1 15:33:36 2011 @@ -20,12 +20,12 @@ org.apache.activemq apollo-project - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-karaf-feature - 1.0-beta1 + 1.0-SNAPSHOT pom ${project.artifactId} Modified: activemq/activemq-apollo/trunk/apollo-scala/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-scala/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-scala/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-scala/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,12 +22,12 @@ org.apache.activemq apollo-project - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-scala - 1.0-beta1 + 1.0-SNAPSHOT pom ${project.artifactId} Modified: activemq/activemq-apollo/trunk/apollo-selector/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-selector/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-selector/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-selector/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,12 +22,12 @@ org.apache.activemq apollo-project - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-selector - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} @@ -41,7 +41,7 @@ org.apache.activemq apollo-util - 1.0-beta1 + 1.0-SNAPSHOT Modified: activemq/activemq-apollo/trunk/apollo-stomp/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-stomp/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-stomp/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 1.0-beta1 + 1.0-SNAPSHOT ../apollo-scala org.apache.activemq apollo-stomp - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} @@ -40,12 +40,12 @@ org.apache.activemq apollo-broker - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-tcp - 1.0-beta1 + 1.0-SNAPSHOT @@ -73,14 +73,14 @@ org.apache.activemq apollo-broker - 1.0-beta1 + 1.0-SNAPSHOT test-jar test org.apache.activemq apollo-util - 1.0-beta1 + 1.0-SNAPSHOT test-jar test @@ -88,7 +88,7 @@ org.apache.activemq apollo-bdb - 1.0-beta1 + 1.0-SNAPSHOT test @@ -102,7 +102,7 @@ org.apache.activemq apollo-web - 1.0-beta1 + 1.0-SNAPSHOT jar slim test Modified: activemq/activemq-apollo/trunk/apollo-tcp/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-tcp/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-tcp/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-tcp/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,12 +22,12 @@ org.apache.activemq apollo-project - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-tcp - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} @@ -39,7 +39,7 @@ org.apache.activemq apollo-transport - 1.0-beta1 + 1.0-SNAPSHOT Modified: activemq/activemq-apollo/trunk/apollo-transport/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-transport/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-transport/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-transport/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,12 +22,12 @@ org.apache.activemq apollo-project - 1.0-beta1 + 1.0-SNAPSHOT org.apache.activemq apollo-transport - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} @@ -46,7 +46,7 @@ org.apache.activemq apollo-util - 1.0-beta1 + 1.0-SNAPSHOT Modified: activemq/activemq-apollo/trunk/apollo-util/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-util/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-util/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-util/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 1.0-beta1 + 1.0-SNAPSHOT ../apollo-scala org.apache.activemq apollo-util - 1.0-beta1 + 1.0-SNAPSHOT bundle ${project.artifactId} Modified: activemq/activemq-apollo/trunk/apollo-web/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-web/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-web/pom.xml Fri Apr 1 15:33:36 2011 @@ -21,14 +21,14 @@ org.apache.activemq apollo-scala - 1.0-beta1 + 1.0-SNAPSHOT ../apollo-scala org.apache.activemq apollo-web war - 1.0-beta1 + 1.0-SNAPSHOT ${project.artifactId} @@ -45,7 +45,7 @@ org.apache.activemq apollo-broker - 1.0-beta1 + 1.0-SNAPSHOT @@ -116,7 +116,7 @@ org.apache.activemq apollo-util - 1.0-beta1 + 1.0-SNAPSHOT test-jar test Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Fri Apr 1 15:33:36 2011 @@ -22,7 +22,7 @@ org.apache.activemq apollo-scala - 1.0-beta1 + 1.0-SNAPSHOT ../apollo-scala Modified: activemq/activemq-apollo/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1087764&r1=1087763&r2=1087764&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/pom.xml (original) +++ activemq/activemq-apollo/trunk/pom.xml Fri Apr 1 15:33:36 2011 @@ -25,7 +25,7 @@ org.apache.activemq apollo-project - 1.0-beta1 + 1.0-SNAPSHOT pom Apache ActiveMQ Apollo Project @@ -173,9 +173,9 @@ - scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.0-beta1 - scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/tags/apollo-project-1.0-beta1 - http://svn.apache.org/viewvc/activemq/activemq-apollo/tags/apollo-project-1.0-beta1 + scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/trunk + scm:svn:https://svn.apache.org/repos/asf/activemq/activemq-apollo/trunk + http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/