Skip to content

Commit

Permalink
Releasing Spring Web Services v4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Dec 15, 2023
1 parent 6e8ee0b commit 28aa5c9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.9-SNAPSHOT</version>
<version>4.0.9</version>
<packaging>pom</packaging>

<name>Spring Web Services</name>
Expand Down
12 changes: 6 additions & 6 deletions spring-ws-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-bom</artifactId>
<version>4.0.9-SNAPSHOT</version>
<version>4.0.9</version>
<packaging>pom</packaging>

<name>Spring Web Services - BOM</name>
Expand Down Expand Up @@ -71,27 +71,27 @@
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>4.0.9-SNAPSHOT</version>
<version>4.0.9</version>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-security</artifactId>
<version>4.0.9-SNAPSHOT</version>
<version>4.0.9</version>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-support</artifactId>
<version>4.0.9-SNAPSHOT</version>
<version>4.0.9</version>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-test</artifactId>
<version>4.0.9-SNAPSHOT</version>
<version>4.0.9</version>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-xml</artifactId>
<version>4.0.9-SNAPSHOT</version>
<version>4.0.9</version>
</dependency>
</dependencies>
</dependencyManagement>
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.9-SNAPSHOT</version>
<version>4.0.9</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.9-SNAPSHOT</version>
<version>4.0.9</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.9-SNAPSHOT</version>
<version>4.0.9</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.9-SNAPSHOT</version>
<version>4.0.9</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.9-SNAPSHOT</version>
<version>4.0.9</version>
</parent>

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

0 comments on commit 28aa5c9

Please sign in to comment.