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 23:30:06 UTC

[42/50] [abbrv] activemq-nms-stomp git commit: bump versions to 1.5.5-SNAPSHOT

bump versions to 1.5.5-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/commit/77473f8e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/tree/77473f8e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/diff/77473f8e

Branch: refs/heads/1.5.x
Commit: 77473f8ec391a9f61e93969276958c251c3d4404
Parents: 5a67518
Author: Timothy A. Bish <ta...@apache.org>
Authored: Mon Oct 21 15:07:35 2013 +0000
Committer: Timothy A. Bish <ta...@apache.org>
Committed: Mon Oct 21 15:07:35 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/blob/77473f8e/nant.build
----------------------------------------------------------------------
diff --git a/nant.build b/nant.build
index 176493b..ab0da78 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.Stomp" />
     <property name="project.group" value="org.apache.activemq" />
-    <property name="project.version" value="1.5.4" unless="${property::exists('project.version')}" />
+    <property name="project.version" value="1.5.5" 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" />

http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/blob/77473f8e/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index 9904fd5..8fc7ba1 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.5.4-SNAPSHOT"
+$pkgver = "1.5.5-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0"