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 0AABD1786F for ; Mon, 2 Feb 2015 15:12:43 +0000 (UTC) Received: (qmail 73555 invoked by uid 500); 2 Feb 2015 15:12:43 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 73508 invoked by uid 500); 2 Feb 2015 15:12:43 -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 73498 invoked by uid 99); 2 Feb 2015 15:12:43 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2015 15:12:43 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id A9681AC0043; Mon, 2 Feb 2015 15:12:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1656483 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x: nant.build package.ps1 Date: Mon, 02 Feb 2015 15:12:43 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150202151243.A9681AC0043@hades.apache.org> Author: tabish Date: Mon Feb 2 15:12:43 2015 New Revision: 1656483 URL: http://svn.apache.org/r1656483 Log: Move branch to v1.6.6 SNAPSHOT Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/nant.build activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/package.ps1 Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/nant.build?rev=1656483&r1=1656482&r2=1656483&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/nant.build Mon Feb 2 15:12:43 2015 @@ -22,7 +22,7 @@ - + Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/package.ps1?rev=1656483&r1=1656482&r2=1656483&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/package.ps1 Mon Feb 2 15:12:43 2015 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.ActiveMQ" -$pkgver = "1.6.5-SNAPSHOT" +$pkgver = "1.6.6-SNAPSHOT" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0"