You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/07/25 01:07:29 UTC

[09/23] git commit: updating lib refs to 30.0.rc1

updating lib refs to 30.0.rc1


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

Branch: refs/heads/plugman-registry
Commit: 9156cfcc4d5efb785cfe0e2fda2dc61f314c3db1
Parents: 9fae7ea
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Jul 16 14:48:46 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Jul 16 14:48:46 2013 -0700

----------------------------------------------------------------------
 platforms.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/9156cfcc/platforms.js
----------------------------------------------------------------------
diff --git a/platforms.js b/platforms.js
index 13709d4..a7966ca 100644
--- a/platforms.js
+++ b/platforms.js
@@ -21,30 +21,30 @@ module.exports = {
     'ios' : {
         parser : require('./src/metadata/ios_parser'),
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git',
-        version: '2.9.0'
+        version: '3.0.0rc1'
     }, 
     'android' : {
         parser : require('./src/metadata/android_parser'),
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-android.git',
-        version: '2.9.0'
+        version: '3.0.0rc1'
     }, 
     'wp7' : {
         parser : require('./src/metadata/wp7_parser'),
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git',
-        version: '2.9.0'
+        version: '3.0.0rc1'
     },
     'wp8' : {
         parser : require('./src/metadata/wp8_parser'),
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git',
-        version: '2.9.0'
+        version: '3.0.0rc1'
     },
     blackberry : {
         parser : require('./src/metadata/blackberry_parser'),
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git',
-        version: '2.9.0'
+        version: '3.0.0rc1'
     },
     'www':{
         url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello-world.git',
-        version: '2.9.0'
+        version: '3.0.0rc1'
     }
 };