From ebd601fcdc3648b5e527f4e21576ee3ef3e2925e Mon Sep 17 00:00:00 2001 From: Burt Beckwith Date: Mon, 18 Apr 2016 21:16:15 -0400 Subject: [PATCH] 9.0.0.M4 release --- TomcatGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomcatGrailsPlugin.groovy b/TomcatGrailsPlugin.groovy index af20a5d..6b5c13e 100644 --- a/TomcatGrailsPlugin.groovy +++ b/TomcatGrailsPlugin.groovy @@ -14,7 +14,7 @@ * limitations under the License. */ class TomcatGrailsPlugin { - def version = '9.0.0.M1' + def version = '9.0.0.M4' def grailsVersion = '2.3 > *' def scopes = [excludes: 'war'] def title = 'Apache Tomcat plugin'