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 2015/07/07 20:52:40 UTC

svn commit: r1689724 - in /activemq/activemq-dotnet/Apache.NMS.AMQP: branches/1.7.x/ branches/1.7.x/nant.build trunk/nant.build

Author: jgomes
Date: Tue Jul  7 18:52:40 2015
New Revision: 1689724

URL: http://svn.apache.org/r1689724
Log:
Branch NMS.AMQP trunk to 1.7.x, using NMS API 1.7.1. Update trunk to 1.8.0.

Added:
    activemq/activemq-dotnet/Apache.NMS.AMQP/branches/1.7.x/
      - copied from r1689721, activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/
Modified:
    activemq/activemq-dotnet/Apache.NMS.AMQP/branches/1.7.x/nant.build
    activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant.build

Modified: activemq/activemq-dotnet/Apache.NMS.AMQP/branches/1.7.x/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.AMQP/branches/1.7.x/nant.build?rev=1689724&r1=1689721&r2=1689724&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.AMQP/branches/1.7.x/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.AMQP/branches/1.7.x/nant.build Tue Jul  7 18:52:40 2015
@@ -64,7 +64,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.7.0" />
+        <property name="vendor.apache.org.version"   value="1.7.1" />
         <property name="vendor.apache.org.filenames" value="Apache.NMS.dll,Apache.NMS.pdb,Apache.NMS.Test.dll,Apache.NMS.Test.pdb" />
 
         <!-- Property grouping for 'vendor.nunit.org' -->

Modified: activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant.build
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant.build?rev=1689724&r1=1689723&r2=1689724&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.AMQP/trunk/nant.build Tue Jul  7 18:52:40 2015
@@ -22,7 +22,7 @@
     <property name="basedir"                   value="${project::get-base-directory()}" />
     <property name="project.name"              value="Apache.NMS.AMQP" />
     <property name="project.group"             value="org.apache.activemq" />
-    <property name="project.version"           value="1.7.0" unless="${property::exists('project.version')}" />
+    <property name="project.version"           value="1.8.0" 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 AMQP Class Library" />
     <property name="project.description"       value="Apache NMS for AMQP Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for AMQP using Apache QPID and Proton" />
@@ -64,7 +64,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.7.0" />
+        <property name="vendor.apache.org.version"   value="1.8.0" />
         <property name="vendor.apache.org.filenames" value="Apache.NMS.dll,Apache.NMS.pdb,Apache.NMS.Test.dll,Apache.NMS.Test.pdb" />
 
         <!-- Property grouping for 'vendor.nunit.org' -->