File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- Grails, release 1.1.1 (April , 2009)
1+ Grails, release 1.1.1 (May , 2009)
22-----------------------------------
33http://grails.org/
44
Original file line number Diff line number Diff line change 6969 <classpath >
7070 <pathelement location =" @{cwd}" />
7171 <pathelement location =" ${grails.home}/lib/groovy-all-1.6.0.jar" />
72- <pathelement location =" ${grails.home}/dist/grails-bootstrap-1.1.1-SNAPSHOT .jar" />
72+ <pathelement location =" ${grails.home}/dist/grails-bootstrap-1.1.1.jar" />
7373 <extend-classpath />
7474 </classpath >
7575 <arg line =" --main org.codehaus.groovy.grails.cli.GrailsScriptRunner" />
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public void testEnvironment() {
5353 }
5454
5555 public void testGrailsVersion () {
56- assertEquals ("1.1.1-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
56+ assertEquals ("1.1.1" , GrailsUtil .getGrailsVersion ());
5757 }
5858
5959 protected void tearDown () throws Exception {
You can’t perform that action at this time.
0 commit comments