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 08BFB10F3E for ; Mon, 16 Dec 2013 22:12:59 +0000 (UTC) Received: (qmail 22586 invoked by uid 500); 16 Dec 2013 22:12:58 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 22556 invoked by uid 500); 16 Dec 2013 22:12:58 -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 22549 invoked by uid 99); 16 Dec 2013 22:12:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Dec 2013 22:12:58 +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, 16 Dec 2013 22:12:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BC69023888FE; Mon, 16 Dec 2013 22:12:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1551377 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2: ./ nant.build package.ps1 Date: Mon, 16 Dec 2013 22:12:34 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131216221234.BC69023888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Dec 16 22:12:34 2013 New Revision: 1551377 URL: http://svn.apache.org/r1551377 Log: Tag code for a v1.6.2 release. Added: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/ (props changed) - copied from r1551374, activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/ Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/nant.build activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/package.ps1 Propchange: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Mon Dec 16 22:12:34 2013 @@ -0,0 +1,12 @@ +build +obj +*.suo +lib +package +.project +vs2008-activemq-test.pidb +vs2008-activemq.pidb +vs2008-activemq.userprefs +vs2008-activemq.usertasks +C:\NUnitPrimaryTrace.txt +TestResult.xml Propchange: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/ ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Mon Dec 16 22:12:34 2013 @@ -0,0 +1,4 @@ +/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.5.x:1082291,1135831,1137081,1171843,1171874,1177390,1177395,1186568,1187123,1238881,1293360,1294890,1295257,1311395,1312026,1374469,1375295,1376782 +/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.0.0:692591,693525 +/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.1.0:788230,788233,790183 +/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk:1528583-1528606,1529024-1529281,1530315-1530316,1530371-1530698,1530805,1532353-1532521,1536717,1536764,1537089,1537094,1538073-1541943,1541956 Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/nant.build URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/nant.build?rev=1551377&r1=1551374&r2=1551377&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/nant.build (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/nant.build Mon Dec 16 22:12:34 2013 @@ -23,7 +23,7 @@ - + Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/package.ps1 URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/package.ps1?rev=1551377&r1=1551374&r2=1551377&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/package.ps1 (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.2/package.ps1 Mon Dec 16 22:12:34 2013 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.ActiveMQ" -$pkgver = "1.6-SNAPSHOT +$pkgver = "1.6.2 $configurations = "release", "debug" $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0"