Skip to content

Commit 72d98ac

Browse files
committed
updated version number in grails-macros.xml
1 parent c21d05f commit 72d98ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/grails/grails-macros.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868

6969
<classpath>
7070
<pathelement location="@{cwd}"/>
71-
<pathelement location="${grails.home}/lib/groovy-all-1.6.0.jar"/>
72-
<pathelement location="${grails.home}/dist/grails-bootstrap-1.1.1.jar"/>
71+
<pathelement location="${grails.home}/lib/groovy-all-1.6.3.jar"/>
72+
<pathelement location="${grails.home}/dist/grails-bootstrap-1.1.2-SNAPSHOT.jar"/>
7373
<extend-classpath/>
7474
</classpath>
7575
<arg line="--main org.codehaus.groovy.grails.cli.GrailsScriptRunner"/>

0 commit comments

Comments
 (0)