From 965b02237eab07611ab702ca7439a13f01b49065 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Tue, 4 Mar 2014 17:14:12 +0200 Subject: [PATCH] bump version to 7.0.52.1 --- TomcatGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomcatGrailsPlugin.groovy b/TomcatGrailsPlugin.groovy index 94c88d2..808e376 100644 --- a/TomcatGrailsPlugin.groovy +++ b/TomcatGrailsPlugin.groovy @@ -13,7 +13,7 @@ * limitations under the License. */ class TomcatGrailsPlugin { - def version = "7.0.52" + def version = "7.0.52.1" def grailsVersion = "2.3 > *" def scopes = [excludes: 'war'] def author = "Graeme Rocher"