File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 114114if [ -z "$GROOVY_CONF" ]; then
115115 GROOVY_CONF="$GRAILS_HOME/conf/groovy-starter.conf"
116116fi
117- STARTER_CLASSPATH="$GRAILS_HOME/lib/groovy-all-1.6.7.jar:$GRAILS_HOME/dist/grails-bootstrap-1.2.1.SNAPSHOT. jar"
117+ STARTER_CLASSPATH="$GRAILS_HOME/lib/groovy-all-1.6.7.jar:$GRAILS_HOME/dist/grails-bootstrap-1.2.1.jar"
118118
119119# Allow access to Cocoa classes on OS X
120120if $darwin; then
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ set CMD_LINE_ARGS=%$
106106
107107:execute
108108@ rem Setup the command line
109- set STARTER_CLASSPATH = %GRAILS_HOME% \lib\groovy-all-1.6.7.jar;%GRAILS_HOME% \dist\grails-bootstrap-1.2.1.SNAPSHOT. jar
109+ set STARTER_CLASSPATH = %GRAILS_HOME% \lib\groovy-all-1.6.7.jar;%GRAILS_HOME% \dist\grails-bootstrap-1.2.1.jar
110110
111111if exist " %USERPROFILE% /.groovy/init.bat" call " %USERPROFILE% /.groovy/init.bat"
112112
Original file line number Diff line number Diff line change 1- grails.version =1.2.1.SNAPSHOT
2- bundlor.grails.version =1.2.1.SNAPSHOT
1+ grails.version =1.2.1
2+ bundlor.grails.version =1.2.1
33grails.src.commons =src/commons
44grails.src.groovy =src/groovy
55
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.2.1.SNAPSHOT " , GrailsUtil .getGrailsVersion ());
56+ assertEquals ("1.2.1" , GrailsUtil .getGrailsVersion ());
5757 }
5858
5959 protected void tearDown () throws Exception {
You can’t perform that action at this time.
0 commit comments