Skip to content

Commit 28aa5c9

Browse files
author
Corneil du Plessis
committed
Releasing Spring Web Services v4.0.9
1 parent 6e8ee0b commit 28aa5c9

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
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.9-SNAPSHOT</version>
8+
<version>4.0.9</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Web Services</name>

spring-ws-bom/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.springframework.ws</groupId>
88
<artifactId>spring-ws-bom</artifactId>
9-
<version>4.0.9-SNAPSHOT</version>
9+
<version>4.0.9</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Spring Web Services - BOM</name>
@@ -71,27 +71,27 @@
7171
<dependency>
7272
<groupId>org.springframework.ws</groupId>
7373
<artifactId>spring-ws-core</artifactId>
74-
<version>4.0.9-SNAPSHOT</version>
74+
<version>4.0.9</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.springframework.ws</groupId>
7878
<artifactId>spring-ws-security</artifactId>
79-
<version>4.0.9-SNAPSHOT</version>
79+
<version>4.0.9</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework.ws</groupId>
8383
<artifactId>spring-ws-support</artifactId>
84-
<version>4.0.9-SNAPSHOT</version>
84+
<version>4.0.9</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.springframework.ws</groupId>
8888
<artifactId>spring-ws-test</artifactId>
89-
<version>4.0.9-SNAPSHOT</version>
89+
<version>4.0.9</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.springframework.ws</groupId>
9393
<artifactId>spring-xml</artifactId>
94-
<version>4.0.9-SNAPSHOT</version>
94+
<version>4.0.9</version>
9595
</dependency>
9696
</dependencies>
9797
</dependencyManagement>

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.9-SNAPSHOT</version>
10+
<version>4.0.9</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.9-SNAPSHOT</version>
10+
<version>4.0.9</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.9-SNAPSHOT</version>
10+
<version>4.0.9</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.9-SNAPSHOT</version>
10+
<version>4.0.9</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.9-SNAPSHOT</version>
10+
<version>4.0.9</version>
1111
</parent>
1212

1313
<artifactId>spring-xml</artifactId>

0 commit comments

Comments
 (0)