Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D5904D893 for ; Mon, 26 Nov 2012 21:07:34 +0000 (UTC) Received: (qmail 60647 invoked by uid 500); 26 Nov 2012 21:07:34 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 60620 invoked by uid 500); 26 Nov 2012 21:07:34 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 60605 invoked by uid 99); 26 Nov 2012 21:07:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 21:07:34 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fil@adobe.com designates 64.18.1.181 as permitted sender) Received: from [64.18.1.181] (HELO exprod6og101.obsmtp.com) (64.18.1.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 21:07:25 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob101.postini.com ([64.18.5.12]) with SMTP ID DSNKULPZ94jQd/yu/iEmZOu8uYKTG9Qq8Mg2@postini.com; Mon, 26 Nov 2012 13:07:04 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qAQL73HP018645 for ; Mon, 26 Nov 2012 13:07:03 -0800 (PST) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id qAQL56Xj027414 for ; Mon, 26 Nov 2012 13:07:01 -0800 (PST) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nahub01.corp.adobe.com ([10.8.189.97]) with mapi; Mon, 26 Nov 2012 13:06:22 -0800 From: Filip Maj To: "dev@cordova.apache.org" Date: Mon, 26 Nov 2012 13:06:20 -0800 Subject: Re: js commit: Updating VERSION file Thread-Topic: js commit: Updating VERSION file Thread-Index: Ac3MGeMRbmEX3iz4SeGFe1Ne5I1xWw== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.5.121010 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Anis can you take a look at my response below? Also, can we make the commits emails reply-to address point to the right mailing list? It bounces currently. It's set to: cordova-dev@cordova.apache.org I think it needs to be dev@cordova.apache.org >Hey Anis can you run "jake" to update the JS repo after changing the >VERSION file? It will also update the various JS-only files that hard-code >the version into them. I think you'll have to retag. See >http://wiki.apache.org/cordova/CuttingReleases (at the bottom). > >Thanks! > >On 11/26/12 11:27 AM, "anis@apache.org" wrote: > >>Updated Branches: >> refs/heads/master 05d4fd037 -> 05bd1a469 >> >> >>Updating VERSION file >> >> >>Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo >>Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/05bd1a46 >>Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/05bd1a46 >>Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/05bd1a46 >> >>Branch: refs/heads/master >>Commit: 05bd1a469fd7964a7eb8363e55a949594afe9353 >>Parents: 05d4fd0 >>Author: Anis Kadri >>Authored: Mon Nov 26 11:26:36 2012 -0800 >>Committer: Anis Kadri >>Committed: Mon Nov 26 11:26:36 2012 -0800 >> >>---------------------------------------------------------------------- >> VERSION | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >>---------------------------------------------------------------------- >> >> >>http://git-wip-us.apache.org/repos/asf/cordova-js/blob/05bd1a46/VERSION >>---------------------------------------------------------------------- >>diff --git a/VERSION b/VERSION >>index ccbccc3..d2a7ed1 100644 >>--- a/VERSION >>+++ b/VERSION >>@@ -1 +1 @@ >>-2.2.0 >>+2.3.0rc1 >> >