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 2014/09/02 16:18:16 UTC

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

Author: tabish
Date: Tue Sep  2 14:18:16 2014
New Revision: 1622009

URL: http://svn.apache.org/r1622009
Log:
Create new tag for Apache.NMS.ActiveMQ v1.6.4

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

Propchange: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.4/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Sep  2 14:18:16 2014
@@ -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.4/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Tue Sep  2 14:18:16 2014
@@ -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,1550241,1560463,1608885,1611115,1611168,1611182,1617335,1617525,1619590-1619593,1621142,1621318

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.4/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.4/nant.build?rev=1622009&r1=1622003&r2=1622009&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.4/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.4/nant.build Tue Sep  2 14:18:16 2014
@@ -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.4" 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.4/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.4/package.ps1?rev=1622009&r1=1622003&r2=1622009&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.4/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.6.4/package.ps1 Tue Sep  2 14:18:16 2014
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "1.6.4-SNAPSHOT"
+$pkgver = "1.6.4"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0"