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/09/07 14:49:02 UTC

svn commit: r993336 - in /activemq/activemq-dotnet/Apache.NMS/branches/1.4.x: nant.build package.ps1

Author: tabish
Date: Tue Sep  7 12:49:02 2010
New Revision: 993336

URL: http://svn.apache.org/viewvc?rev=993336&view=rev
Log:
Set the release status to GA so a release build can be made.

Modified:
    activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build
    activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/package.ps1

Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build?rev=993336&r1=993335&r2=993336&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/nant.build Tue Sep  7 12:49:02 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.4.0" 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 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" />

Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/package.ps1?rev=993336&r1=993335&r2=993336&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.4.x/package.ps1 Tue Sep  7 12:49:02 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS"
-$pkgver = "1.4-SNAPSHOT"
+$pkgver = "1.4.0"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0", "netcf-3.5"