Skip to content

Commit a5d5fcd

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.5.0-m1
1 parent d67bced commit a5d5fcd

File tree

15 files changed

+45
-59
lines changed

15 files changed

+45
-59
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-m1-SNAPSHOT</version>
6+
<version>1.5.0-m1</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-m1-SNAPSHOT</version>
5+
<version>1.5.0-m1</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-m1-SNAPSHOT</version>
5+
<version>1.5.0-m1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-ws-core</artifactId>

oxm-tiger/pom.xml

Lines changed: 4 additions & 5 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-m1-SNAPSHOT</version>
5+
<version>1.5.0-m1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-oxm-tiger</artifactId>
@@ -28,8 +27,8 @@
2827
<configuration>
2928
<tasks>
3029
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
31-
<property name="maven.test.skip" value="${maven.test.skip}"/>
32-
<target name="generate-test-sources"/>
30+
<property name="maven.test.skip" value="${maven.test.skip}" />
31+
<target name="generate-test-sources" />
3332
</ant>
3433
</tasks>
3534
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>

oxm/pom.xml

Lines changed: 6 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-m1-SNAPSHOT</version>
5+
<version>1.5.0-m1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-oxm</artifactId>
@@ -22,8 +21,8 @@
2221
<configuration>
2322
<tasks>
2423
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
25-
<property name="maven.test.skip" value="${maven.test.skip}"/>
26-
<target name="generate-test-sources"/>
24+
<property name="maven.test.skip" value="${maven.test.skip}" />
25+
<target name="generate-test-sources" />
2726
</ant>
2827
</tasks>
2928
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>
@@ -38,8 +37,8 @@
3837
<configuration>
3938
<tasks>
4039
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
41-
<property name="maven.test.skip" value="${maven.test.skip}"/>
42-
<target name="test-compile"/>
40+
<property name="maven.test.skip" value="${maven.test.skip}" />
41+
<target name="test-compile" />
4342
</ant>
4443
</tasks>
4544
</configuration>

parent/pom.xml

Lines changed: 5 additions & 8 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-m1-SNAPSHOT</version>
7+
<version>1.5.0-m1</version>
98
<name>Spring Web Services - Parent</name>
109
<distributionManagement>
1110
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
@@ -25,11 +24,9 @@
2524
</site>
2625
</distributionManagement>
2726
<scm>
28-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
29-
</connection>
30-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
31-
</developerConnection>
32-
<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-m1</connection>
28+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m1</developerConnection>
29+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m1</url>
3330
</scm>
3431
<properties>
3532
<spring.version>2.0.7</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-m1-SNAPSHOT</version>
7+
<version>1.5.0-m1</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
@@ -79,9 +78,9 @@
7978
</site>
8079
</distributionManagement>
8180
<scm>
82-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
83-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
84-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
81+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m1</connection>
82+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m1</developerConnection>
83+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m1</url>
8584
</scm>
8685
<modules>
8786
<module>parent</module>
@@ -214,20 +213,19 @@
214213
<postProcess>
215214
<copy todir="target/site/reference">
216215
<fileset dir="target/docbkx">
217-
<include name="**/*.html"/>
218-
<include name="**/*.pdf"/>
216+
<include name="**/*.html" />
217+
<include name="**/*.pdf" />
219218
</fileset>
220219
</copy>
221220
<copy todir="target/site/reference/html">
222221
<fileset dir="src/docbkx/resources">
223-
<include name="**/*.css"/>
224-
<include name="**/*.png"/>
225-
<include name="**/*.gif"/>
226-
<include name="**/*.jpg"/>
222+
<include name="**/*.css" />
223+
<include name="**/*.png" />
224+
<include name="**/*.gif" />
225+
<include name="**/*.jpg" />
227226
</fileset>
228227
</copy>
229-
<move file="target/site/reference/pdf/index.pdf"
230-
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
228+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
231229
</postProcess>
232230
</configuration>
233231
</plugin>

samples/airline/pom.xml

Lines changed: 3 additions & 5 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-m1-SNAPSHOT</version>
5+
<version>1.5.0-m1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>airline</artifactId>
@@ -89,8 +88,7 @@
8988
<phase>process-classes</phase>
9089
<configuration>
9190
<tasks>
92-
<java classname="org.apache.openjpa.enhance.PCEnhancer"
93-
classpathref="maven.runtime.classpath" dir="target/classes" fork="true"/>
91+
<java classname="org.apache.openjpa.enhance.PCEnhancer" classpathref="maven.runtime.classpath" dir="target/classes" fork="true" />
9492
</tasks>
9593
</configuration>
9694
<goals>

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

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

0 commit comments

Comments
 (0)