Skip to content

Commit 4134af1

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.0.3
1 parent 0b193e5 commit 4134af1

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
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</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-archetype</artifactId>

core-tiger/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</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.0.3-SNAPSHOT</version>
5+
<version>1.0.3</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-ws-core-tiger</artifactId>

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</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.0.3-SNAPSHOT</version>
5+
<version>1.0.3</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-ws-core</artifactId>

oxm-tiger/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</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.0.3-SNAPSHOT</version>
5+
<version>1.0.3</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-oxm-tiger</artifactId>

oxm/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</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.0.3-SNAPSHOT</version>
5+
<version>1.0.3</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-oxm</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.springframework.ws</groupId>
44
<artifactId>spring-ws</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
77
<name>Spring Web Services</name>
88
<description>
99
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It
@@ -92,9 +92,9 @@
9292
</license>
9393
</licenses>
9494
<scm>
95-
<connection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/branches/spring-ws-1.0</connection>
96-
<developerConnection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/branches/spring-ws-1.0</developerConnection>
97-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/branches/spring-ws-1.0</url>
95+
<connection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.3</connection>
96+
<developerConnection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.3</developerConnection>
97+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0.3</url>
9898
</scm>
9999
<modules>
100100
<module>xml</module>

samples/airline/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-samples</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.0.3-SNAPSHOT</version>
5+
<version>1.0.3</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>airline</artifactId>

samples/echo/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-samples</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.0.3-SNAPSHOT</version>
5+
<version>1.0.3</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>echo</artifactId>

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>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mtom</artifactId>

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</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-samples</artifactId>

0 commit comments

Comments
 (0)