Skip to content

Commit 3677116

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.5.0-rc1
1 parent 9c9829b commit 3677116

File tree

17 files changed

+35
-41
lines changed

17 files changed

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

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>1.5.0-rc1-SNAPSHOT</version>
7+
<version>1.5.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>
@@ -25,9 +24,9 @@
2524
</site>
2625
</distributionManagement>
2726
<scm>
28-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
29-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
30-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
27+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-rc1</connection>
28+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-rc1</developerConnection>
29+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-rc1</url>
3130
</scm>
3231
<properties>
3332
<spring.version>2.5.2</spring.version>

pom.xml

Lines changed: 12 additions & 14 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</artifactId>
76
<packaging>pom</packaging>
8-
<version>1.5.0-rc1-SNAPSHOT</version>
7+
<version>1.5.0-rc1</version>
98
<name>Spring Web Services</name>
109
<description>
1110
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It
@@ -85,9 +84,9 @@
8584
</site>
8685
</distributionManagement>
8786
<scm>
88-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
89-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
90-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
87+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-rc1</connection>
88+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-rc1</developerConnection>
89+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-rc1</url>
9190
</scm>
9291
<properties>
9392
<spring.version>2.5.2</spring.version>
@@ -585,20 +584,19 @@
585584
<postProcess>
586585
<copy todir="target/site/reference">
587586
<fileset dir="target/docbkx">
588-
<include name="**/*.html"/>
589-
<include name="**/*.pdf"/>
587+
<include name="**/*.html" />
588+
<include name="**/*.pdf" />
590589
</fileset>
591590
</copy>
592591
<copy todir="target/site/reference/html">
593592
<fileset dir="src/docbkx/resources">
594-
<include name="**/*.css"/>
595-
<include name="**/*.png"/>
596-
<include name="**/*.gif"/>
597-
<include name="**/*.jpg"/>
593+
<include name="**/*.css" />
594+
<include name="**/*.png" />
595+
<include name="**/*.gif" />
596+
<include name="**/*.jpg" />
598597
</fileset>
599598
</copy>
600-
<move file="target/site/reference/pdf/index.pdf"
601-
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
599+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
602600
</postProcess>
603601
</configuration>
604602
</plugin>

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

samples/pox/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.5.0-rc1-SNAPSHOT</version>
5+
<version>1.5.0-rc1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>pox</artifactId>

samples/stockquote/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.5.0-rc1-SNAPSHOT</version>
5+
<version>1.5.0-rc1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>stockquote</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.5.0-rc1-SNAPSHOT</version>
6+
<version>1.5.0-rc1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>tutorial</artifactId>

security/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>1.5.0-rc1-SNAPSHOT</version>
5+
<version>1.5.0-rc1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-ws-security</artifactId>

support/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>1.5.0-rc1-SNAPSHOT</version>
5+
<version>1.5.0-rc1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<groupId>org.springframework.ws</groupId>

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>1.5.0-rc1-SNAPSHOT</version>
5+
<version>1.5.0-rc1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-xml</artifactId>

0 commit comments

Comments
 (0)