Skip to content

Commit

Permalink
Continue development on v4.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Nov 21, 2022
1 parent 372169d commit 6460782
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Spring Web Services</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-ws-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-ws-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-ws-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-ws-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-ws-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-ws-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-ws-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-ws-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
</parent>

<artifactId>spring-xml</artifactId>
Expand Down

0 comments on commit 6460782

Please sign in to comment.