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 2015/08/31 20:07:01 UTC

svn commit: r1700286 - /activemq/activemq-dotnet/Apache.NMS/branches/1.7.x/nant.build

Author: tabish
Date: Mon Aug 31 18:07:01 2015
New Revision: 1700286

URL: http://svn.apache.org/r1700286
Log:
Update version to 1.7.2-SNAPSHOT

Modified:
    activemq/activemq-dotnet/Apache.NMS/branches/1.7.x/nant.build

Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.7.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.7.x/nant.build?rev=1700286&r1=1700285&r2=1700286&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.7.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.7.x/nant.build Mon Aug 31 18:07:01 2015
@@ -23,7 +23,7 @@
     <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.7.1" unless="${property::exists('project.version')}" />
+    <property name="project.version" value="1.7.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 Class Library" />
     <property name="project.description" value="Apache NMS (.Net Messaging Library): An abstract interface to Message Oriented Middleware (MOM) providers" />