[ 
https://issues.apache.org/jira/browse/CB-10438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15321568#comment-15321568
 ] 

ASF GitHub Bot commented on CB-10438:
-------------------------------------

GitHub user carynbear opened a pull request:

    https://github.com/apache/cordova-lib/pull/455

    CB-10438 Install correct dependency version, requires force to instal…

    …l plugin with wrong dependency version installed

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/carynbear/cordova-lib CB-10438

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/455.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #455
    
----
commit 2973f30779cb2c32140381d91e9b09d41ded6a86
Author: carynbear <[email protected]>
Date:   2016-06-07T00:21:02Z

    CB-10438 Install correct dependency version, requires force to install 
plugin with wrong dependency version installed

----


> Plugin dependency version/spec is not used/ignored
> --------------------------------------------------
>
>                 Key: CB-10438
>                 URL: https://issues.apache.org/jira/browse/CB-10438
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>    Affects Versions: 6.0.0, 5.4.1
>            Reporter: Steve Gill
>            Assignee: Caryn Tran
>              Labels: as-designed, cordova-fetch, triaged
>
> Quite the bug! 
> {code:javascript}
> <dependency id="cordova-plugin-file" spec="3.0.0" />
> or
> <dependency id="cordova-plugin-file" version="3.0.0" />
> {code}
> The above line will ignore spec or version and will always grab the latest. I 
> went back and tried the previous version of cordova and this seems to be 
> ignoring it as well. Seems like this was never working.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to