Skip to content

Commit 9932f9f

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-2.0.0-RC1
1 parent 87cee7a commit 9932f9f

File tree

37 files changed

+45
-47
lines changed

37 files changed

+45
-47
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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
5+
<version>2.0.0-RC1</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

parent/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.springframework.ws</groupId>
65
<artifactId>spring-ws-parent</artifactId>
76
<packaging>pom</packaging>
8-
<version>2.0.0-RC1-SNAPSHOT</version>
7+
<version>2.0.0-RC1</version>
98
<name>Spring Web Services - Parent</name>
109
<distributionManagement>
1110
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
@@ -24,9 +23,9 @@
2423
</site>
2524
</distributionManagement>
2625
<scm>
27-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
28-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
29-
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
26+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-RC1</connection>
27+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-RC1</developerConnection>
28+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.0-RC1</url>
3029
</scm>
3130
<properties>
3231
<osgi.version>2.0.0.M4</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.0.0-RC1-SNAPSHOT</version>
7+
<version>2.0.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
@@ -94,9 +94,9 @@
9494
</site>
9595
</distributionManagement>
9696
<scm>
97-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
98-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk/</developerConnection>
99-
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
97+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-RC1</connection>
98+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-RC1</developerConnection>
99+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.0-RC1</url>
100100
</scm>
101101
<properties>
102102
<spring.framework.version>3.0.5.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
5+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
5+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
5+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
5+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
6+
<version>2.0.0-RC1</version>
77
<relativePath>../samples/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.0.0-RC1-SNAPSHOT</version>
5+
<version>2.0.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.0.0-RC1-SNAPSHOT</version>
5+
<version>2.0.0-RC1</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<parent>
43
<artifactId>spring-ws-parent</artifactId>
54
<groupId>org.springframework.ws</groupId>
6-
<version>2.0.0-RC1-SNAPSHOT</version>
5+
<version>2.0.0-RC1</version>
76
<relativePath>../parent/pom.xml</relativePath>
87
</parent>
98
<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.0.0-RC1-SNAPSHOT</version>
5+
<version>2.0.0-RC1</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)