Skip to content

Commit 4c25eac

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.0.1
1 parent 24e261e commit 4c25eac

File tree

13 files changed

+18
-20
lines changed

13 files changed

+18
-20
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.1-SNAPSHOT</version>
6+
<version>1.0.1</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.1-SNAPSHOT</version>
5+
<version>1.0.1</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.1-SNAPSHOT</version>
5+
<version>1.0.1</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.1-SNAPSHOT</version>
5+
<version>1.0.1</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.1-SNAPSHOT</version>
5+
<version>1.0.1</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.1-SNAPSHOT</version>
6+
<version>1.0.1</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:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
96-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
97-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
95+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.1</connection>
96+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.1</developerConnection>
97+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0.1</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.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>airline</artifactId>

samples/echo/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-samples</artifactId>
54
<groupId>org.springframework.ws</groupId>
6-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<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.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mtom</artifactId>

samples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<artifactId>spring-ws</artifactId>
65
<groupId>org.springframework.ws</groupId>
7-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>spring-ws-samples</artifactId>

0 commit comments

Comments
 (0)