Skip to content

Commit 3fa08e6

Browse files
committed
Releasing Spring Web Services v4.0.5
1 parent c8bab36 commit 3fa08e6

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Diff for: pom.xml

+1-1
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.5-SNAPSHOT</version>
8+
<version>4.0.5</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Web Services</name>

Diff for: spring-ws-bom/pom.xml

+6-6
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.5-SNAPSHOT</version>
9+
<version>4.0.5</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.5-SNAPSHOT</version>
74+
<version>4.0.5</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.springframework.ws</groupId>
7878
<artifactId>spring-ws-security</artifactId>
79-
<version>4.0.5-SNAPSHOT</version>
79+
<version>4.0.5</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework.ws</groupId>
8383
<artifactId>spring-ws-support</artifactId>
84-
<version>4.0.5-SNAPSHOT</version>
84+
<version>4.0.5</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.springframework.ws</groupId>
8888
<artifactId>spring-ws-test</artifactId>
89-
<version>4.0.5-SNAPSHOT</version>
89+
<version>4.0.5</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.springframework.ws</groupId>
9393
<artifactId>spring-xml</artifactId>
94-
<version>4.0.5-SNAPSHOT</version>
94+
<version>4.0.5</version>
9595
</dependency>
9696
</dependencies>
9797
</dependencyManagement>

Diff for: spring-ws-core/pom.xml

+1-1
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.5-SNAPSHOT</version>
10+
<version>4.0.5</version>
1111
</parent>
1212

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

Diff for: spring-ws-security/pom.xml

+1-1
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.5-SNAPSHOT</version>
10+
<version>4.0.5</version>
1111
</parent>
1212

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

Diff for: spring-ws-support/pom.xml

+1-1
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.5-SNAPSHOT</version>
10+
<version>4.0.5</version>
1111
</parent>
1212

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

Diff for: spring-ws-test/pom.xml

+1-1
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.5-SNAPSHOT</version>
10+
<version>4.0.5</version>
1111
</parent>
1212

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

Diff for: spring-xml/pom.xml

+1-1
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.5-SNAPSHOT</version>
10+
<version>4.0.5</version>
1111
</parent>
1212

1313
<artifactId>spring-xml</artifactId>

0 commit comments

Comments
 (0)