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:00:55 UTC

[10/46] activemq-nms-api git commit: Commit build file with official release version info.

Commit build file with official release version info.


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

Branch: refs/heads/1.2.x
Commit: 84ebe8c3cabafb7ef7e1b7b5d93717dbd1d870f1
Parents: 03dc12a
Author: Timothy A. Bish <ta...@apache.org>
Authored: Thu Jan 7 20:20:57 2010 +0000
Committer: Timothy A. Bish <ta...@apache.org>
Committed: Thu Jan 7 20:20:57 2010 +0000

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


http://git-wip-us.apache.org/repos/asf/activemq-nms-api/blob/84ebe8c3/nant.build
----------------------------------------------------------------------
diff --git a/nant.build b/nant.build
index 90cf0a2..5a1fbcd 100644
--- a/nant.build
+++ b/nant.build
@@ -23,8 +23,8 @@
     <property name="basedir" value="${project::get-base-directory()}" />
     <property name="project.name" value="Apache.NMS" />
     <property name="project.group" value="org.apache.activemq" />
-    <property name="project.version" value="1.2.1" unless="${property::exists('project.version')}" />
-    <property name="project.release.type" value="RC" unless="${property::exists('project.release.type')}" />
+    <property name="project.version" value="1.2.0" unless="${property::exists('project.version')}" />
+    <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" />