Skip to content

Commit

Permalink
Releasing Spring Web Services v3.0.7.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Feb 22, 2019
1 parent 8268293 commit 6544723
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>3.0.7.BUILD-SNAPSHOT</version>
<version>3.0.7.RELEASE</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.0.7.BUILD-SNAPSHOT</version>
<version>3.0.7.RELEASE</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>3.0.7.BUILD-SNAPSHOT</version>
<version>3.0.7.RELEASE</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.0.7.BUILD-SNAPSHOT</version>
<version>3.0.7.RELEASE</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.0.7.BUILD-SNAPSHOT</version>
<version>3.0.7.RELEASE</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>3.0.7.BUILD-SNAPSHOT</version>
<version>3.0.7.RELEASE</version>
</parent>

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

0 comments on commit 6544723

Please sign in to comment.