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 0B4CB17EC4 for ; Mon, 31 Aug 2015 21:20:45 +0000 (UTC) Received: (qmail 60817 invoked by uid 500); 31 Aug 2015 21:20:45 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 60778 invoked by uid 500); 31 Aug 2015 21:20:44 -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 60769 invoked by uid 99); 31 Aug 2015 21:20:44 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2015 21:20:44 +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 C67CDAC0095 for ; Mon, 31 Aug 2015 21:20:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1700355 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1: nant.build package.ps1 Date: Mon, 31 Aug 2015 21:20:44 -0000 To: commits@activemq.apache.org From: jgomes@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150831212044.C67CDAC0095@hades.apache.org> Author: jgomes Date: Mon Aug 31 21:20:44 2015 New Revision: 1700355 URL: http://svn.apache.org/r1700355 Log: Remove SNAPSHOT, and set to GA. Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/nant.build activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/package.ps1 Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/nant.build?rev=1700355&r1=1700354&r2=1700355&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/nant.build Mon Aug 31 21:20:44 2015 @@ -23,7 +23,7 @@ - + Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/package.ps1?rev=1700355&r1=1700354&r2=1700355&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.7.1/package.ps1 Mon Aug 31 21:20:44 2015 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.ActiveMQ" -$pkgver = "1.7.1-SNAPSHOT" +$pkgver = "1.7.1" $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0"