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 2010/05/24 23:17:09 UTC

svn commit: r947815 - in /activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1: ./ nant.build package.ps1

Author: tabish
Date: Mon May 24 21:17:07 2010
New Revision: 947815

URL: http://svn.apache.org/viewvc?rev=947815&view=rev
Log:
Tag the code used for the RC1 bundle.

Added:
    activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/
      - copied from r947813, activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.3.x/
    activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/nant.build
      - copied, changed from r947814, activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.3.x/nant.build
    activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/package.ps1
      - copied, changed from r947814, activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.3.x/package.ps1

Copied: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/nant.build (from r947814, activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.3.x/nant.build)
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/nant.build?p2=activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/nant.build&p1=activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.3.x/nant.build&r1=947814&r2=947815&rev=947815&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.3.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/nant.build Mon May 24 21:17:07 2010
@@ -22,8 +22,8 @@
     <property name="basedir" value="${project::get-base-directory()}" />
     <property name="project.name" value="Apache.NMS.Stomp" />
     <property name="project.group" value="org.apache.activemq" />
-    <property name="project.version" value="1.3.x" unless="${property::exists('project.version')}" />
-    <property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
+    <property name="project.version" value="1.3.0" unless="${property::exists('project.version')}" />
+    <property name="project.release.type" value="RC1" 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" />
 

Copied: activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/package.ps1 (from r947814, activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.3.x/package.ps1)
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/package.ps1?p2=activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/package.ps1&p1=activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.3.x/package.ps1&r1=947814&r2=947815&rev=947815&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.3.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/tags/1.3.0-RC1/package.ps1 Mon May 24 21:17:07 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.3.x-SNAPSHOT"
+$pkgver = "1.3.0-RC1"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"