Skip to content

Commit e9dad63

Browse files
committed
chore: fix repo and issue urls and license in package.json and plugin.xml
1 parent f3b695f commit e9dad63

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package.json

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

plugin.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<description>Cordova InAppBrowser Plugin</description>
2727
<license>Apache 2.0</license>
2828
<keywords>cordova,in,app,browser,inappbrowser</keywords>
29-
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git</repo>
30-
<issue>https://issues.apache.org/jira/browse/CB/component/12320641</issue>
29+
<repo>https://github.com/apache/cordova-plugin-inappbrowser</repo>
30+
<issue>https://github.com/apache/cordova-plugin-inappbrowser/issues</issue>
3131

3232
<engines>
3333
<engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->
@@ -49,7 +49,7 @@
4949
<source-file src="src/android/InAppBrowserDialog.java" target-dir="src/org/apache/cordova/inappbrowser" />
5050
<source-file src="src/android/InAppChromeClient.java" target-dir="src/org/apache/cordova/inappbrowser" />
5151

52-
<!-- drawable src/android/resources -->
52+
<!-- drawable src/android/resources -->
5353
<resource-file src="src/android/res/drawable-hdpi/ic_action_next_item.png" target="res/drawable-hdpi/ic_action_next_item.png" />
5454
<resource-file src="src/android/res/drawable-mdpi/ic_action_next_item.png" target="res/drawable-mdpi/ic_action_next_item.png" />
5555
<resource-file src="src/android/res/drawable-xhdpi/ic_action_next_item.png" target="res/drawable-xhdpi/ic_action_next_item.png" />
@@ -101,7 +101,6 @@
101101
<header-file src="src/ios/CDVWKInAppBrowserUIDelegate.h" />
102102
<source-file src="src/ios/CDVWKInAppBrowserUIDelegate.m" />
103103

104-
105104
<framework src="CoreGraphics.framework" />
106105
</platform>
107106

@@ -121,7 +120,7 @@
121120
<source-file src="src/osx/CDVInAppBrowser.m" />
122121
</platform>
123122

124-
<!-- windows universal apps (Windows 8.1, Windows Phone 8.1, Windows 8.0) -->
123+
<!-- windows -->
125124
<platform name="windows">
126125
<js-module src="www/inappbrowser.js" name="inappbrowser">
127126
<clobbers target="cordova.InAppBrowser.open" />

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
}

0 commit comments

Comments
 (0)