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:29:32 UTC

[08/50] [abbrv] activemq-nms-stomp git commit: Update to reflect 1.4.0 release.

Update to reflect 1.4.0 release.


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/88513eb1
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/tree/88513eb1
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-stomp/diff/88513eb1

Branch: refs/heads/1.4.x
Commit: 88513eb17e487bdce8d4bd61b76832a10dcf08ca
Parents: 0b497f1
Author: Timothy A. Bish <ta...@apache.org>
Authored: Tue Sep 7 14:29:05 2010 +0000
Committer: Timothy A. Bish <ta...@apache.org>
Committed: Tue Sep 7 14:29:05 2010 +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/88513eb1/nant.build
----------------------------------------------------------------------
diff --git a/nant.build b/nant.build
index 20f9cd7..5a731ad 100644
--- a/nant.build
+++ b/nant.build
@@ -23,7 +23,7 @@
     <property name="project.name" value="Apache.NMS.Stomp" />
     <property name="project.group" value="org.apache.activemq" />
     <property name="project.version" value="1.4.0" unless="${property::exists('project.version')}" />
-    <property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
+    <property name="project.release.type" value="GA" 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/88513eb1/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index addc13d..b0d38d6 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS.Stomp"
-$pkgver = "1.4.0-SNAPSHOT"
+$pkgver = "1.4.0"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0"