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

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

Branch: refs/heads/master
Commit: 2eaff19709511bb6a73d96e2c4b918b7190840ad
Parents: 90866b7
Author: Steven Gill <st...@gmail.com>
Authored: Mon Nov 25 17:05:47 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Dec 5 17:07:28 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/2eaff197/platforms.js
----------------------------------------------------------------------
diff --git a/platforms.js b/platforms.js
index 1346ed6..be0e310 100644
--- a/platforms.js
+++ b/platforms.js
@@ -35,8 +35,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',