Skip to content

Commit 2febc65

Browse files
committed
[maven-release-plugin] prepare release spring-ws-2.1.0.RC1
1 parent a59f472 commit 2febc65

File tree

37 files changed

+44
-44
lines changed

37 files changed

+44
-44
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.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</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.RC1-SNAPSHOT</version>
5+
<version>2.1.0.RC1</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.RC1-SNAPSHOT</version>
7+
<version>2.1.0.RC1</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.RC1/trunk</connection>
53+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RC1/trunk</developerConnection>
54+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RC1/trunk</url>
5555
</scm>
5656
<properties>
5757
<osgi.version>2.1.0.RC1</osgi.version>

pom.xml

Lines changed: 5 additions & 5 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.RC1-SNAPSHOT</version>
7+
<version>2.1.0.RC1</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.RC1</connection>
111+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RC1</developerConnection>
112+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RC1</url>
113113
</scm>
114114
<properties>
115115
<spring.framework.version>3.1.1.RELEASE</spring.framework.version>
@@ -293,7 +293,7 @@
293293
</copy>
294294
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
295295
<move todir="target/site/reference/html" failonerror="false">
296-
<fileset dir="target/site/reference/html/index"/>
296+
<fileset dir="target/site/reference/html/index" />
297297
</move>
298298
</postProcess>
299299
</configuration>

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.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</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.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</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.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</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.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</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.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</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.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/airline/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-samples</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/airline/server/pom.xml

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

samples/echo/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>echo</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/echo/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>echo-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/echo/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>echo-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/echo/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-samples</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/echo/server/pom.xml

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

samples/mtom/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>mtom-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/mtom/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>mtom</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/mtom/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>mtom-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/mtom/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-samples</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/mtom/server/pom.xml

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

samples/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.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/pox/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>pox</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/pox/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>pox-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/pox/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-samples</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/pox/server/pom.xml

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

samples/stockquote/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>stockquote-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/stockquote/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>stockquote</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/stockquote/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>stockquote-client</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/stockquote/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-samples</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

samples/stockquote/server/pom.xml

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

samples/tutorial/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-samples</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>2.1.0.RC1-SNAPSHOT</version>
6+
<version>2.1.0.RC1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

security/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.RC1-SNAPSHOT</version>
5+
<version>2.1.0.RC1</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

support/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.RC1-SNAPSHOT</version>
5+
<version>2.1.0.RC1</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

test/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.RC1-SNAPSHOT</version>
5+
<version>2.1.0.RC1</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

xml/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.RC1-SNAPSHOT</version>
5+
<version>2.1.0.RC1</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)