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:33 UTC

[04/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/452566f7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/452566f7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/452566f7

Branch: refs/heads/master
Commit: 452566f714d86a6c7780175300c2b8bb414e4bc5
Parents: b118631
Author: Steven Gill <st...@gmail.com>
Authored: Mon Nov 25 17:05:47 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Nov 25 17:05:47 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/452566f7/platforms.js
----------------------------------------------------------------------
diff --git a/platforms.js b/platforms.js
index a0488bb..aa02977 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',