Skip to content

Commit 1a6d241

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.0.4
1 parent 0479371 commit 1a6d241

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
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.4-SNAPSHOT</version>
6+
<version>1.0.4</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.4-SNAPSHOT</version>
5+
<version>1.0.4</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.4-SNAPSHOT</version>
5+
<version>1.0.4</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.4-SNAPSHOT</version>
5+
<version>1.0.4</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.4-SNAPSHOT</version>
5+
<version>1.0.4</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.4-SNAPSHOT</version>
6+
<version>1.0.4</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.4</connection>
96+
<developerConnection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.4</developerConnection>
97+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0.4</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.4-SNAPSHOT</version>
5+
<version>1.0.4</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.4-SNAPSHOT</version>
5+
<version>1.0.4</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.4-SNAPSHOT</version>
6+
<version>1.0.4</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.4-SNAPSHOT</version>
6+
<version>1.0.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-samples</artifactId>

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

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

src/site/apt/downloads/releases.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Downloads
66

77
* Get the latest Spring Web Services releases here
88

9-
* <<Spring-WS 1.5.0 is the current production preview>>
9+
* <<Spring-WS 1.5.0 is the current production release>>
1010

1111
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=587838}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.0/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=51796}Announcement}}
1212

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

0 commit comments

Comments
 (0)