Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 66E4FD4ED for ; Mon, 27 Aug 2012 12:57:31 +0000 (UTC) Received: (qmail 10016 invoked by uid 500); 27 Aug 2012 12:57:31 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 9984 invoked by uid 500); 27 Aug 2012 12:57:31 -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 9976 invoked by uid 99); 27 Aug 2012 12:57:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2012 12:57:31 +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; Mon, 27 Aug 2012 12:57:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0C81F238890D for ; Mon, 27 Aug 2012 12:56:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1377662 - in /activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x: nant.build package.ps1 Date: Mon, 27 Aug 2012 12:56:44 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120827125645.0C81F238890D@eris.apache.org> Author: tabish Date: Mon Aug 27 12:56:44 2012 New Revision: 1377662 URL: http://svn.apache.org/viewvc?rev=1377662&view=rev Log: Bump to v1.5.4 SNAPSHOT Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1 Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build?rev=1377662&r1=1377661&r2=1377662&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build Mon Aug 27 12:56:44 2012 @@ -22,7 +22,7 @@ - + Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1?rev=1377662&r1=1377661&r2=1377662&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1 Mon Aug 27 12:56:44 2012 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.Stomp" -$pkgver = "1.5.3-SNAPSHOT" +$pkgver = "1.5.4-SNAPSHOT" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"