From 7add61eebd05128c98ef62650983afb17f1605f5 Mon Sep 17 00:00:00 2001 From: felipe Date: Fri, 14 Aug 2015 09:12:50 +0200 Subject: [PATCH 1/2] upgraded Grails version to 2.4.5. changed plugin version number to 2.0.3-4 --- CodeCoverageGrailsPlugin.groovy | 2 +- application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CodeCoverageGrailsPlugin.groovy b/CodeCoverageGrailsPlugin.groovy index ea652ae..a205e2c 100644 --- a/CodeCoverageGrailsPlugin.groovy +++ b/CodeCoverageGrailsPlugin.groovy @@ -1,5 +1,5 @@ class CodeCoverageGrailsPlugin { - def version = '2.0.3-3' + def version = '2.0.3-4' def grailsVersion = '1.3 > *' diff --git a/application.properties b/application.properties index b11f330..9113dba 100644 --- a/application.properties +++ b/application.properties @@ -1,3 +1,3 @@ #Grails Metadata file #Wed May 28 23:57:52 CEST 2014 -app.grails.version=2.3.9 +app.grails.version=2.4.5 From bb23323f472f19c21bad270675c2fce53a16bff1 Mon Sep 17 00:00:00 2001 From: felipe Date: Fri, 14 Aug 2015 09:15:32 +0200 Subject: [PATCH 2/2] changed plugin version to SNAPSHOT --- CodeCoverageGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeCoverageGrailsPlugin.groovy b/CodeCoverageGrailsPlugin.groovy index a205e2c..4fa1863 100644 --- a/CodeCoverageGrailsPlugin.groovy +++ b/CodeCoverageGrailsPlugin.groovy @@ -1,5 +1,5 @@ class CodeCoverageGrailsPlugin { - def version = '2.0.3-4' + def version = '2.0.3-4-SNAPSHOT' def grailsVersion = '1.3 > *'