From cad8bd14425ab72ff132a16050c9b3d6bd3cc363 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Thu, 27 Jun 2019 18:45:52 +0200 Subject: [PATCH] chore: fix repo and issue urls and license in package.json and plugin.xml --- package.json | 2 +- plugin.xml | 7 ++----- tests/package.json | 4 ++-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index e8d1982..e9722dc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "https://github.com/apache/cordova-plugin-camera" }, "bugs": { - "url": "https://issues.apache.org/jira/browse/CB" + "url": "https://github.com/apache/cordova-plugin-camera/issues" }, "keywords": [ "cordova", diff --git a/plugin.xml b/plugin.xml index 2432eee..8e87a0b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,15 +20,14 @@ Camera Cordova Camera Plugin Apache 2.0 cordova,camera - https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git - https://issues.apache.org/jira/browse/CB/component/12320645 + https://github.com/apache/cordova-plugin-camera + https://github.com/apache/cordova-plugin-camera/issues @@ -43,8 +42,6 @@ - - diff --git a/tests/package.json b/tests/package.json index 646e22c..2e9f858 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera-tests", - "version": "2.4.1-dev", + "version": "4.1.0-dev", "description": "", "cordova": { "id": "cordova-plugin-camera-tests", @@ -10,5 +10,5 @@ "ecosystem:cordova" ], "author": "", - "license": "Apache 2.0" + "license": "Apache-2.0" }