You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/12/06 02:30:36 UTC

[07/16] git commit: updated platforms.js to include fireos

updated platforms.js to include fireos


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/32e9fe0b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/32e9fe0b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/32e9fe0b

Branch: refs/heads/master
Commit: 32e9fe0b35959c2d9d12555de82b9016ab685727
Parents: 3c8b3bf
Author: Steven Gill <st...@gmail.com>
Authored: Mon Nov 25 17:05:47 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Nov 27 14:10:29 2013 -0800

----------------------------------------------------------------------
 platforms.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/32e9fe0b/platforms.js
----------------------------------------------------------------------
diff --git a/platforms.js b/platforms.js
index 9348223..627be7d 100644
--- a/platforms.js
+++ b/platforms.js
@@ -30,8 +30,8 @@ module.exports = {
     }, 
      'amazon-fireos' : {
         parser : './src/metadata/amazon_fireos_parser',
-        url    : 'https://github.com/archananaik/cordova-amazon-fireos.git',
-        version: '3.1.0'
+        url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git',
+        version: '3.2.0'
     },
     'wp7' : {
         parser : './src/metadata/wp7_parser',