Skip to content

Commit 2e69f51

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.0-rc1
1 parent dcf946d commit 2e69f51

File tree

12 files changed

+47
-63
lines changed

12 files changed

+47
-63
lines changed

archetype/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<artifactId>spring-ws</artifactId>
65
<groupId>org.springframework.ws</groupId>
7-
<version>1.0-rc1-SNAPSHOT</version>
6+
<version>1.0-rc1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>spring-ws-archetype</artifactId>

core-tiger/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<artifactId>spring-ws</artifactId>
65
<groupId>org.springframework.ws</groupId>
7-
<version>1.0-rc1-SNAPSHOT</version>
6+
<version>1.0-rc1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>spring-ws-core-tiger</artifactId>

core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<artifactId>spring-ws</artifactId>
65
<groupId>org.springframework.ws</groupId>
7-
<version>1.0-rc1-SNAPSHOT</version>
6+
<version>1.0-rc1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<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-rc1-SNAPSHOT</version>
5+
<version>1.0-rc1</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: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<artifactId>spring-ws</artifactId>
65
<groupId>org.springframework.ws</groupId>
7-
<version>1.0-rc1-SNAPSHOT</version>
6+
<version>1.0-rc1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>spring-oxm</artifactId>
@@ -30,8 +29,8 @@
3029
<configuration>
3130
<tasks>
3231
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
33-
<property name="maven.test.skip" value="${maven.test.skip}"/>
34-
<target name="generate-test-sources"/>
32+
<property name="maven.test.skip" value="${maven.test.skip}" />
33+
<target name="generate-test-sources" />
3534
</ant>
3635
</tasks>
3736
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>
@@ -46,8 +45,8 @@
4645
<configuration>
4746
<tasks>
4847
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
49-
<property name="maven.test.skip" value="${maven.test.skip}"/>
50-
<target name="test-compile"/>
48+
<property name="maven.test.skip" value="${maven.test.skip}" />
49+
<target name="test-compile" />
5150
</ant>
5251
</tasks>
5352
</configuration>

pom.xml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<?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">
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-rc1-SNAPSHOT</version>
6+
<version>1.0-rc1</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.
@@ -94,11 +92,9 @@
9492
</license>
9593
</licenses>
9694
<scm>
97-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
98-
</connection>
99-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
100-
</developerConnection>
101-
<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-rc1</connection>
96+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0-rc1</developerConnection>
97+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0-rc1</url>
10298
</scm>
10399
<modules>
104100
<module>xml</module>
@@ -239,21 +235,19 @@
239235
<postProcess>
240236
<copy todir="target/site/reference">
241237
<fileset dir="target/docbkx">
242-
<include name="**/*.html"/>
243-
<include name="**/*.pdf"/>
238+
<include name="**/*.html" />
239+
<include name="**/*.pdf" />
244240
</fileset>
245241
</copy>
246242
<copy todir="target/site/reference/html">
247243
<fileset dir="src/docbkx/resources">
248-
<include name="**/*.css"/>
249-
<include name="**/*.png"/>
250-
<include name="**/*.gif"/>
251-
<include name="**/*.jpg"/>
244+
<include name="**/*.css" />
245+
<include name="**/*.png" />
246+
<include name="**/*.gif" />
247+
<include name="**/*.jpg" />
252248
</fileset>
253249
</copy>
254-
<move file="target/site/reference/pdf/index.pdf"
255-
tofile="target/site/reference/pdf/spring-ws-reference.pdf"
256-
failonerror="false"/>
250+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
257251
</postProcess>
258252
</configuration>
259253
</plugin>
@@ -692,4 +686,4 @@
692686
<scope>test</scope>
693687
</dependency>
694688
</dependencies>
695-
</project>
689+
</project>

samples/airline/pom.xml

Lines changed: 8 additions & 9 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.0-rc1-SNAPSHOT</version>
5+
<version>1.0-rc1</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>airline</artifactId>
@@ -24,10 +23,10 @@
2423
<!-- Change these properties to reflect your HSQLDB connection settings -->
2524
<jdbc.driverClassName>org.hsqldb.jdbcDriver</jdbc.driverClassName>
2625
<jdbc.username>sa</jdbc.username>
27-
<jdbc.password/>
26+
<jdbc.password />
2827
<jdbc.url>jdbc:hsqldb:hsql://localhost/airline</jdbc.url>
2928
<hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
30-
<hibernate.hbm2ddl.auto/>
29+
<hibernate.hbm2ddl.auto />
3130
</properties>
3231
<build>
3332
<plugins>
@@ -71,7 +70,7 @@
7170
<jdbc.password>airline</jdbc.password>
7271
<jdbc.url>jdbc:mysql://localhost/airline</jdbc.url>
7372
<hibernate.dialect>org.hibernate.dialect.MySQLInnoDBDialect</hibernate.dialect>
74-
<hibernate.hbm2ddl.auto/>
73+
<hibernate.hbm2ddl.auto />
7574
</properties>
7675
<build>
7776
<plugins>
@@ -115,7 +114,7 @@
115114
<jdbc.password>airline</jdbc.password>
116115
<jdbc.url>jdbc:postgresql://localhost/airline</jdbc.url>
117116
<hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect>
118-
<hibernate.hbm2ddl.auto/>
117+
<hibernate.hbm2ddl.auto />
119118
</properties>
120119
<build>
121120
<plugins>
@@ -149,7 +148,7 @@
149148
The following values are for using an in-memory database, which is used for testing -->
150149
<jdbc.driverClassName>org.hsqldb.jdbcDriver</jdbc.driverClassName>
151150
<jdbc.username>sa</jdbc.username>
152-
<jdbc.password/>
151+
<jdbc.password />
153152
<jdbc.url>jdbc:hsqldb:mem:airline</jdbc.url>
154153
<hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
155154
<hibernate.hbm2ddl.auto>create-drop</hibernate.hbm2ddl.auto>
@@ -181,7 +180,7 @@
181180
<configuration>
182181
<tasks>
183182
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
184-
<target name="generate-sources"/>
183+
<target name="generate-sources" />
185184
</ant>
186185
</tasks>
187186
<sourceRoot>${project.build.directory}/generated-sources/main/java</sourceRoot>

samples/echo/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0"?>
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
<parent>
54
<artifactId>spring-ws-samples</artifactId>
65
<groupId>org.springframework.ws</groupId>
7-
<version>1.0-rc1-SNAPSHOT</version>
6+
<version>1.0-rc1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>echo</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-rc1-SNAPSHOT</version>
6+
<version>1.0-rc1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-samples</artifactId>

samples/tutorial/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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">
2019
<parent>
2120
<artifactId>spring-ws-samples</artifactId>
2221
<groupId>org.springframework.ws</groupId>
23-
<version>1.0-rc1-SNAPSHOT</version>
22+
<version>1.0-rc1</version>
2423
</parent>
2524
<modelVersion>4.0.0</modelVersion>
2625
<artifactId>tutorial</artifactId>
2726
<packaging>war</packaging>
28-
<name>Spring WS Holdiday Service Tutorial</name>
27+
<name>Spring WS Holiday Service Tutorial</name>
2928
<description>This sample contains the code for the tutorial in the reference documentation.</description>
3029
<dependencies>
3130
<!-- Spring-WS dependencies -->

0 commit comments

Comments
 (0)