You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/20 08:17:38 UTC

[jira] [Commented] (CB-6718) cordova firefox reports wrong version

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

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

GitHub user zalun opened a pull request:

    https://github.com/apache/cordova-firefoxos/pull/10

    CB-6718 version fixed

    

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

    $ git pull https://github.com/zalun/cordova-firefoxos fix_version

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

    https://github.com/apache/cordova-firefoxos/pull/10.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 #10
    
----
commit 1192f0bb296fb29eb5fc2c2eaf4557e2793606bb
Author: Piotr Zalewa <pi...@zalewa.info>
Date:   2014-05-20T06:12:39Z

    version fixed (CB-6718)

----


> cordova firefox reports wrong version
> -------------------------------------
>
>                 Key: CB-6718
>                 URL: https://issues.apache.org/jira/browse/CB-6718
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: FirefoxOS
>    Affects Versions: 3.5.0
>         Environment: MacOSX
>            Reporter: Carlos Santana
>
> While doing rc testing platform cordova-firefoxos reports 3.4.0-dev when it should report 3.5.0
> Steps to replicate
> Install cordova cli 3.5.0-0.2.4
> {code}
> $ ../../node_modules/.bin/cordova -v
> 3.5.0-0.2.4
> $ ./node_modules/.bin/cordova create firefox350/newProj
> Creating a new cordova project with name "HelloCordova" and id "io.cordova.hellocordova" at location "/Users/csantana23/Documents/cordova/firefox350/newProj"
> Downloading cordova library for www...
> Download complete
> /Users/csantana23/Documents/cordova/firefox350/newProj
> $ ../../node_modules/.bin/cordova platform add firefoxos
> Downloading cordova library for firefoxos...
> Download complete
> Creating firefoxos project...
> Creating Firefox OS project
> Project Path platforms/firefoxos
> Package Name io.cordova.hellocordova
> Project Name HelloCordova
> /Users/csantana23/Documents/cordova/firefox350/newProj
> $ ../../node_modules/.bin/cordova platform ls
> Installed platforms: firefoxos 3.4.0-dev
> Available platforms: amazon-fireos, android, blackberry10, ios
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)