| commit | 5d23c0dda91c7a0007003b4cc639efdf3d1116ba | [log] [tgz] |
|---|---|---|
| author | grails-build <40031779+grails-build@users.noreply.github.com> | Fri Feb 16 11:18:19 2024 +0000 |
| committer | GitHub <noreply@github.com> | Fri Feb 16 16:48:19 2024 +0530 |
| tree | bda81760aa151380229a6da0e0fe0c1830a3013b | |
| parent | 1a477fb0583dcec4e8902393593223fb9a1b3e5d [diff] |
Update Metadata (#95) Co-authored-by: puneetbehl <behlp@unityfoundation.io>
This repository hosts the metadata used by Grails Plugin Portal to list/show plugins information.
The Grails Plugin Portal uses the grails-plugins.json metadata file to display plugin information.
When you publish a new plugin or release an existing plugin, you must send a pull request to this file to update the information on the portal.
{ "bintrayPackage": { "name": "My Plugin", "repo": "plugins", "owner": "puneetbehl", "desc": "A concise description", "labels": [ "grails3", "spring-boot", "test-label" ], "licenses": [ "Apache-2.0" ], "issueTrackerUrl": "https://github.com/puneetbehl/myplugin/issues", "latestVersion": "1.1", "updated": "2021-03-25T04:00:40.855Z", "systemIds": [ "io.github.puneetbehl:myplugin" ], "vcsUrl": "https://github.com/puneetbehl/myplugin" }, "documentationUrl": "https://puneetbehl.github.io/myplugin/", "mavenMetadataUrl": "https://repo1.maven.org/maven2/com/github/puneetbehl/myplugin/maven-metadata.xml" }