From 4be0749b9ad1c99395e64ea615a9de6227767800 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Fri, 10 Oct 2014 17:10:48 +0300 Subject: [PATCH] bump to next snapshot version --- ResourcesGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ResourcesGrailsPlugin.groovy b/ResourcesGrailsPlugin.groovy index 6458b96..359fb58 100644 --- a/ResourcesGrailsPlugin.groovy +++ b/ResourcesGrailsPlugin.groovy @@ -16,7 +16,7 @@ class ResourcesGrailsPlugin { static DEFAULT_URI_PREFIX = 'static' static DEFAULT_ADHOC_PATTERNS = ["/images/*", "*.css", "*.js"].asImmutable() - def version = "1.2.11" + def version = "1.2.12-SNAPSHOT" def grailsVersion = "1.3 > *" def loadAfter = ['logging'] // retained to ensure correct loading under Grails < 2.0