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/12/16 23:12:34 UTC

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

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 @@
     <property name="project.name" value="Apache.NMS.ActiveMQ" />
     <property name="project.group" value="org.apache.activemq" />
     <property name="project.version" value="1.6.2" 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.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"