File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 114
114
if [ -z "$GROOVY_CONF" ]; then
115
115
GROOVY_CONF="$GRAILS_HOME/conf/groovy-starter.conf"
116
116
fi
117
- STARTER_CLASSPATH="$GRAILS_HOME/lib/groovy-all-1.6.8.jar:$GRAILS_HOME/dist/grails-bootstrap-1.2.4.BUILD-SNAPSHOT. jar"
117
+ STARTER_CLASSPATH="$GRAILS_HOME/lib/groovy-all-1.6.8.jar:$GRAILS_HOME/dist/grails-bootstrap-1.2.4.jar"
118
118
119
119
# Allow access to Cocoa classes on OS X
120
120
if $darwin; then
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ set CMD_LINE_ARGS=%$
106
106
107
107
:execute
108
108
@ rem Setup the command line
109
- set STARTER_CLASSPATH = %GRAILS_HOME% \lib\groovy-all-1.6.8.jar;%GRAILS_HOME% \dist\grails-bootstrap-1.2.4.BUILD-SNAPSHOT. jar
109
+ set STARTER_CLASSPATH = %GRAILS_HOME% \lib\groovy-all-1.6.8.jar;%GRAILS_HOME% \dist\grails-bootstrap-1.2.4.jar
110
110
111
111
if exist " %USERPROFILE% /.groovy/init.bat" call " %USERPROFILE% /.groovy/init.bat"
112
112
Original file line number Diff line number Diff line change 1
- grails.version =1.2.4.BUILD-SNAPSHOT
2
- bundlor.grails.version =1.2.4.BUILD-SNAPSHOT
1
+ grails.version =1.2.4
2
+ bundlor.grails.version =1.2.4
3
3
grails.src.commons =src/commons
4
4
grails.src.groovy =src/groovy
5
5
Original file line number Diff line number Diff line change 1
1
# Grails Metadata file
2
2
# Thu Oct 01 11:54:33 CEST 2009
3
- app.grails.version =1.2.3
3
+ app.grails.version =1.2.4
4
4
app.name =petclinic
5
5
app.servlet.version =2.4
6
6
app.version =0.1
7
- plugins.hibernate =1.2.3
8
- plugins.tomcat =1.2.3
7
+ plugins.hibernate =1.2.4
8
+ plugins.tomcat =1.2.4
Original file line number Diff line number Diff line change 5
5
<conf name =" build" />
6
6
</configurations >
7
7
<dependencies >
8
- <dependency org =" org.grails" name =" grails-bootstrap" rev =" 1.2.3 " conf =" build" />
8
+ <dependency org =" org.grails" name =" grails-bootstrap" rev =" 1.2.4 " conf =" build" />
9
9
</dependencies >
10
10
</ivy-module >
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public void testEnvironment() {
53
53
}
54
54
55
55
public void testGrailsVersion () {
56
- assertEquals ("1.2.4.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
56
+ assertEquals ("1.2.4" , GrailsUtil .getGrailsVersion ());
57
57
}
58
58
59
59
protected void tearDown () throws Exception {
You can’t perform that action at this time.
0 commit comments