Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 22432 invoked from network); 14 Apr 2008 15:42:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 15:42:02 -0000 Received: (qmail 26522 invoked by uid 500); 14 Apr 2008 15:42:02 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 26500 invoked by uid 500); 14 Apr 2008 15:42:02 -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 26491 invoked by uid 99); 14 Apr 2008 15:42:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 08:42:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 15:41:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8B3081A9838; Mon, 14 Apr 2008 08:41:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r647857 - in /activemq/trunk: activemq-book/pom.xml activemq-core/pom.xml pom.xml Date: Mon, 14 Apr 2008 15:41:39 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080414154140.8B3081A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Mon Apr 14 08:41:37 2008 New Revision: 647857 URL: http://svn.apache.org/viewvc?rev=647857&view=rev Log: reanmed the version pom variable to activemq-version Modified: activemq/trunk/activemq-book/pom.xml activemq/trunk/activemq-core/pom.xml activemq/trunk/pom.xml Modified: activemq/trunk/activemq-book/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-book/pom.xml?rev=647857&r1=647856&r2=647857&view=diff ============================================================================== --- activemq/trunk/activemq-book/pom.xml (original) +++ activemq/trunk/activemq-book/pom.xml Mon Apr 14 08:41:37 2008 @@ -82,7 +82,7 @@ version - ${version} + ${activemq-version} Modified: activemq/trunk/activemq-core/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=647857&r1=647856&r2=647857&view=diff ============================================================================== --- activemq/trunk/activemq-core/pom.xml (original) +++ activemq/trunk/activemq-core/pom.xml Mon Apr 14 08:41:37 2008 @@ -591,7 +591,7 @@ org.apache.activemq activemq-openwire-generator - ${version} + ${activemq-version} true @@ -636,4 +636,4 @@ - \ No newline at end of file + Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=647857&r1=647856&r2=647857&view=diff ============================================================================== --- activemq/trunk/pom.xml (original) +++ activemq/trunk/pom.xml Mon Apr 14 08:41:37 2008 @@ -30,12 +30,11 @@ ActiveMQ - activemq-${version} + activemq-${activemq-version} Apache ActiveMQ scp://people.apache.org/x1/www/activemq.apache.org - - ${pom.version} + 5.2-SNAPSHOT 2.5.1 1.3 0.1.0 @@ -128,7 +127,7 @@ activemq-website - ${staging.siteURL}/${siteId}/maven/${version} + ${staging.siteURL}/${siteId}/maven/${activemq-version} @@ -170,97 +169,97 @@ org.apache.activemq activemq-all - ${version} + ${activemq-version} org.apache.activemq activemq-core - ${version} + ${activemq-version} org.apache.activemq activemq-core - ${version} + ${activemq-version} test-jar org.apache.activemq activemq-jaas - ${version} + ${activemq-version} org.apache.activemq activemq-jpa-store - ${version} + ${activemq-version} org.apache.activemq activemq-jmdns_1.0 - ${version} + ${activemq-version} org.apache.activemq activemq-web - ${version} + ${activemq-version} org.apache.activemq activemq-xmpp - ${version} + ${activemq-version} org.apache.activemq activemq-web-demo - ${version} + ${activemq-version} war org.apache.activemq activemq-web-console - ${version} + ${activemq-version} war org.apache.activemq activemq-gbean-management - ${version} + ${activemq-version} org.apache.activemq activemq-console - ${version} + ${activemq-version} org.apache.activemq activemq-fileserver - ${version} + ${activemq-version} war org.apache.activemq activemq-optional - ${version} + ${activemq-version} org.apache.activemq activemq-ra - ${version} + ${activemq-version} org.apache.activemq activemq-rar - ${version} + ${activemq-version} rar org.apache.activemq activemq-run - ${version} + ${activemq-version} org.apache.activemq activemq-web - ${version} + ${activemq-version} war @@ -277,7 +276,7 @@ org.apache.activemq activemq-openwire-generator - ${version} + ${activemq-version}