File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ jlineVersion = "1.0"
3737jnaVersion = " 3.2.3"
3838slf4jVersion = " 1.6.2"
3939springLoadedVersion = " 1.0.2"
40- springVersion = " 3.1.0.RC2 "
40+ springVersion = " 3.1.0.RELEASE "
4141springWebflowVersion= " 2.0.8.RELEASE"
4242hibernateVersion = " 3.6.7.Final"
4343ehcacheVersion = " 2.4.6"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ bundlor.jndi.version=1.2.0
1414bundlor.servlet.jsp.version =2.1.0
1515bundlor.radeox.version =1.0.0.b2
1616bundlor.groovy.version =1.8.4
17- bundlor.spring.version =3.1.0.RC1
17+ bundlor.spring.version =3.1.0.RELEASE
1818bundlor.ant.version =1.8.2
1919bundlor.ivy.version =2.0.0
2020bundlor.gant.version =1.9.5
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ The following libraries are included in Grails because they are required either
158158- required for running Grails applications
159159
160160* org.springframework.*.jar
161- - Spring Framework 3.1.0.RC1 (http://www.springframework.org) Apache 2.0 License
161+ - Spring Framework 3.1.0.RELEASE (http://www.springframework.org) Apache 2.0 License
162162- required for building Grails core
163163- required for the command line tools (Gant)
164164- required for running Grails applications
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public Object doCall() {
124124
125125 // dependencies needed by the Grails build system
126126
127- String springVersion = "3.1.0.RC2 " ;
127+ String springVersion = "3.1.0.RELEASE " ;
128128 String antVersion = "1.8.2" ;
129129 String slf4jVersion = "1.6.2" ;
130130 String junitVersion = "4.10" ;
You can’t perform that action at this time.
0 commit comments