Repository: cordova-plugin-compat Updated Branches: refs/heads/master f5c61025e -> c10a3151f
Use Apache Git repo Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/commit/c10a3151 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/tree/c10a3151 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/diff/c10a3151 Branch: refs/heads/master Commit: c10a3151f1b0113ade3a7f6d5136b508ffdcfb76 Parents: f5c6102 Author: Simon MacDonald <[email protected]> Authored: Mon Apr 4 19:54:00 2016 -0400 Committer: Simon MacDonald <[email protected]> Committed: Mon Apr 4 19:54:00 2016 -0400 ---------------------------------------------------------------------- package.json | 12 ++++++------ plugin.xml | 8 ++++++-- 2 files changed, 12 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/c10a3151/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index c654d38..42f817e 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "cordova-plugin-compat", "description": "This repo is for remaining backwards compatible with previous versions of Cordova.", - "version": "0.0.1", - "homepage": "http://github.com/macdonst/cordova-plugin-compat#readme", + "version": "1.0.0", + "homepage": "http://github.com/apache/cordova-plugin-compat#readme", "repository": { "type": "git", - "url": "git://github.com/macdonst/cordova-plugin-compat.git" + "url": "git://github.com/apache/cordova-plugin-compat.git" }, "bugs": { - "url": "https://github.com/macdonst/cordova-plugin-compat/issues" + "url": "https://github.com/apache/cordova-plugin-compat/issues" }, "cordova": { "id": "cordova-plugin-compat", @@ -27,6 +27,6 @@ "version": ">=5.0.0" } ], - "author": "Adobe PhoneGap Team", - "license": "APL" + "author": "Apache Software Foundation", + "license": "Apache-2.0" } http://git-wip-us.apache.org/repos/asf/cordova-plugin-compat/blob/c10a3151/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 1ae9b59..996d962 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,8 +21,12 @@ <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-compat" - version="0.0.1"> - <name>compat</name> + version="1.0.0"> + <name>Compat</name> + <description>Cordova Compatibility Plugin</description> + <license>Apache 2.0</license> + <keywords>cordova,compat</keywords> + <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-compat.git</repo> <!-- android --> <platform name="android"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
