You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2017/07/11 00:00:16 UTC

cordova-plugins git commit: CB-12863 - Can't install plugins from a branch (cordova@7)

Repository: cordova-plugins
Updated Branches:
  refs/heads/wkwebview-engine-localhost 49b786d1a -> a3cc931ee


CB-12863 - Can't install plugins from a branch (cordova@7)


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

Branch: refs/heads/wkwebview-engine-localhost
Commit: a3cc931ee307ea5d0a2f6f347b4a87c952443be1
Parents: 49b786d
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Mon Jul 10 17:00:11 2017 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Mon Jul 10 17:00:11 2017 -0700

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/a3cc931e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1a32fa6..e78f939 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-labs-wkwebview-engine-localhost"
-    version="0.5.0">
+    version="0.5.1">
     <name>Cordova WKWebView Engine with http server (localhost) support</name>
     <description>Cordova WKWebView Engine with HTTP Server Plugin</description>
     <license>Apache 2.0</license>
@@ -16,7 +16,7 @@
         <engine name="apple-ios" version=">=8.0" />
 	</engines>
 
-    <dependency id="cordova-labs-local-webserver" url="https://git-wip-us.apache.org/repos/asf/cordova-plugins.git#local-webserver" version=">=2.3.1" />
+    <dependency id="cordova-labs-local-webserver" url="git+https://github.com/apache/cordova-plugins.git#local-webserver" version=">=2.3.1" />
     <dependency id="cordova-plugin-wkwebview-engine" version=">=1.0.1" />
 
     <!-- ios -->


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