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 16:29:05 UTC

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

Author: tabish
Date: Tue Sep  7 14:29:05 2010
New Revision: 993380

URL: http://svn.apache.org/viewvc?rev=993380&view=rev
Log:
Update to reflect 1.4.0 release.

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

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.4.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.4.x/nant.build?rev=993380&r1=993379&r2=993380&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.4.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.4.x/nant.build Tue Sep  7 14:29:05 2010
@@ -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.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 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" />
 

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