[maven-release-plugin] prepare release spring-ws-1.0-rc2

This commit is contained in:
Arjen Poutsma
2007-06-15 11:57:28 +00:00
parent 635c1dfaf4
commit 112289dd93
13 changed files with 42 additions and 59 deletions

View File

@@ -1,10 +1,8 @@
<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">
<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">
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.0-rc2-SNAPSHOT</version>
<version>1.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>airline</artifactId>
@@ -37,10 +35,10 @@
<!-- Change these properties to reflect your HSQLDB connection settings -->
<jdbc.driverClassName>org.hsqldb.jdbcDriver</jdbc.driverClassName>
<jdbc.username>sa</jdbc.username>
<jdbc.password/>
<jdbc.password />
<jdbc.url>jdbc:hsqldb:hsql://localhost/airline</jdbc.url>
<hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
<hibernate.hbm2ddl.auto/>
<hibernate.hbm2ddl.auto />
</properties>
<build>
<plugins>
@@ -84,7 +82,7 @@
<jdbc.password>airline</jdbc.password>
<jdbc.url>jdbc:mysql://localhost/airline</jdbc.url>
<hibernate.dialect>org.hibernate.dialect.MySQLInnoDBDialect</hibernate.dialect>
<hibernate.hbm2ddl.auto/>
<hibernate.hbm2ddl.auto />
</properties>
<build>
<plugins>
@@ -128,7 +126,7 @@
<jdbc.password>airline</jdbc.password>
<jdbc.url>jdbc:postgresql://localhost/airline</jdbc.url>
<hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect>
<hibernate.hbm2ddl.auto/>
<hibernate.hbm2ddl.auto />
</properties>
<build>
<plugins>
@@ -162,7 +160,7 @@
The following values are for using an in-memory database, which is used for testing -->
<jdbc.driverClassName>org.hsqldb.jdbcDriver</jdbc.driverClassName>
<jdbc.username>sa</jdbc.username>
<jdbc.password/>
<jdbc.password />
<jdbc.url>jdbc:hsqldb:mem:airline</jdbc.url>
<hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect>
<hibernate.hbm2ddl.auto>create-drop</hibernate.hbm2ddl.auto>
@@ -438,4 +436,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

View File

@@ -1,11 +1,8 @@
<?xml version="1.0"?>
<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">
<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">
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.0-rc2-SNAPSHOT</version>
<version>1.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>echo</artifactId>
@@ -36,4 +33,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.0-rc2-SNAPSHOT</version>
<version>1.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mtom</artifactId>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.0-rc2-SNAPSHOT</version>
<version>1.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ws-samples</artifactId>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.0-rc2-SNAPSHOT</version>
<version>1.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tutorial</artifactId>