You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2013/05/31 23:59:45 UTC

svn commit: r1488408 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0: ./ nant.build package.ps1

Author: tabish
Date: Fri May 31 21:59:44 2013
New Revision: 1488408

URL: http://svn.apache.org/r1488408
Log:
tag the baseline for a 1.6.0 release push

Added:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/   (props changed)
      - copied from r1488406, activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/
Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/nant.build
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/package.ps1

Propchange: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri May 31 21:59:44 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.0/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri May 31 21:59:44 2013
@@ -0,0 +1,3 @@
+/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

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/nant.build?rev=1488408&r1=1488406&r2=1488408&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/nant.build Fri May 31 21:59:44 2013
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
@@ -23,7 +23,7 @@
     <property name="project.name" value="Apache.NMS.ActiveMQ" />
     <property name="project.group" value="org.apache.activemq" />
     <property name="project.version" value="1.6.0" unless="${property::exists('project.version')}" />
-    <property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
+    <property name="project.release.type" value="GA" unless="${property::exists('project.release.type')}" />
     <property name="project.short_description" value="Apache NMS for ActiveMQ Class Library" />
     <property name="project.description" value="Apache NMS for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for ActiveMQ" />
 

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/package.ps1?rev=1488408&r1=1488406&r2=1488408&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.0/package.ps1 Fri May 31 21:59:44 2013
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "1.6-SNAPSHOT"
+$pkgver = "1.6.0"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0"