Skip to content

Commit 5b11b13

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.0.0
1 parent cb6ba90 commit 5b11b13

File tree

13 files changed

+42
-63
lines changed

13 files changed

+42
-63
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.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-archetype</artifactId>

core-tiger/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
52
<parent>
63
<artifactId>spring-ws</artifactId>
74
<groupId>org.springframework.ws</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
96
</parent>
107
<modelVersion>4.0.0</modelVersion>
118
<artifactId>spring-ws-core-tiger</artifactId>

core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<parent>
53
<artifactId>spring-ws</artifactId>
64
<groupId>org.springframework.ws</groupId>
7-
<version>1.0.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>spring-ws-core</artifactId>

oxm-tiger/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<parent>
53
<artifactId>spring-ws</artifactId>
64
<groupId>org.springframework.ws</groupId>
7-
<version>1.0.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>spring-oxm-tiger</artifactId>
@@ -28,8 +26,8 @@
2826
<configuration>
2927
<tasks>
3028
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
31-
<property name="maven.test.skip" value="${maven.test.skip}"/>
32-
<target name="generate-test-sources"/>
29+
<property name="maven.test.skip" value="${maven.test.skip}" />
30+
<target name="generate-test-sources" />
3331
</ant>
3432
</tasks>
3533
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>
@@ -122,4 +120,4 @@
122120
<version>2.2</version>
123121
</dependency>
124122
</dependencies>
125-
</project>
123+
</project>

oxm/pom.xml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
52
<parent>
63
<artifactId>spring-ws</artifactId>
74
<groupId>org.springframework.ws</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
96
</parent>
107
<modelVersion>4.0.0</modelVersion>
118
<artifactId>spring-oxm</artifactId>
@@ -31,8 +28,8 @@
3128
<configuration>
3229
<tasks>
3330
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
34-
<property name="maven.test.skip" value="${maven.test.skip}"/>
35-
<target name="generate-test-sources"/>
31+
<property name="maven.test.skip" value="${maven.test.skip}" />
32+
<target name="generate-test-sources" />
3633
</ant>
3734
</tasks>
3835
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>
@@ -47,8 +44,8 @@
4744
<configuration>
4845
<tasks>
4946
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
50-
<property name="maven.test.skip" value="${maven.test.skip}"/>
51-
<target name="test-compile"/>
47+
<property name="maven.test.skip" value="${maven.test.skip}" />
48+
<target name="test-compile" />
5249
</ant>
5350
</tasks>
5451
</configuration>
@@ -246,4 +243,4 @@
246243
<scope>test</scope>
247244
</dependency>
248245
</dependencies>
249-
</project>
246+
</project>

pom.xml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>org.springframework.ws</groupId>
64
<artifactId>spring-ws</artifactId>
75
<packaging>pom</packaging>
8-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
97
<name>Spring Web Services</name>
108
<description>
119
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It
@@ -94,9 +92,9 @@
9492
</license>
9593
</licenses>
9694
<scm>
97-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
98-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
99-
<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.0</connection>
96+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.0</developerConnection>
97+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0.0</url>
10098
</scm>
10199
<modules>
102100
<module>xml</module>
@@ -237,21 +235,19 @@
237235
<postProcess>
238236
<copy todir="target/site/reference">
239237
<fileset dir="target/docbkx">
240-
<include name="**/*.html"/>
241-
<include name="**/*.pdf"/>
238+
<include name="**/*.html" />
239+
<include name="**/*.pdf" />
242240
</fileset>
243241
</copy>
244242
<copy todir="target/site/reference/html">
245243
<fileset dir="src/docbkx/resources">
246-
<include name="**/*.css"/>
247-
<include name="**/*.png"/>
248-
<include name="**/*.gif"/>
249-
<include name="**/*.jpg"/>
244+
<include name="**/*.css" />
245+
<include name="**/*.png" />
246+
<include name="**/*.gif" />
247+
<include name="**/*.jpg" />
250248
</fileset>
251249
</copy>
252-
<move file="target/site/reference/pdf/index.pdf"
253-
tofile="target/site/reference/pdf/spring-ws-reference.pdf"
254-
failonerror="false"/>
250+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
255251
</postProcess>
256252
</configuration>
257253
</plugin>
@@ -694,4 +690,4 @@
694690
<scope>test</scope>
695691
</dependency>
696692
</dependencies>
697-
</project>
693+
</project>

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.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>airline</artifactId>

samples/echo/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
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">
42
<parent>
53
<artifactId>spring-ws-samples</artifactId>
64
<groupId>org.springframework.ws</groupId>
7-
<version>1.0.0-SNAPSHOT</version>
5+
<version>1.0.0</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<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.0-SNAPSHOT</version>
6+
<version>1.0.0</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</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-samples</artifactId>

0 commit comments

Comments
 (0)