Updated to Spring 3.0.5

This commit is contained in:
Arjen Poutsma
2010-10-31 11:02:29 +00:00
parent 1c61a16814
commit 9b00496d90
2 changed files with 2 additions and 16 deletions

View File

@@ -31,8 +31,7 @@
<properties>
<osgi.version>2.0.0.M4</osgi.version>
<osgi.range>"${osgi.version:[=.=.=, =.=.+1)}"</osgi.range>
<!--TODO: remove as soon as Spring 3.0.5 is out -->
<spring.framework.version>3.0.5.BUILD-SNAPSHOT</spring.framework.version>
<spring.framework.version>3.0.5.RELEASE</spring.framework.version>
<spring.framework.osgi.range>"[3.0.5, 4.0.0)"</spring.framework.osgi.range>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -43,19 +42,6 @@
<url>http://repository.springsource.com/maven/bundles/release/</url>
</pluginRepository>
</pluginRepositories>
<!--TODO: remove as soon as Spring 3.0.5 is out -->
<repositories>
<repository>
<id>s2-maven-snapshot</id>
<url>http://maven.springframework.org/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<build>
<extensions>
<extension>

View File

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