Skip to content

Commit 691f3a2

Browse files
committed
[maven-release-plugin] prepare release spring-ws-2.1.0.RELEASE
1 parent eaf6b7e commit 691f3a2

File tree

37 files changed

+43
-43
lines changed

37 files changed

+43
-43
lines changed

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-ws-parent</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RELEASE-SNAPSHOT</version>
6+
<version>2.1.0.RELEASE</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>2.1.0.RELEASE-SNAPSHOT</version>
5+
<version>2.1.0.RELEASE</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.springframework.ws</groupId>
55
<artifactId>spring-ws-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.1.0.RELEASE-SNAPSHOT</version>
7+
<version>2.1.0.RELEASE</version>
88
<name>Spring Web Services - Parent</name>
99
<url>http://static.springframework.org/spring-ws/site/index.html</url>
1010
<organization>
@@ -49,9 +49,9 @@
4949
</site>
5050
</distributionManagement>
5151
<scm>
52-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
53-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
54-
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
52+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RELEASE/trunk</connection>
53+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RELEASE/trunk</developerConnection>
54+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RELEASE/trunk</url>
5555
</scm>
5656
<properties>
5757
<osgi.version>2.1.0.RELEASE</osgi.version>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.springframework.ws</groupId>
55
<artifactId>spring-ws</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.1.0.RELEASE-SNAPSHOT</version>
7+
<version>2.1.0.RELEASE</version>
88
<name>Spring Web Services</name>
99
<description>
1010
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It
@@ -107,9 +107,9 @@
107107
</site>
108108
</distributionManagement>
109109
<scm>
110-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
111-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk/</developerConnection>
112-
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
110+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RELEASE</connection>
111+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RELEASE</developerConnection>
112+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RELEASE</url>
113113
</scm>
114114
<properties>
115115
<spring.framework.version>3.1.1.RELEASE</spring.framework.version>

samples/airline/client/axis1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>airline-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RELEASE-SNAPSHOT</version>
6+
<version>2.1.0.RELEASE</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/airline/client/jax-ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>airline-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RELEASE-SNAPSHOT</version>
6+
<version>2.1.0.RELEASE</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/airline/client/jms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>airline-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RELEASE-SNAPSHOT</version>
6+
<version>2.1.0.RELEASE</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/airline/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>airline</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RELEASE-SNAPSHOT</version>
6+
<version>2.1.0.RELEASE</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/airline/client/saaj/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>airline-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RELEASE-SNAPSHOT</version>
6+
<version>2.1.0.RELEASE</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/airline/client/spring-ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>airline-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RELEASE-SNAPSHOT</version>
6+
<version>2.1.0.RELEASE</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)