Skip to content

Commit 512de7f

Browse files
committed
[maven-release-plugin] prepare release spring-ws-1.5.6
1 parent 89eaa76 commit 512de7f

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.6-SNAPSHOT</version>
6+
<version>1.5.6</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.6-SNAPSHOT</version>
5+
<version>1.5.6</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.6-SNAPSHOT</version>
5+
<version>1.5.6</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.6-SNAPSHOT</version>
5+
<version>1.5.6</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.6-SNAPSHOT</version>
5+
<version>1.5.6</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.6-SNAPSHOT</version>
7+
<version>1.5.6</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/trunk</connection>
28-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
29-
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
26+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</connection>
27+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</developerConnection>
28+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6</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.6-SNAPSHOT</version>
7+
<version>1.5.6</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/trunk</connection>
88-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
89-
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
86+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</connection>
87+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</developerConnection>
88+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6</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.6-SNAPSHOT</version>
5+
<version>1.5.6</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.6-SNAPSHOT</version>
5+
<version>1.5.6</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.6-SNAPSHOT</version>
6+
<version>1.5.6</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mtom</artifactId>

0 commit comments

Comments
 (0)