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 0853B1854B for ; Fri, 1 Apr 2016 19:52:51 +0000 (UTC) Received: (qmail 85696 invoked by uid 500); 1 Apr 2016 19:52:51 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 85655 invoked by uid 500); 1 Apr 2016 19:52:50 -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 85646 invoked by uid 99); 1 Apr 2016 19:52:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Apr 2016 19:52:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 68B4E1A14F2 for ; Fri, 1 Apr 2016 19:52:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Tow05Z3-UTgM for ; Fri, 1 Apr 2016 19:52:49 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id C8F225FB2E for ; Fri, 1 Apr 2016 19:52:48 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A7143E0095 for ; Fri, 1 Apr 2016 19:52:47 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id AC8B03A0230 for ; Fri, 1 Apr 2016 19:52:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1737426 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x: nant.build package.ps1 Date: Fri, 01 Apr 2016 19:52:47 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160401195247.AC8B03A0230@svn01-us-west.apache.org> Author: tabish Date: Fri Apr 1 19:52:47 2016 New Revision: 1737426 URL: http://svn.apache.org/viewvc?rev=1737426&view=rev Log: Bump the branch to 1.7.3-SNAPSHOT Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/nant.build activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/package.ps1 Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/nant.build?rev=1737426&r1=1737425&r2=1737426&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/nant.build Fri Apr 1 19:52:47 2016 @@ -22,7 +22,7 @@ - + Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/package.ps1?rev=1737426&r1=1737425&r2=1737426&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.7.x/package.ps1 Fri Apr 1 19:52:47 2016 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.ActiveMQ" -$pkgver = "1.7.2-SNAPSHOT" +$pkgver = "1.7.3-SNAPSHOT" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0"