Skip to content

Commit 041da9c

Browse files
committed
Release v0.2.0
1 parent 301f9c9 commit 041da9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=0.2.0-SNAPSHOT
1+
projectVersion=0.2.0
22
graceVersion=2022.2.8
33
groovyVersion=3.0.22
44
org.gradle.daemon=true

plugin/src/main/groovy/org/graceframework/plugins/policy/PolicyGrailsPlugin.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import grails.util.GrailsUtil
2727
*/
2828
class 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

0 commit comments

Comments
 (0)