This is an automated email from the ASF dual-hosted git repository. sbglasius pushed a commit to branch grails-shiro in repository https://gitbox.apache.org/repos/asf/grails-plugins-metadata.git
commit d9f368efabab2ee16ff94382a4ae270fa9477691 Author: Søren Berg Glasius <[email protected]> AuthorDate: Tue May 19 08:48:22 2026 +0200 Add grails-shiro plugin versions 3.0-4.4 and 6.0.0-RC1, migrate to org.grails.plugins --- grails-plugins/org/grails/plugins/grails-shiro.yml | 56 ++++++++++++++++++++++ .../org/nerderg/plugins/grails-shiro.yml | 16 ------- 2 files changed, 56 insertions(+), 16 deletions(-) diff --git a/grails-plugins/org/grails/plugins/grails-shiro.yml b/grails-plugins/org/grails/plugins/grails-shiro.yml new file mode 100644 index 0000000..ca98945 --- /dev/null +++ b/grails-plugins/org/grails/plugins/grails-shiro.yml @@ -0,0 +1,56 @@ +name: shiro +desc: Secure your Grails application quickly and easily using the Apache Shiro security framework. +coords: org.grails.plugins:grails-shiro +owner: grails-plugins +vcs: https://github.com/grails-plugins/grails-shiro +docs: https://grails-plugins.github.io/grails-shiro/ +maven-repo: https://repo1.maven.org/maven2 +labels: + - security + - shiro +licenses: + - Apache-2.0 +versions: + - version: 6.0.0-RC1 + date: 2026-05-18T09:07:44Z + grailsVersion: 6.0.0 > * + - version: 5.0.0 + date: 2025-10-11T00:20:51Z + grailsVersion: 5.0.0 > * + coords: org.nerderg.plugins:grails-shiro + - version: '4.4' + date: 2021-04-18T00:00:00Z + grailsVersion: 4.0.0 > * + maven-repo: https://repo.grails.org/artifactory/core + - version: '4.3' + date: 2021-02-24T00:00:00Z + grailsVersion: 4.0.0 > * + maven-repo: https://repo.grails.org/artifactory/core + - version: '4.2' + date: 2021-02-24T00:00:00Z + grailsVersion: 4.0.0 > * + maven-repo: https://repo.grails.org/artifactory/core + - version: '4.1' + date: 2021-02-24T00:00:00Z + grailsVersion: 4.0.0 > * + maven-repo: https://repo.grails.org/artifactory/core + - version: '3.4' + date: 2021-04-18T00:00:00Z + grailsVersion: 3.0.0 > * + maven-repo: https://repo.grails.org/artifactory/core + - version: '3.3' + date: 2021-02-24T00:00:00Z + grailsVersion: 3.0.0 > * + maven-repo: https://repo.grails.org/artifactory/core + - version: '3.2' + date: 2021-02-24T00:00:00Z + grailsVersion: 3.0.0 > * + maven-repo: https://repo.grails.org/artifactory/core + - version: '3.1' + date: 2021-02-24T00:00:00Z + grailsVersion: 3.0.0 > * + maven-repo: https://repo.grails.org/artifactory/core + - version: '3.0' + date: 2021-02-24T00:00:00Z + grailsVersion: 3.0.0 > * + maven-repo: https://repo.grails.org/artifactory/core diff --git a/grails-plugins/org/nerderg/plugins/grails-shiro.yml b/grails-plugins/org/nerderg/plugins/grails-shiro.yml deleted file mode 100644 index 127b46e..0000000 --- a/grails-plugins/org/nerderg/plugins/grails-shiro.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: shiro -desc: Secure your Grails application quickly and easily using the Apache Shiro security framework. -coords: org.nerderg.plugins:grails-shiro -owner: nerderg -vcs: https://github.com/nerdErg/grails-shiro -docs: https://nerderg.com/docs/shiro/guide.html -maven-repo: https://repo1.maven.org/maven2 -labels: - - security - - shiro -licenses: - - Apache-2.0 -versions: - - version: 5.0.0 - date: 2025-10-11T00:20:51Z - grailsVersion: 5.0.0 > *
