Skip to content

Commit

Permalink
1.2 RC2 version of tomcat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Dec 15, 2009
1 parent 88b6c05 commit b59de7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TomcatGrailsPlugin.groovy
Expand Up @@ -14,7 +14,7 @@
*/ */
class TomcatGrailsPlugin { class TomcatGrailsPlugin {
// the plugin version // 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 // the version or versions of Grails the plugin is designed for
def grailsVersion = "1.2 > *" def grailsVersion = "1.2 > *"
// resources that are excluded from plugin packaging // resources that are excluded from plugin packaging
Expand Down
2 changes: 1 addition & 1 deletion application.properties
@@ -1,6 +1,6 @@
#Grails Metadata file #Grails Metadata file
#Mon Nov 09 14:12:19 CET 2009 #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.name=tomcat
app.servlet.version=2.4 app.servlet.version=2.4
app.version=0.1 app.version=0.1

0 comments on commit b59de7a

Please sign in to comment.