Upgraded to Spring 3.1.1

This commit is contained in:
Arjen Poutsma
2012-02-17 09:00:47 +00:00
parent 6d4ec4b868
commit 10aa7c5534
2 changed files with 3 additions and 3 deletions

View File

@@ -29,9 +29,9 @@
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
</scm>
<properties>
<osgi.version>2.0.4.RELEASE</osgi.version>
<osgi.version>2.0.5.RELEASE</osgi.version>
<osgi.range>"${osgi.version:[=.=.=, =.=.+1)}"</osgi.range>
<spring.framework.version>3.1.0.RELEASE</spring.framework.version>
<spring.framework.version>3.1.1.RELEASE</spring.framework.version>
<spring.framework.osgi.range>"[3.1.0, 4.0.0)"</spring.framework.osgi.range>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

View File

@@ -99,7 +99,7 @@
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
</scm>
<properties>
<spring.framework.version>3.1.0.RELEASE</spring.framework.version>
<spring.framework.version>3.1.1.RELEASE</spring.framework.version>
</properties>
<modules>
<module>parent</module>