Skip to content

Commit 95048ca

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-2.0.0-M1
1 parent e47dc81 commit 95048ca

File tree

36 files changed

+43
-44
lines changed

36 files changed

+43
-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.0.0-M1-SNAPSHOT</version>
6+
<version>2.0.0-M1</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-M1-SNAPSHOT</version>
5+
<version>2.0.0-M1</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.0.0-M1-SNAPSHOT</version>
7+
<version>2.0.0-M1</version>
88
<name>Spring Web Services - Parent</name>
99
<distributionManagement>
1010
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
@@ -23,9 +23,9 @@
2323
</site>
2424
</distributionManagement>
2525
<scm>
26-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
27-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
28-
<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-M1</connection>
27+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-M1</developerConnection>
28+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.0-M1</url>
2929
</scm>
3030
<properties>
3131
<spring.framework.version>3.0.1.RELEASE</spring.framework.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-M1-SNAPSHOT</version>
7+
<version>2.0.0-M1</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
@@ -83,9 +83,9 @@
8383
</site>
8484
</distributionManagement>
8585
<scm>
86-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</connection>
87-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</developerConnection>
88-
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6</url>
86+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-M1</connection>
87+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-M1</developerConnection>
88+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.0-M1</url>
8989
</scm>
9090
<properties>
9191
<spring.framework.version>3.0.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.0.0-M1-SNAPSHOT</version>
6+
<version>2.0.0-M1</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-M1-SNAPSHOT</version>
6+
<version>2.0.0-M1</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-M1-SNAPSHOT</version>
6+
<version>2.0.0-M1</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-M1-SNAPSHOT</version>
6+
<version>2.0.0-M1</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-M1-SNAPSHOT</version>
6+
<version>2.0.0-M1</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-M1-SNAPSHOT</version>
6+
<version>2.0.0-M1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)