This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch update-plugins
in repository https://gitbox.apache.org/repos/asf/grails-plugins-metadata.git

commit 91a744622d242b547384bd6f3bdcd2bce27e64b8
Author: Mattias Reichel <[email protected]>
AuthorDate: Thu Dec 4 12:53:02 2025 +0100

    Update Mail Plugin info
---
 grails-plugins.json | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/grails-plugins.json b/grails-plugins.json
index 99b9ca9..80d1c5c 100644
--- a/grails-plugins.json
+++ b/grails-plugins.json
@@ -3883,28 +3883,29 @@
         "readme": "<h1>Readme for LightningJ Grails Plugin</h1>\n<p>LightningJ 
Grails plugin is a project to simplify the usage of the LightningJ\nlibrary in 
Grails 3.3.x applications and above.</p>\n<p>For documentation see 
docs/index.adoc of the project web-site 
at\nhttp://grails.lightningj.org</p>\n<p>Build status Master branch: <a 
href=\"https://travis-ci.org/lightningj-org/lightningj-grails\";><img 
src=\"https://travis-ci.org/lightningj-org/lightningj-grails.svg?branch=master\";
 alt=\ [...]
     },
     {
+        "display-name": "mail",
         "bintrayPackage": {
-            "name": "mail",
+            "name": "grails-mail",
             "repo": "plugins",
-            "owner": "grails",
-            "desc": "Grails mail plugin",
+            "owner": "grails-plugins",
+            "desc": "The Mail Plugin provides a convenient DSL for sending 
email. It supports plain text, html, attachments, inline resources and i18n 
among other features.",
             "labels": [
                 "mail"
             ],
             "licenses": [
                 "Apache-2.0"
             ],
-            "issueTrackerUrl": 
"https://github.com/grails3-plugins/mail/issues";,
+            "issueTrackerUrl": 
"https://github.com/grails-plugins/grails-mail/issues";,
             "latestVersion": "3.0.0",
             "updated": "2019-10-22T14:59:33.694Z",
             "systemIds": [
-                "org.grails.plugins:mail"
+                "org.grails.plugins:grails-mail"
             ],
-            "vcsUrl": "https://github.com/grails3-plugins/mail";
+            "vcsUrl": "https://github.com/grails-plugins/grails-mail";
         },
-        "documentationUrl": "https://grails3-plugins.github.io/mail/";,
+        "documentationUrl": 
"https://grails-plugins.github.io/grails-mail/latest";,
         "mavenMetadataUrl": null,
-        "readme": "<p>The Grails mail plugin provides a convenient DSL for 
<em>sending</em> email. It supports plain text, html, attachments, inline 
resources and i18n among other features.\n<a 
href=\"https://travis-ci.org/grails3-plugins/mail\";><img 
src=\"https://travis-ci.org/grails3-plugins/mail.svg?branch=master\"; 
alt=\"Build Status\" /></a></p>\n<p>Mail can be sent using the @mailService@ 
via the @sendMail@ method. Here is an 
example\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd</p>\n<p [...]
+        "readme": null
     },
     {
         "bintrayPackage": {

Reply via email to