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/08 23:12:50 UTC

[48/50] [abbrv] activemq-nms-openwire git commit: Bump the branch to 1.7.3-SNAPSHOT

Bump the branch to 1.7.3-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/commit/976c9628
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/tree/976c9628
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/diff/976c9628

Branch: refs/heads/1.7.x
Commit: 976c96289c65d671829a7b21ce159d0340bb6f36
Parents: 27da61a
Author: Timothy A. Bish <ta...@apache.org>
Authored: Fri Apr 1 19:52:47 2016 +0000
Committer: Timothy A. Bish <ta...@apache.org>
Committed: Fri Apr 1 19:52:47 2016 +0000

----------------------------------------------------------------------
 nant.build  | 2 +-
 package.ps1 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/blob/976c9628/nant.build
----------------------------------------------------------------------
diff --git a/nant.build b/nant.build
index 5fe5e4d..cc3e2f6 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.ActiveMQ" />
     <property name="project.group" value="org.apache.activemq" />
-    <property name="project.version" value="1.7.2" unless="${property::exists('project.version')}" />
+    <property name="project.version" value="1.7.3" 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 ActiveMQ Class Library" />
     <property name="project.description" value="Apache NMS for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for ActiveMQ" />

http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/blob/976c9628/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index 631da31..b6db58b 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.ActiveMQ"
-$pkgver = "1.7.2-SNAPSHOT"
+$pkgver = "1.7.3-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0"