Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 91268 invoked from network); 7 Sep 2010 14:27:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Sep 2010 14:27:38 -0000 Received: (qmail 19385 invoked by uid 500); 7 Sep 2010 14:27:38 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 19093 invoked by uid 500); 7 Sep 2010 14:27:35 -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 19086 invoked by uid 99); 7 Sep 2010 14:27:35 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 14:27:35 +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; Tue, 07 Sep 2010 14:27:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 85859238897A; Tue, 7 Sep 2010 14:26:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r993379 - in /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk: nant.build package.ps1 Date: Tue, 07 Sep 2010 14:26:56 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100907142656.85859238897A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Tue Sep 7 14:26:56 2010 New Revision: 993379 URL: http://svn.apache.org/viewvc?rev=993379&view=rev Log: Move versioning to 1.5.0 SNAPSHOT Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1 Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build?rev=993379&r1=993378&r2=993379&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/nant.build Tue Sep 7 14:26:56 2010 @@ -22,7 +22,7 @@ - + @@ -46,7 +46,7 @@ - + Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1?rev=993379&r1=993378&r2=993379&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/package.ps1 Tue Sep 7 14:26:56 2010 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.Stomp" -$pkgver = "1.4.0-SNAPSHOT" +$pkgver = "1.5.0-SNAPSHOT" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"