Skip to content

Commit 40f04fb

Browse files
committed
Releasing Spring Web Services v4.0.0-M3
1 parent 31a805c commit 40f04fb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.ws</groupId>
77
<artifactId>spring-ws</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0-M3</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Web Services</name>

spring-ws-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.ws</groupId>
99
<artifactId>spring-ws</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-M3</version>
1111
</parent>
1212

1313
<artifactId>spring-ws-core</artifactId>

spring-ws-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.ws</groupId>
99
<artifactId>spring-ws</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-M3</version>
1111
</parent>
1212

1313
<artifactId>spring-ws-security</artifactId>

spring-ws-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.ws</groupId>
99
<artifactId>spring-ws</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-M3</version>
1111
</parent>
1212

1313
<artifactId>spring-ws-support</artifactId>

spring-ws-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.ws</groupId>
99
<artifactId>spring-ws</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-M3</version>
1111
</parent>
1212

1313
<artifactId>spring-ws-test</artifactId>

spring-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.ws</groupId>
99
<artifactId>spring-ws</artifactId>
10-
<version>4.0.0-SNAPSHOT</version>
10+
<version>4.0.0-M3</version>
1111
</parent>
1212

1313
<artifactId>spring-xml</artifactId>

0 commit comments

Comments
 (0)