This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new a8a8671  Updated Platform Config Git URL Paths (#743)
a8a8671 is described below

commit a8a86713cf6a4de79e91235bdb5debda3493e420
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Dec 11 15:35:28 2018 +0900

    Updated Platform Config Git URL Paths (#743)
---
 src/platforms/platformsConfig.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/platforms/platformsConfig.json 
b/src/platforms/platformsConfig.json
index 9cf1da0..e7e8664 100644
--- a/src/platforms/platformsConfig.json
+++ b/src/platforms/platformsConfig.json
@@ -1,35 +1,35 @@
 {
     "ios": {
         "hostos": ["darwin"],
-        "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git";,
+        "url": "https://github.com/apache/cordova-ios.git";,
         "version": "~4.5.4",
         "apiCompatibleSince": "4.0.0",
         "deprecated": false
     },
     "osx": {
         "hostos": ["darwin"],
-        "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git";,
+        "url": "https://github.com/apache/cordova-osx.git";,
         "version": "~4.0.1",
         "apiCompatibleSince": "4.0.1",
         "deprecated": false
     },
     "android": {
-        "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-android.git";,
+        "url": "https://github.com/apache/cordova-android.git";,
         "version": "~7.1.1",
         "apiCompatibleSince": "5.0.0",
         "deprecated": false
     },
     "windows": {
         "hostos": ["win32"],
-        "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git";,
-        "version": "~6.0.0",
+        "url": "https://github.com/apache/cordova-windows.git";,
+        "version": "~5.0.0",
         "apiCompatibleSince": "4.3.0",
         "deprecated": false
     },
     "browser": {
         "parser_file": "../cordova/metadata/browser_parser",
         "handler_file": "../plugman/platforms/browser",
-        "url": "https://git-wip-us.apache.org/repos/asf?p=cordova-browser.git";,
+        "url": "https://github.com/apache/cordova-browser.git";,
         "version": "~5.0.1",
         "apiCompatibleSince": "5.0.0",
         "deprecated": false


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to