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 2011/01/27 00:14:41 UTC

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

Author: tabish
Date: Wed Jan 26 23:14:41 2011
New Revision: 1063915

URL: http://svn.apache.org/viewvc?rev=1063915&view=rev
Log:
Move versioning forward to 1.5.2-SNAPSHOT

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

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build?rev=1063915&r1=1063914&r2=1063915&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/nant.build Wed Jan 26 23:14:41 2011
@@ -22,7 +22,7 @@
     <property name="basedir" value="${project::get-base-directory()}" />
     <property name="project.name" value="Apache.NMS.Stomp" />
     <property name="project.group" value="org.apache.activemq" />
-    <property name="project.version" value="1.5.1" unless="${property::exists('project.version')}" />
+    <property name="project.version" value="1.5.2" 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 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" />
@@ -46,7 +46,7 @@
         <!-- Property grouping for 'vendor.apache.org' -->
         <property name="vendor.apache.org.name" value="Apache.NMS" />
         <property name="vendor.apache.org.group" value="org.apache.activemq" />
-        <property name="vendor.apache.org.version" value="1.5.1" />
+        <property name="vendor.apache.org.version" value="1.5.0" />
         <if test="${current.build.framework == 'mono-2.0'}">
             <property name="vendor.apache.org.filenames" value="Apache.NMS.dll,Apache.NMS.dll.mdb,Apache.NMS.Test.dll,Apache.NMS.Test.dll.mdb" />
         </if>

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1?rev=1063915&r1=1063914&r2=1063915&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/package.ps1 Wed Jan 26 23:14:41 2011
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.5.1-SNAPSHOT"
+$pkgver = "1.5.2-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"