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 2012/04/30 16:02:17 UTC

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

Author: tabish
Date: Mon Apr 30 14:02:17 2012
New Revision: 1332211

URL: http://svn.apache.org/viewvc?rev=1332211&view=rev
Log:
Tag next v1.5.5 release of NMS.ActiveMQ

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

Propchange: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.5.5/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Apr 30 14:02:17 2012
@@ -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.5.5/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Mon Apr 30 14:02:17 2012
@@ -0,0 +1,3 @@
+/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:1144402-1144406,1195539

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.5.5/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.5.5/nant.build?rev=1332211&r1=1332208&r2=1332211&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.5.5/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.5.5/nant.build Mon Apr 30 14:02:17 2012
@@ -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.5.5" 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.5.5/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.5.5/package.ps1?rev=1332211&r1=1332208&r2=1332211&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.5.5/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/tags/1.5.5/package.ps1 Mon Apr 30 14:02:17 2012
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "1.5-SNAPSHOT"
+$pkgver = "1.5.5"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0"