Skip to content

Commit 3a97eb9

Browse files
GRAILS-8293 - Upgrade to Spring 3.1.0
1 parent 5b6519e commit 3a97eb9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jlineVersion = "1.0"
3737
jnaVersion = "3.2.3"
3838
slf4jVersion = "1.6.2"
3939
springLoadedVersion = "1.0.2"
40-
springVersion = "3.1.0.RC2"
40+
springVersion = "3.1.0.RELEASE"
4141
springWebflowVersion= "2.0.8.RELEASE"
4242
hibernateVersion = "3.6.7.Final"
4343
ehcacheVersion = "2.4.6"

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bundlor.jndi.version=1.2.0
1414
bundlor.servlet.jsp.version=2.1.0
1515
bundlor.radeox.version=1.0.0.b2
1616
bundlor.groovy.version=1.8.4
17-
bundlor.spring.version=3.1.0.RC1
17+
bundlor.spring.version=3.1.0.RELEASE
1818
bundlor.ant.version=1.8.2
1919
bundlor.ivy.version=2.0.0
2020
bundlor.gant.version=1.9.5

dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)