From 055a1df5e48002fd6b6a23be65eadf91bbb6583e Mon Sep 17 00:00:00 2001 From: Daniel H A Lima Date: Wed, 29 Jun 2011 05:26:32 +0000 Subject: [PATCH] Shell scripts templates modified to return the exit code of the JVM; Resource path selection (based on Environment.current()) moved to BatchRun.groovy. --- BatchLauncherGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BatchLauncherGrailsPlugin.groovy b/BatchLauncherGrailsPlugin.groovy index 68f457d..fe10442 100644 --- a/BatchLauncherGrailsPlugin.groovy +++ b/BatchLauncherGrailsPlugin.groovy @@ -19,7 +19,7 @@ */ class BatchLauncherGrailsPlugin { // the plugin version - def version = "0.5.1" + def version = "0.5.2" // the version or versions of Grails the plugin is designed for def grailsVersion = "1.2.5 > *" // the other plugins this plugin depends on