File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugin/src/main/groovy/org/graceframework/plugins/policy Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- projectVersion =0.2.0-SNAPSHOT
1+ projectVersion =0.2.0
22graceVersion =2022.2.8
33groovyVersion =3.0.22
44org.gradle.daemon =true
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import grails.util.GrailsUtil
2727 */
2828class PolicyGrailsPlugin extends Plugin {
2929
30- def version = ' 0.2.0-SNAPSHOT '
30+ def version = ' 0.2.0'
3131 def grailsVersion = GrailsUtil . getGrailsVersion()
3232 def dependsOn = [controllers : grailsVersion]
3333
@@ -40,7 +40,7 @@ Authorization plugin for Grails/Grace applications.
4040 def profiles = [' web' ]
4141
4242 // URL to the plugin's documentation
43- def documentation = " https://plugins.graceframework.org/grace-policy/0.2.0-SNAPSHOT /"
43+ def documentation = " https://plugins.graceframework.org/grace-policy/0.2.0/"
4444
4545 // Extra (optional) plugin metadata
4646
You can’t perform that action at this time.
0 commit comments