Skip to content

Commit

Permalink
Releasing Spring Web Services v3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Nov 16, 2023
1 parent 766684b commit bce4cbc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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>3.1.8-SNAPSHOT</version>
<version>3.1.8</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>3.1.8-SNAPSHOT</version>
<version>3.1.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>3.1.8-SNAPSHOT</version>
<version>3.1.8</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>3.1.8-SNAPSHOT</version>
<version>3.1.8</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>3.1.8-SNAPSHOT</version>
<version>3.1.8</version>
</parent>

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

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

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>3.1.8-SNAPSHOT</version>
<version>3.1.8</version>
</parent>

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

0 comments on commit bce4cbc

Please sign in to comment.