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/10 15:45:12 UTC

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

Author: tabish
Date: Mon May 10 13:45:12 2010
New Revision: 942734

URL: http://svn.apache.org/viewvc?rev=942734&view=rev
Log:
Tag the tentative 1.3.0 release of NMS 

Added:
    activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/
      - copied from r942728, activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/
    activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/nant.build
      - copied, changed from r942730, activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build
    activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/package.ps1
      - copied, changed from r942730, activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1

Copied: activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/nant.build (from r942730, activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build)
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/nant.build?p2=activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/nant.build&p1=activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build&r1=942730&r2=942734&rev=942734&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/nant.build Mon May 10 13:45:12 2010
@@ -24,7 +24,7 @@
     <property name="project.name" value="Apache.NMS" />
     <property name="project.group" value="org.apache.activemq" />
     <property name="project.version" value="1.3.0" unless="${property::exists('project.version')}" />
-    <property name="project.release.type" value="RC" 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 Class Library" />
     <property name="project.description" value="Apache NMS (.Net Messaging Library): An abstract interface to Message Oriented Middleware (MOM) providers" />
     <property name="project.cls.compliant" value="true" />

Copied: activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/package.ps1 (from r942730, activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1)
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/package.ps1?p2=activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/package.ps1&p1=activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1&r1=942730&r2=942734&rev=942734&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS/tags/1.3.0/package.ps1 Mon May 10 13:45:12 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS"
-$pkgver = "1.3-RC1"
+$pkgver = "1.3.0"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0", "netcf-3.5"