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 3BA99200B7C for ; Thu, 8 Sep 2016 11:05:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3A28F160AA5; Thu, 8 Sep 2016 09:05:23 +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 83B2C160AD0 for ; Thu, 8 Sep 2016 11:05:22 +0200 (CEST) Received: (qmail 51723 invoked by uid 500); 8 Sep 2016 09:05:21 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 51714 invoked by uid 99); 8 Sep 2016 09:05:21 -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; Thu, 08 Sep 2016 09:05:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8AB60DFC7E; Thu, 8 Sep 2016 09:05:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sgrebnov@apache.org To: commits@cordova.apache.org Message-Id: <67f933ea42494364a5f7d0f2caa3d5a8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-statusbar git commit: CB-11795 Add 'protective' entry to cordovaDependencies Date: Thu, 8 Sep 2016 09:05:21 +0000 (UTC) archived-at: Thu, 08 Sep 2016 09:05:23 -0000 Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master 1d1ac928a -> dbc7b2968 CB-11795 Add 'protective' entry to cordovaDependencies The entry is required to protect end-users from fetching edge versions of the plugin by incompatible version of cordova. This also assumes that we will not introduce any regressions in compatibility w/ cordova in minor and patch releases. On every major release we will need to add similar entry with _next_ major version. This closes #63 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/dbc7b296 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/dbc7b296 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/dbc7b296 Branch: refs/heads/master Commit: dbc7b29680518a897a0813f87c50da2f9b10cd41 Parents: 1d1ac92 Author: Vladimir Kotikov Authored: Wed Aug 31 17:43:02 2016 +0300 Committer: sgrebnov Committed: Thu Sep 8 12:03:01 2016 +0300 ---------------------------------------------------------------------- package.json | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/dbc7b296/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index f51a44b..545205c 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,9 @@ "cordovaDependencies": { "0.1.0": { "cordova": ">=3.0.0" + }, + "3.0.0": { + "cordova": ">100" } } }, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org