Skip to content

Commit b638a83

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.5.3
1 parent 1100939 commit b638a83

File tree

17 files changed

+33
-37
lines changed

17 files changed

+33
-37
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.3-SNAPSHOT</version>
6+
<version>1.5.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-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.3-SNAPSHOT</version>
5+
<version>1.5.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-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.3-SNAPSHOT</version>
5+
<version>1.5.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-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.3-SNAPSHOT</version>
5+
<version>1.5.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-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.3-SNAPSHOT</version>
5+
<version>1.5.3</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.3-SNAPSHOT</version>
7+
<version>1.5.3</version>
98
<name>Spring Web Services - Parent</name>
109
<distributionManagement>
1110
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
@@ -24,9 +23,9 @@
2423
</site>
2524
</distributionManagement>
2625
<scm>
27-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
28-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
29-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
26+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.3</connection>
27+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.3</developerConnection>
28+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.3</url>
3029
</scm>
3130
<properties>
3231
<spring.version>2.5.4</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.3-SNAPSHOT</version>
7+
<version>1.5.3</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
@@ -84,9 +83,9 @@
8483
</site>
8584
</distributionManagement>
8685
<scm>
87-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
88-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
89-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
86+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.3</connection>
87+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.3</developerConnection>
88+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.3</url>
9089
</scm>
9190
<properties>
9291
<spring.version>2.5.4</spring.version>
@@ -619,20 +618,19 @@
619618
<postProcess>
620619
<copy todir="target/site/reference">
621620
<fileset dir="target/docbkx">
622-
<include name="**/*.html"/>
623-
<include name="**/*.pdf"/>
621+
<include name="**/*.html" />
622+
<include name="**/*.pdf" />
624623
</fileset>
625624
</copy>
626625
<copy todir="target/site/reference/html">
627626
<fileset dir="src/docbkx/resources">
628-
<include name="**/*.css"/>
629-
<include name="**/*.png"/>
630-
<include name="**/*.gif"/>
631-
<include name="**/*.jpg"/>
627+
<include name="**/*.css" />
628+
<include name="**/*.png" />
629+
<include name="**/*.gif" />
630+
<include name="**/*.jpg" />
632631
</fileset>
633632
</copy>
634-
<move file="target/site/reference/pdf/index.pdf"
635-
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
633+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
636634
</postProcess>
637635
</configuration>
638636
</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.3-SNAPSHOT</version>
5+
<version>1.5.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.5.3-SNAPSHOT</version>
5+
<version>1.5.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.5.3-SNAPSHOT</version>
6+
<version>1.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mtom</artifactId>

0 commit comments

Comments
 (0)