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 12:19:17 UTC

[cordova-plugin-media] branch master updated: 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-media.git


The following commit(s) were added to refs/heads/master by this push:
     new 784ac7b  chore: fix repo and issue urls and license in package.json and plugin.xml
784ac7b is described below

commit 784ac7bf7d70160a51f76aae2d9ae3e4d1778c56
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 14:19:06 2019 +0200

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

diff --git a/package.json b/package.json
index b7b2eb1..cee42c1 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
     "url": "https://github.com/apache/cordova-plugin-media"
   },
   "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB"
+    "url": "https://github.com/apache/cordova-plugin-media/issues"
   },
   "keywords": [
     "cordova",
diff --git a/plugin.xml b/plugin.xml
index 25f0245..470acb1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -19,16 +19,16 @@
 -->
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-xmlns:android="http://schemas.android.com/apk/res/android"
-id="cordova-plugin-media"
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    id="cordova-plugin-media"
     version="5.0.3-dev">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,media</keywords>
-    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git</repo>
-    <issue>https://issues.apache.org/jira/browse/CB/component/12320647</issue>
+    <repo>https://github.com/apache/cordova-plugin-media</repo>
+    <issue>https://github.com/apache/cordova-plugin-media/issues</issue>
 
     <engines>
         <engine name="cordova-android" version=">=6.3.0" />
diff --git a/tests/package.json b/tests/package.json
index 8aaa8b0..264fa9d 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -10,5 +10,5 @@
     "ecosystem:cordova"
   ],
   "author": "",
-  "license": "Apache 2.0"
+  "license": "Apache-2.0"
 }
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 120f73f..ee6e017 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-media-tests"
     version="5.0.3-dev">


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