You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2010/09/21 23:29:35 UTC

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

Author: jgomes
Date: Tue Sep 21 21:29:35 2010
New Revision: 999652

URL: http://svn.apache.org/viewvc?rev=999652&view=rev
Log:
Recreated 1.4.x branch from 1.4.0 tag.

Added:
    activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/
      - copied from r999650, activemq/activemq-dotnet/Apache.NMS.MSMQ/tags/1.4.0/
Modified:
    activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build
    activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/package.ps1

Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build?rev=999652&r1=999650&r2=999652&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/branches/1.4.x/nant.build Tue Sep 21 21:29:35 2010
@@ -22,8 +22,8 @@
     <property name="basedir" value="${project::get-base-directory()}" />
     <property name="project.name" value="Apache.NMS.MSMQ" />
     <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="GA" unless="${property::exists('project.release.type')}" />
+    <property name="project.version" value="1.4.1" unless="${property::exists('project.version')}" />
+    <property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
     <property name="project.short_description" value="Apache NMS for MSMQ Class Library" />
     <property name="project.description" value="Apache NMS for MSMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for MSMQ" />
 

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