Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 71701 invoked from network); 4 Jan 2010 21:00:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2010 21:00:42 -0000 Received: (qmail 17811 invoked by uid 500); 4 Jan 2010 21:00:42 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 17753 invoked by uid 500); 4 Jan 2010 21:00:42 -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 17744 invoked by uid 99); 4 Jan 2010 21:00:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 21:00:42 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 21:00:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 85F512388A19; Mon, 4 Jan 2010 21:00:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r895779 - in /activemq/activemq-dotnet: Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1 Apache.NMS/tags/1.2.0-RC2/package.ps1 Date: Mon, 04 Jan 2010 21:00:17 -0000 To: commits@activemq.apache.org From: jgomes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100104210017.85F512388A19@eris.apache.org> Author: jgomes Date: Mon Jan 4 21:00:16 2010 New Revision: 895779 URL: http://svn.apache.org/viewvc?rev=895779&view=rev Log: Set RC2 on package.ps1. Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1 activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1 Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1?rev=895779&r1=895778&r2=895779&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.2.0-RC2/package.ps1 Mon Jan 4 21:00:16 2010 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.ActiveMQ" -$pkgver = "1.2.0" +$pkgver = "1.2.0-RC2" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5" Modified: activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1?rev=895779&r1=895778&r2=895779&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS/tags/1.2.0-RC2/package.ps1 Mon Jan 4 21:00:16 2010 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS" -$pkgver = "1.2.0" +$pkgver = "1.2.0-RC2" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"