Skip to content

Commit 5cab669

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.0.2
1 parent 4a13049 commit 5cab669

File tree

14 files changed

+36
-36
lines changed

14 files changed

+36
-36
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</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</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</artifactId>
54
<groupId>org.springframework.ws</groupId>
6-
<version>1.0.2-SNAPSHOT</version>
5+
<version>1.0.2</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<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</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.0.2-SNAPSHOT</version>
5+
<version>1.0.2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<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</artifactId>
54
<groupId>org.springframework.ws</groupId>
6-
<version>1.0.2-SNAPSHOT</version>
5+
<version>1.0.2</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-oxm-tiger</artifactId>
@@ -27,8 +26,8 @@
2726
<configuration>
2827
<tasks>
2928
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
30-
<property name="maven.test.skip" value="${maven.test.skip}"/>
31-
<target name="generate-test-sources"/>
29+
<property name="maven.test.skip" value="${maven.test.skip}" />
30+
<target name="generate-test-sources" />
3231
</ant>
3332
</tasks>
3433
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>

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

pom.xml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<modelVersion>4.0.0</modelVersion>
43
<groupId>org.springframework.ws</groupId>
54
<artifactId>spring-ws</artifactId>
65
<packaging>pom</packaging>
7-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
87
<name>Spring Web Services</name>
98
<description>
109
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It
@@ -93,11 +92,9 @@
9392
</license>
9493
</licenses>
9594
<scm>
96-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
97-
</connection>
98-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
99-
</developerConnection>
100-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
95+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.2</connection>
96+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.2</developerConnection>
97+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0.2</url>
10198
</scm>
10299
<modules>
103100
<module>xml</module>
@@ -233,20 +230,19 @@
233230
<postProcess>
234231
<copy todir="target/site/reference">
235232
<fileset dir="target/docbkx">
236-
<include name="**/*.html"/>
237-
<include name="**/*.pdf"/>
233+
<include name="**/*.html" />
234+
<include name="**/*.pdf" />
238235
</fileset>
239236
</copy>
240237
<copy todir="target/site/reference/html">
241238
<fileset dir="src/docbkx/resources">
242-
<include name="**/*.css"/>
243-
<include name="**/*.png"/>
244-
<include name="**/*.gif"/>
245-
<include name="**/*.jpg"/>
239+
<include name="**/*.css" />
240+
<include name="**/*.png" />
241+
<include name="**/*.gif" />
242+
<include name="**/*.jpg" />
246243
</fileset>
247244
</copy>
248-
<move file="target/site/reference/pdf/index.pdf"
249-
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
245+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
250246
</postProcess>
251247
</configuration>
252248
</plugin>

samples/airline/client/build.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<?xml version="1.0"?>
22
<project name="spring-ws-airline-sample-clients" default="run-all">
33

4+
<target name="clean-all">
5+
<ant dir="axis1" target="clean"/>
6+
<ant dir="jax-ws" target="clean"/>
7+
<ant dir="saaj" target="clean"/>
8+
<ant dir="spring-ws" target="clean"/>
9+
</target>
10+
411
<target name="run-all">
512
<ant dir="axis1" target="run"/>
613
<ant dir="jax-ws" target="run"/>

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.0.2-SNAPSHOT</version>
5+
<version>1.0.2</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.0.2-SNAPSHOT</version>
5+
<version>1.0.2</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.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mtom</artifactId>

0 commit comments

Comments
 (0)