Skip to content

Commit bce4cbc

Browse files
committed
Releasing Spring Web Services v3.1.8
1 parent 766684b commit bce4cbc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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>3.1.8-SNAPSHOT</version>
8+
<version>3.1.8</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>3.1.8-SNAPSHOT</version>
10+
<version>3.1.8</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

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

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

spring-ws-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ws</groupId>
77
<artifactId>spring-ws</artifactId>
8-
<version>3.1.8-SNAPSHOT</version>
8+
<version>3.1.8</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-ws-tests/spring-ws-axiom-1.2-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ws</groupId>
77
<artifactId>spring-ws-tests</artifactId>
8-
<version>3.1.8-SNAPSHOT</version>
8+
<version>3.1.8</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

1313
<artifactId>spring-xml</artifactId>

0 commit comments

Comments
 (0)