Skip to content

Commit d5f9a25

Browse files
committed
[maven-release-plugin] prepare release spring-ws-1.0-m3
1 parent 55693a1 commit d5f9a25

File tree

9 files changed

+26
-35
lines changed

9 files changed

+26
-35
lines changed

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-m3-SNAPSHOT</version>
6+
<version>1.0-m3</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>spring-ws-core</artifactId>

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-m3-SNAPSHOT</version>
5+
<version>1.0-m3</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-oxm-tiger</artifactId>

oxm/pom.xml

Lines changed: 4 additions & 5 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-m3-SNAPSHOT</version>
6+
<version>1.0-m3</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>spring-oxm</artifactId>
@@ -31,7 +30,7 @@
3130
<configuration>
3231
<tasks>
3332
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
34-
<target name="generate-test-sources"/>
33+
<target name="generate-test-sources" />
3534
</ant>
3635
</tasks>
3736
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>
@@ -46,7 +45,7 @@
4645
<configuration>
4746
<tasks>
4847
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
49-
<target name="test-compile"/>
48+
<target name="test-compile" />
5049
</ant>
5150
</tasks>
5251
</configuration>

pom.xml

Lines changed: 5 additions & 10 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.0-m3-SNAPSHOT</version>
7+
<version>1.0-m3</version>
98
<name>Spring Web Services</name>
109
<description>Spring Web Services Framework</description>
1110
<url>http://www.springframework.org/spring-ws</url>
@@ -79,13 +78,9 @@
7978
</license>
8079
</licenses>
8180
<scm>
82-
<connection>
83-
scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
84-
</connection>
85-
<developerConnection>
86-
scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
87-
</developerConnection>
88-
<url>http://svn.sourceforge.net/viewvc/springframework/spring-ws/trunk/</url>
81+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0-m3</connection>
82+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0-m3</developerConnection>
83+
<url>http://svn.sourceforge.net/viewvc/springframework/spring-ws/tags/spring-ws-1.0-m3</url>
8984
</scm>
9085
<modules>
9186
<module>xml</module>

samples/airline/pom.xml

Lines changed: 9 additions & 10 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-m3-SNAPSHOT</version>
5+
<version>1.0-m3</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></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></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></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></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></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>
@@ -171,7 +170,7 @@
171170
<configuration>
172171
<tasks>
173172
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
174-
<target name="generate-sources"/>
173+
<target name="generate-sources" />
175174
</ant>
176175
</tasks>
177176
<sourceRoot>${project.build.directory}/generated-sources/main/java</sourceRoot>
@@ -323,4 +322,4 @@
323322
<version>0.8</version>
324323
</dependency>
325324
</dependencies>
326-
</project>
325+
</project>

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-m3-SNAPSHOT</version>
5+
<version>1.0-m3</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>echo</artifactId>

samples/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-m3-SNAPSHOT</version>
6+
<version>1.0-m3</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>spring-ws-samples</artifactId>

security/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-m3-SNAPSHOT</version>
5+
<version>1.0-m3</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-ws-security</artifactId>

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

0 commit comments

Comments
 (0)