Skip to content

Commit 527493e

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.0-rc2
1 parent 635c1df commit 527493e

File tree

13 files changed

+42
-59
lines changed

13 files changed

+42
-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</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.0-rc2-SNAPSHOT</version>
6+
<version>1.0-rc2</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
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-ws</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.0-rc2-SNAPSHOT</version>
6+
<version>1.0-rc2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-core-tiger</artifactId>

core/pom.xml

Lines changed: 3 additions & 6 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-rc2-SNAPSHOT</version>
5+
<version>1.0-rc2</version>
96
</parent>
107
<modelVersion>4.0.0</modelVersion>
118
<artifactId>spring-ws-core</artifactId>
@@ -170,4 +167,4 @@
170167
<scope>test</scope>
171168
</dependency>
172169
</dependencies>
173-
</project>
170+
</project>

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

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-rc2-SNAPSHOT</version>
6+
<version>1.0-rc2</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 & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
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
<modelVersion>4.0.0</modelVersion>
63
<groupId>org.springframework.ws</groupId>
74
<artifactId>spring-ws</artifactId>
85
<packaging>pom</packaging>
9-
<version>1.0-rc2-SNAPSHOT</version>
6+
<version>1.0-rc2</version>
107
<name>Spring Web Services</name>
118
<description>
129
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It
@@ -99,11 +96,9 @@
9996
</license>
10097
</licenses>
10198
<scm>
102-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
103-
</connection>
104-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
105-
</developerConnection>
106-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
99+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0-rc2</connection>
100+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0-rc2</developerConnection>
101+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0-rc2</url>
107102
</scm>
108103
<modules>
109104
<module>xml</module>
@@ -244,21 +239,19 @@
244239
<postProcess>
245240
<copy todir="target/site/reference">
246241
<fileset dir="target/docbkx">
247-
<include name="**/*.html"/>
248-
<include name="**/*.pdf"/>
242+
<include name="**/*.html" />
243+
<include name="**/*.pdf" />
249244
</fileset>
250245
</copy>
251246
<copy todir="target/site/reference/html">
252247
<fileset dir="src/docbkx/resources">
253-
<include name="**/*.css"/>
254-
<include name="**/*.png"/>
255-
<include name="**/*.gif"/>
256-
<include name="**/*.jpg"/>
248+
<include name="**/*.css" />
249+
<include name="**/*.png" />
250+
<include name="**/*.gif" />
251+
<include name="**/*.jpg" />
257252
</fileset>
258253
</copy>
259-
<move file="target/site/reference/pdf/index.pdf"
260-
tofile="target/site/reference/pdf/spring-ws-reference.pdf"
261-
failonerror="false"/>
254+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
262255
</postProcess>
263256
</configuration>
264257
</plugin>
@@ -701,4 +694,4 @@
701694
<scope>test</scope>
702695
</dependency>
703696
</dependencies>
704-
</project>
697+
</project>

samples/airline/pom.xml

Lines changed: 8 additions & 10 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-rc2-SNAPSHOT</version>
5+
<version>1.0-rc2</version>
86
</parent>
97
<modelVersion>4.0.0</modelVersion>
108
<artifactId>airline</artifactId>
@@ -37,10 +35,10 @@
3735
<!-- Change these properties to reflect your HSQLDB connection settings -->
3836
<jdbc.driverClassName>org.hsqldb.jdbcDriver</jdbc.driverClassName>
3937
<jdbc.username>sa</jdbc.username>
40-
<jdbc.password/>
38+
<jdbc.password />
4139
<jdbc.url>jdbc:hsqldb:hsql://localhost/airline</jdbc.url>
4240
<hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
43-
<hibernate.hbm2ddl.auto/>
41+
<hibernate.hbm2ddl.auto />
4442
</properties>
4543
<build>
4644
<plugins>
@@ -84,7 +82,7 @@
8482
<jdbc.password>airline</jdbc.password>
8583
<jdbc.url>jdbc:mysql://localhost/airline</jdbc.url>
8684
<hibernate.dialect>org.hibernate.dialect.MySQLInnoDBDialect</hibernate.dialect>
87-
<hibernate.hbm2ddl.auto/>
85+
<hibernate.hbm2ddl.auto />
8886
</properties>
8987
<build>
9088
<plugins>
@@ -128,7 +126,7 @@
128126
<jdbc.password>airline</jdbc.password>
129127
<jdbc.url>jdbc:postgresql://localhost/airline</jdbc.url>
130128
<hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect>
131-
<hibernate.hbm2ddl.auto/>
129+
<hibernate.hbm2ddl.auto />
132130
</properties>
133131
<build>
134132
<plugins>
@@ -162,7 +160,7 @@
162160
The following values are for using an in-memory database, which is used for testing -->
163161
<jdbc.driverClassName>org.hsqldb.jdbcDriver</jdbc.driverClassName>
164162
<jdbc.username>sa</jdbc.username>
165-
<jdbc.password/>
163+
<jdbc.password />
166164
<jdbc.url>jdbc:hsqldb:mem:airline</jdbc.url>
167165
<hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
168166
<hibernate.hbm2ddl.auto>create-drop</hibernate.hbm2ddl.auto>
@@ -438,4 +436,4 @@
438436
<scope>test</scope>
439437
</dependency>
440438
</dependencies>
441-
</project>
439+
</project>

samples/echo/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
<?xml version="1.0"?>
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-samples</artifactId>
74
<groupId>org.springframework.ws</groupId>
8-
<version>1.0-rc2-SNAPSHOT</version>
5+
<version>1.0-rc2</version>
96
</parent>
107
<modelVersion>4.0.0</modelVersion>
118
<artifactId>echo</artifactId>
@@ -36,4 +33,4 @@
3633
<scope>test</scope>
3734
</dependency>
3835
</dependencies>
39-
</project>
36+
</project>

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-rc2-SNAPSHOT</version>
6+
<version>1.0-rc2</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-rc2-SNAPSHOT</version>
6+
<version>1.0-rc2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-samples</artifactId>

0 commit comments

Comments
 (0)