Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 61011 invoked from network); 10 May 2010 14:39:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 May 2010 14:39:10 -0000 Received: (qmail 9976 invoked by uid 500); 10 May 2010 14:39:10 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 9919 invoked by uid 500); 10 May 2010 14:39:09 -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 9911 invoked by uid 99); 10 May 2010 14:39:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 May 2010 14:39:09 +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, 10 May 2010 14:39:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8A77123888FE; Mon, 10 May 2010 14:38:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r942755 - in /activemq/activemq-dotnet/Apache.NMS/branches/1.3.x: nant.build package.ps1 Date: Mon, 10 May 2010 14:38:10 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100510143810.8A77123888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon May 10 14:38:10 2010 New Revision: 942755 URL: http://svn.apache.org/viewvc?rev=942755&view=rev Log: Update maintenance branch version to 1.3.1-SNAPSHOT Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build?rev=942755&r1=942754&r2=942755&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build Mon May 10 14:38:10 2010 @@ -23,8 +23,8 @@ - - + + Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1?rev=942755&r1=942754&r2=942755&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 Mon May 10 14:38:10 2010 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS" -$pkgver = "1.3-RC1" +$pkgver = "1.3.1-SNAPSHOT" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0", "netcf-3.5"