Updated to Spring 2.5.2

This commit is contained in:
Arjen Poutsma
2008-03-06 22:30:28 +00:00
parent 917f939ac7
commit 7b673a393d
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-parent</artifactId>
@@ -29,7 +30,7 @@
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
</scm>
<properties>
<spring.version>2.5.1</spring.version>
<spring.version>2.5.2</spring.version>
</properties>
<repositories>
<repository>
@@ -367,7 +368,7 @@
<dependency>
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
<version>1.3.2</version>
<version>1.3.2</version>
</dependency>
<!-- O/X Mapping dependencies -->
<!-- Castor -->

View File

@@ -90,7 +90,7 @@
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
</scm>
<properties>
<spring.version>2.5.1</spring.version>
<spring.version>2.5.2</spring.version>
</properties>
<modules>
<module>parent</module>