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 16:38:10 UTC

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

Author: tabish
Date: Mon May 10 14:38:10 2010
New Revision: 942755

URL: http://svn.apache.org/viewvc?rev=942755&view=rev
Log:
Update maintenance branch version to 1.3.1-SNAPSHOT

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

Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build?rev=942755&r1=942754&r2=942755&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/nant.build Mon May 10 14:38:10 2010
@@ -23,8 +23,8 @@
     <property name="basedir" value="${project::get-base-directory()}" />
     <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.version" value="1.3.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 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.3.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1?rev=942755&r1=942754&r2=942755&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.3.x/package.ps1 Mon May 10 14:38:10 2010
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS"
-$pkgver = "1.3-RC1"
+$pkgver = "1.3.1-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0", "netcf-3.5"