From 4e7fef85644dfa9ea319f9b240fc2b9668f5fef1 Mon Sep 17 00:00:00 2001 From: Dave Martin Date: Wed, 4 Mar 2015 12:42:22 +1100 Subject: [PATCH] release first version of this plugin --- CollectoryGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CollectoryGrailsPlugin.groovy b/CollectoryGrailsPlugin.groovy index 567c46e5..42499fac 100644 --- a/CollectoryGrailsPlugin.groovy +++ b/CollectoryGrailsPlugin.groovy @@ -9,7 +9,7 @@ class CollectoryGrailsPlugin { def authenticateService // the plugin version - def version = "1.0-SNAPSHOT" + def version = "1.0" // the version or versions of Grails the plugin is designed for def grailsVersion = "2.3 > *" // resources that are excluded from plugin packaging