Skip to content

Commit

Permalink
Shell scripts templates modified to return the exit code of the JVM; …
Browse files Browse the repository at this point in the history
…Resource path selection (based on Environment.current()) moved to BatchRun.groovy.
  • Loading branch information
Daniel H A Lima committed Jun 29, 2011
1 parent 3d69986 commit 055a1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BatchLauncherGrailsPlugin.groovy
Expand Up @@ -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
Expand Down

0 comments on commit 055a1df

Please sign in to comment.