From 1f9854724d15762808f3e0ca27af4012d7e9ab1b Mon Sep 17 00:00:00 2001 From: "Arsen A. Gutsal" Date: Fri, 13 Dec 2013 15:21:43 +0200 Subject: [PATCH] v 1.2.9 released --- RoutingGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RoutingGrailsPlugin.groovy b/RoutingGrailsPlugin.groovy index 5bf25da..d3ce530 100755 --- a/RoutingGrailsPlugin.groovy +++ b/RoutingGrailsPlugin.groovy @@ -10,7 +10,7 @@ import org.springframework.beans.factory.config.MethodInvokingFactoryBean import javax.activation.DataHandler class RoutingGrailsPlugin { - def version = '1.2.8' + def version = '1.2.9' def grailsVersion = '2.0.0 > *' def loadAfter = ['controllers', 'services'] def artefacts = [new RouteArtefactHandler()]