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 2011/01/27 00:13:38 UTC

svn commit: r1063914 - in /activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1: ./ nant.build package.ps1

Author: tabish
Date: Wed Jan 26 23:13:38 2011
New Revision: 1063914

URL: http://svn.apache.org/viewvc?rev=1063914&view=rev
Log:
Tag a Stomp client v1.5.1 release.

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

Propchange: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan 26 23:13:38 2011
@@ -0,0 +1,11 @@
+*.suo
+.project
+.settings
+build
+lib
+obj
+package
+vs2008-stomp-test.pidb
+vs2008-stomp.pidb
+vs2008-stomp.userprefs
+TestResult.xml

Propchange: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Jan 26 23:13:38 2011
@@ -0,0 +1 @@
+/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk:1062960,1063057-1063852

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/nant.build?rev=1063914&r1=1063913&r2=1063914&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/nant.build Wed Jan 26 23:13:38 2011
@@ -23,7 +23,7 @@
     <property name="project.name" value="Apache.NMS.Stomp" />
     <property name="project.group" value="org.apache.activemq" />
     <property name="project.version" value="1.5.1" 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 Stomp Class Library" />
     <property name="project.description" value="Apache NMS for Stomp Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for Stomp" />
 
@@ -46,7 +46,7 @@
         <!-- Property grouping for 'vendor.apache.org' -->
         <property name="vendor.apache.org.name" value="Apache.NMS" />
         <property name="vendor.apache.org.group" value="org.apache.activemq" />
-        <property name="vendor.apache.org.version" value="1.5.1" />
+        <property name="vendor.apache.org.version" value="1.5.0" />
         <if test="${current.build.framework == 'mono-2.0'}">
             <property name="vendor.apache.org.filenames" value="Apache.NMS.dll,Apache.NMS.dll.mdb,Apache.NMS.Test.dll,Apache.NMS.Test.dll.mdb" />
         </if>

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/package.ps1?rev=1063914&r1=1063913&r2=1063914&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.5.1/package.ps1 Wed Jan 26 23:13:38 2011
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.5.1-SNAPSHOT"
+$pkgver = "1.5.1"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"