diff --git a/TomcatGrailsPlugin.groovy b/TomcatGrailsPlugin.groovy index 9651007..8f7a405 100644 --- a/TomcatGrailsPlugin.groovy +++ b/TomcatGrailsPlugin.groovy @@ -14,7 +14,7 @@ */ class TomcatGrailsPlugin { // the plugin version - def version = "1.2.0.BUILD-SNAPSHOT" + def version = "1.2.0.RC2" // the version or versions of Grails the plugin is designed for def grailsVersion = "1.2 > *" // resources that are excluded from plugin packaging diff --git a/application.properties b/application.properties index 7ec47c6..fe98b41 100644 --- a/application.properties +++ b/application.properties @@ -1,6 +1,6 @@ #Grails Metadata file #Mon Nov 09 14:12:19 CET 2009 -app.grails.version=1.2.0.RC1 +app.grails.version=1.2.0.RC2 app.name=tomcat app.servlet.version=2.4 app.version=0.1