Skip to content

Commit 449fc13

Browse files
committed
[maven-release-plugin] prepare release spring-ws-1.5.7
1 parent 2dff089 commit 449fc13

File tree

17 files changed

+44
-56
lines changed

17 files changed

+44
-56
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.7-SNAPSHOT</version>
6+
<version>1.5.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-archetype</artifactId>

core-tiger/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.7-SNAPSHOT</version>
5+
<version>1.5.7</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-ws-core-tiger</artifactId>

core/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.7-SNAPSHOT</version>
5+
<version>1.5.7</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-ws-core</artifactId>

oxm-tiger/pom.xml

Lines changed: 4 additions & 6 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.7-SNAPSHOT</version>
5+
<version>1.5.7</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-oxm-tiger</artifactId>
@@ -64,9 +63,8 @@
6463
<phase>generate-test-sources</phase>
6564
<configuration>
6665
<tasks>
67-
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true"
68-
target="generate-test-sources">
69-
<property name="maven.test.skip" value="${maven.test.skip}"/>
66+
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true" target="generate-test-sources">
67+
<property name="maven.test.skip" value="${maven.test.skip}" />
7068
</ant>
7169
</tasks>
7270
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>

oxm/pom.xml

Lines changed: 5 additions & 7 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.7-SNAPSHOT</version>
5+
<version>1.5.7</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-oxm</artifactId>
@@ -39,9 +38,8 @@
3938
<phase>generate-test-sources</phase>
4039
<configuration>
4140
<tasks>
42-
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true"
43-
target="generate-test-sources">
44-
<property name="maven.test.skip" value="${maven.test.skip}"/>
41+
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true" target="generate-test-sources">
42+
<property name="maven.test.skip" value="${maven.test.skip}" />
4543
</ant>
4644
</tasks>
4745
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>
@@ -56,7 +54,7 @@
5654
<configuration>
5755
<tasks>
5856
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true" target="test-compile">
59-
<property name="maven.test.skip" value="${maven.test.skip}"/>
57+
<property name="maven.test.skip" value="${maven.test.skip}" />
6058
</ant>
6159
</tasks>
6260
</configuration>

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.7-SNAPSHOT</version>
7+
<version>1.5.7</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://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</connection>
28-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</developerConnection>
29-
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6</url>
26+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.7</connection>
27+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.7</developerConnection>
28+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.7</url>
3029
</scm>
3130
<properties>
3231
<spring.version>2.5.6</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.7-SNAPSHOT</version>
7+
<version>1.5.7</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://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</connection>
88-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</developerConnection>
89-
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6</url>
86+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.7</connection>
87+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.7</developerConnection>
88+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.7</url>
9089
</scm>
9190
<properties>
9291
<spring.version>2.5.6</spring.version>
@@ -617,20 +616,19 @@
617616
<postProcess>
618617
<copy todir="target/site/reference">
619618
<fileset dir="target/docbkx">
620-
<include name="**/*.html"/>
621-
<include name="**/*.pdf"/>
619+
<include name="**/*.html" />
620+
<include name="**/*.pdf" />
622621
</fileset>
623622
</copy>
624623
<copy todir="target/site/reference/html">
625624
<fileset dir="src/docbkx/resources">
626-
<include name="**/*.css"/>
627-
<include name="**/*.png"/>
628-
<include name="**/*.gif"/>
629-
<include name="**/*.jpg"/>
625+
<include name="**/*.css" />
626+
<include name="**/*.png" />
627+
<include name="**/*.gif" />
628+
<include name="**/*.jpg" />
630629
</fileset>
631630
</copy>
632-
<move file="target/site/reference/pdf/index.pdf"
633-
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
631+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
634632
</postProcess>
635633
</configuration>
636634
</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.7-SNAPSHOT</version>
5+
<version>1.5.7</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.7-SNAPSHOT</version>
5+
<version>1.5.7</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.7-SNAPSHOT</version>
6+
<version>1.5.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mtom</artifactId>

0 commit comments

Comments
 (0)