Skip to content

Commit 784ac7b

Browse files
committed
chore: fix repo and issue urls and license in package.json and plugin.xml
1 parent 5244c4a commit 784ac7b

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/apache/cordova-plugin-media"
1818
},
1919
"bugs": {
20-
"url": "https://issues.apache.org/jira/browse/CB"
20+
"url": "https://github.com/apache/cordova-plugin-media/issues"
2121
},
2222
"keywords": [
2323
"cordova",

plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
-->
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
22-
xmlns:android="http://schemas.android.com/apk/res/android"
23-
id="cordova-plugin-media"
22+
xmlns:android="http://schemas.android.com/apk/res/android"
23+
id="cordova-plugin-media"
2424
version="5.0.3-dev">
2525

2626
<name>Media</name>
2727
<description>Cordova Media Plugin</description>
2828
<license>Apache 2.0</license>
2929
<keywords>cordova,media</keywords>
30-
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git</repo>
31-
<issue>https://issues.apache.org/jira/browse/CB/component/12320647</issue>
30+
<repo>https://github.com/apache/cordova-plugin-media</repo>
31+
<issue>https://github.com/apache/cordova-plugin-media/issues</issue>
3232

3333
<engines>
3434
<engine name="cordova-android" version=">=6.3.0" />

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"ecosystem:cordova"
1111
],
1212
"author": "",
13-
"license": "Apache 2.0"
13+
"license": "Apache-2.0"
1414
}

tests/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
-->
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
22-
xmlns:rim="http://www.blackberry.com/ns/widgets"
2322
xmlns:android="http://schemas.android.com/apk/res/android"
2423
id="cordova-plugin-media-tests"
2524
version="5.0.3-dev">

0 commit comments

Comments
 (0)