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 2017/03/06 16:02:19 UTC

[2/2] activemq-nms-amqp git commit: Branch NMS.AMQP trunk to 1.7.x, using NMS API 1.7.1. Update trunk to 1.8.0.

Branch NMS.AMQP trunk to 1.7.x, using NMS API 1.7.1. Update trunk to 1.8.0.


Project: http://git-wip-us.apache.org/repos/asf/activemq-nms-amqp/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-amqp/commit/792757a2
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-amqp/tree/792757a2
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-amqp/diff/792757a2

Branch: refs/heads/master
Commit: 792757a2876dea245374c3a40905918896f4c4fe
Parents: 9e88ba3
Author: Jim Gomes <jg...@apache.org>
Authored: Tue Jul 7 18:52:40 2015 +0000
Committer: Jim Gomes <jg...@apache.org>
Committed: Tue Jul 7 18:52:40 2015 +0000

----------------------------------------------------------------------
 nant.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-nms-amqp/blob/792757a2/nant.build
----------------------------------------------------------------------
diff --git a/nant.build b/nant.build
index 6f68909..5698ffb 100644
--- a/nant.build
+++ b/nant.build
@@ -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' -->