We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1306522 commit 7a65843Copy full SHA for 7a65843
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=0.2.0-SNAPSHOT
+projectVersion=0.2.0
2
graceVersion=2022.2.8
3
groovyVersion=3.0.22
4
org.gradle.daemon=true
plugin/src/main/groovy/org/graceframework/plugins/policy/PolicyGrailsPlugin.groovy
@@ -27,7 +27,7 @@ import grails.util.GrailsUtil
27
*/
28
class PolicyGrailsPlugin extends Plugin {
29
30
- def version = '0.2.0-SNAPSHOT'
+ def version = '0.2.0'
31
def grailsVersion = GrailsUtil.getGrailsVersion()
32
def dependsOn = [controllers: grailsVersion]
33
0 commit comments