Skip to content

Commit b85fa22

Browse files
author
Corneil du Plessis
committed
Post-release update version to 4.0.12-SNAPSHOT.
1 parent 28e51d2 commit b85fa22

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
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.11</version>
8+
<version>4.0.12-SNAPSHOT</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.11</version>
9+
<version>4.0.12-SNAPSHOT</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.11</version>
74+
<version>4.0.12-SNAPSHOT</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.springframework.ws</groupId>
7878
<artifactId>spring-ws-security</artifactId>
79-
<version>4.0.11</version>
79+
<version>4.0.12-SNAPSHOT</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework.ws</groupId>
8383
<artifactId>spring-ws-support</artifactId>
84-
<version>4.0.11</version>
84+
<version>4.0.12-SNAPSHOT</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.springframework.ws</groupId>
8888
<artifactId>spring-ws-test</artifactId>
89-
<version>4.0.11</version>
89+
<version>4.0.12-SNAPSHOT</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.springframework.ws</groupId>
9393
<artifactId>spring-xml</artifactId>
94-
<version>4.0.11</version>
94+
<version>4.0.12-SNAPSHOT</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.11</version>
10+
<version>4.0.12-SNAPSHOT</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.11</version>
10+
<version>4.0.12-SNAPSHOT</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.11</version>
10+
<version>4.0.12-SNAPSHOT</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.11</version>
10+
<version>4.0.12-SNAPSHOT</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.11</version>
10+
<version>4.0.12-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>spring-xml</artifactId>

src/main/asciidoctor/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Spring Web Services Reference Documentation
2-
Arjen Poutsma, Rick Evans, Tareq Abed Rabbo, Greg Turnquist, Jay Bryant
2+
Arjen Poutsma, Rick Evans, Tareq Abed Rabbo, Greg Turnquist, Jay Bryant, Corneil du Plessis
33
:doctype: book
44
:revnumber: {version}
55
:revdate: {localdate}

0 commit comments

Comments
 (0)