Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2F489200C53 for ; Mon, 6 Mar 2017 18:00:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2E406160B87; Mon, 6 Mar 2017 17:00:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BDB13160B95 for ; Mon, 6 Mar 2017 18:00:48 +0100 (CET) Received: (qmail 56955 invoked by uid 500); 6 Mar 2017 17:00:47 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 55745 invoked by uid 99); 6 Mar 2017 17:00:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Mar 2017 17:00:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 29AB8E008F; Mon, 6 Mar 2017 17:00:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tabish@apache.org To: commits@activemq.apache.org Date: Mon, 06 Mar 2017 17:01:08 -0000 Message-Id: <5a59d595521240799a0bc6f2274313cc@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/46] activemq-nms-api git commit: Set the release status to GA so a release build can be made. archived-at: Mon, 06 Mar 2017 17:00:50 -0000 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 Authored: Tue Sep 7 12:49:02 2010 +0000 Committer: Timothy A. Bish 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 @@ - + 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"