Skip to content

Commit f54aae3

Browse files
committed
Upgraded to Spring 3.1
1 parent 111a8f3 commit f54aae3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<properties>
3232
<osgi.version>2.0.3.RELEASE</osgi.version>
3333
<osgi.range>"${osgi.version:[=.=.=, =.=.+1)}"</osgi.range>
34-
<spring.framework.version>3.0.6.RELEASE</spring.framework.version>
35-
<spring.framework.osgi.range>"[3.0.6, 4.0.0)"</spring.framework.osgi.range>
34+
<spring.framework.version>3.1.0.RELEASE</spring.framework.version>
35+
<spring.framework.osgi.range>"[3.1.0, 4.0.0)"</spring.framework.osgi.range>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
</properties>
3838
<pluginRepositories>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
100100
</scm>
101101
<properties>
102-
<spring.framework.version>3.0.6.RELEASE</spring.framework.version>
102+
<spring.framework.version>3.1.0.RELEASE</spring.framework.version>
103103
</properties>
104104
<modules>
105105
<module>parent</module>

0 commit comments

Comments
 (0)