You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/27 13:52:23 UTC

[cordova-plugin-file] 04/04: chore: fix repo and issue urls and license in package.json and plugin.xml

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

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

commit 1bca16650360899aecd629e2e6afad3418635087
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 15:52:07 2019 +0200

    chore: fix repo and issue urls and license in package.json and plugin.xml
---
 package.json       | 2 +-
 plugin.xml         | 4 ++--
 tests/package.json | 2 +-
 tests/plugin.xml   | 1 -
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 9dff8a4..05a134a 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
     "url": "https://github.com/apache/cordova-plugin-file"
   },
   "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
+    "url": "https://github.com/apache/cordova-plugin-file/issues"
   },
   "keywords": [
     "cordova",
diff --git a/plugin.xml b/plugin.xml
index 90ff927..369d07c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -26,8 +26,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
     <description>Cordova File Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,file</keywords>
-    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git</repo>
-    <issue>https://issues.apache.org/jira/browse/CB/component/12320651</issue>
+    <repo>https://github.com/apache/cordova-plugin-file</repo>
+    <issue>https://github.com/apache/cordova-plugin-file/issues</issue>
 
     <engines>
         <engine name="cordova-android" version=">=6.3.0" />
diff --git a/tests/package.json b/tests/package.json
index c5a1dd7..4f038da 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -13,5 +13,5 @@
     "cordova-android"
   ],
   "author": "",
-  "license": "Apache 2.0"
+  "license": "Apache-2.0"
 }
diff --git a/tests/plugin.xml b/tests/plugin.xml
index fcb3e5b..32184e8 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -19,7 +19,6 @@
 -->
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-    xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-file-tests"
     version="6.0.2-dev">


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