From e9dad636d238b6acd2f2ba94b5de9249048dbd4d Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Thu, 27 Jun 2019 21:21:56 +0200 Subject: [PATCH] chore: fix repo and issue urls and license in package.json and plugin.xml --- package.json | 2 +- plugin.xml | 9 ++++----- tests/package.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f3be23f..18c24c7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "https://github.com/apache/cordova-plugin-inappbrowser" }, "bugs": { - "url": "https://issues.apache.org/jira/browse/CB" + "url": "https://github.com/apache/cordova-plugin-inappbrowser/issues" }, "keywords": [ "cordova", diff --git a/plugin.xml b/plugin.xml index 8775d61..591d19f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -26,8 +26,8 @@ Cordova InAppBrowser Plugin Apache 2.0 cordova,in,app,browser,inappbrowser - https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git - https://issues.apache.org/jira/browse/CB/component/12320641 + https://github.com/apache/cordova-plugin-inappbrowser + https://github.com/apache/cordova-plugin-inappbrowser/issues @@ -49,7 +49,7 @@ - + @@ -101,7 +101,6 @@ - @@ -121,7 +120,7 @@ - + diff --git a/tests/package.json b/tests/package.json index 7c05778..3d92e4e 100644 --- a/tests/package.json +++ b/tests/package.json @@ -10,5 +10,5 @@ "ecosystem:cordova" ], "author": "", - "license": "Apache 2.0" + "license": "Apache-2.0" }