Skip to content

Commit 7b673a3

Browse files
committed
Updated to Spring 2.5.2
1 parent 917f939 commit 7b673a3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

parent/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>org.springframework.ws</groupId>
56
<artifactId>spring-ws-parent</artifactId>
@@ -29,7 +30,7 @@
2930
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
3031
</scm>
3132
<properties>
32-
<spring.version>2.5.1</spring.version>
33+
<spring.version>2.5.2</spring.version>
3334
</properties>
3435
<repositories>
3536
<repository>
@@ -367,7 +368,7 @@
367368
<dependency>
368369
<groupId>org.apache.ws.commons.schema</groupId>
369370
<artifactId>XmlSchema</artifactId>
370-
<version>1.3.2</version>
371+
<version>1.3.2</version>
371372
</dependency>
372373
<!-- O/X Mapping dependencies -->
373374
<!-- Castor -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
9191
</scm>
9292
<properties>
93-
<spring.version>2.5.1</spring.version>
93+
<spring.version>2.5.2</spring.version>
9494
</properties>
9595
<modules>
9696
<module>parent</module>

0 commit comments

Comments
 (0)