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 17:01:08 UTC

[23/46] activemq-nms-api git commit: Set the release status to GA so a release build can be made.

Set the release status to GA so a release build can be made.


Project: http://git-wip-us.apache.org/repos/asf/activemq-nms-api/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-api/commit/1cc10669
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-api/tree/1cc10669
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-api/diff/1cc10669

Branch: refs/heads/1.4.x
Commit: 1cc10669d737cb5857a2074acc44f5c3980fc73f
Parents: 21e5523
Author: Timothy A. Bish <ta...@apache.org>
Authored: Tue Sep 7 12:49:02 2010 +0000
Committer: Timothy A. Bish <ta...@apache.org>
Committed: Tue Sep 7 12:49:02 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-api/blob/1cc10669/nant.build
----------------------------------------------------------------------
diff --git a/nant.build b/nant.build
index ed05ceb..3396f06 100644
--- a/nant.build
+++ b/nant.build
@@ -24,7 +24,7 @@
     <property name="project.name" value="Apache.NMS" />
     <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 Class Library" />
     <property name="project.description" value="Apache NMS (.Net Messaging Library): An abstract interface to Message Oriented Middleware (MOM) providers" />
     <property name="project.cls.compliant" value="true" />

http://git-wip-us.apache.org/repos/asf/activemq-nms-api/blob/1cc10669/package.ps1
----------------------------------------------------------------------
diff --git a/package.ps1 b/package.ps1
index 65e16d5..c397e00 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS"
-$pkgver = "1.4-SNAPSHOT"
+$pkgver = "1.4.0"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0", "netcf-3.5"